Class: Aws::Types::PostgreSqlDataProviderSettings

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)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def certificate_arn
  @certificate_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def database_name
  @database_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def port
  @port
end

#s3_access_role_arn::String

Returns the value of attribute s3_access_role_arn.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def s3_access_role_arn
  @s3_access_role_arn
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def s3_path
  @s3_path
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def server_name
  @server_name
end

#ssl_mode"none", ...

Returns the value of attribute ssl_mode.

Returns:

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


2245
2246
2247
# File 'sig/types.rbs', line 2245

def ssl_mode
  @ssl_mode
end