Class: Aws::Types::MariaDbDataProviderSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def certificate_arn
  @certificate_arn
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def port
  @port
end

#s3_access_role_arn::String

Returns the value of attribute s3_access_role_arn.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def s3_access_role_arn
  @s3_access_role_arn
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def s3_path
  @s3_path
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def server_name
  @server_name
end

#ssl_mode"none", ...

Returns the value of attribute ssl_mode.

Returns:

  • ("none", "require", "verify-ca", "verify-full")


1760
1761
1762
# File 'sig/types.rbs', line 1760

def ssl_mode
  @ssl_mode
end