Class: Aws::Types::DatabaseSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ Types::DatabaseColumnList
Returns the value of attribute columns.
-
#database_source_authentication_configuration ⇒ Types::DatabaseSourceAuthenticationConfiguration
Returns the value of attribute database_source_authentication_configuration.
-
#database_source_vpc_configuration ⇒ Types::DatabaseSourceVPCConfiguration
Returns the value of attribute database_source_vpc_configuration.
-
#databases ⇒ Types::DatabaseList
Returns the value of attribute databases.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#snapshot_watermark_table ⇒ ::String
Returns the value of attribute snapshot_watermark_table.
-
#ssl_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute ssl_mode.
-
#surrogate_keys ⇒ ::Array[::String]
Returns the value of attribute surrogate_keys.
-
#tables ⇒ Types::DatabaseTableList
Returns the value of attribute tables.
-
#type ⇒ "MySQL", "PostgreSQL"
Returns the value of attribute type.
Instance Attribute Details
#columns ⇒ Types::DatabaseColumnList
Returns the value of attribute columns.
231 232 233 |
# File 'sig/types.rbs', line 231 def columns @columns end |
#database_source_authentication_configuration ⇒ Types::DatabaseSourceAuthenticationConfiguration
Returns the value of attribute database_source_authentication_configuration.
234 235 236 |
# File 'sig/types.rbs', line 234 def database_source_authentication_configuration @database_source_authentication_configuration end |
#database_source_vpc_configuration ⇒ Types::DatabaseSourceVPCConfiguration
Returns the value of attribute database_source_vpc_configuration.
235 236 237 |
# File 'sig/types.rbs', line 235 def database_source_vpc_configuration @database_source_vpc_configuration end |
#databases ⇒ Types::DatabaseList
Returns the value of attribute databases.
229 230 231 |
# File 'sig/types.rbs', line 229 def databases @databases end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
226 227 228 |
# File 'sig/types.rbs', line 226 def endpoint @endpoint end |
#port ⇒ ::Integer
Returns the value of attribute port.
227 228 229 |
# File 'sig/types.rbs', line 227 def port @port end |
#snapshot_watermark_table ⇒ ::String
Returns the value of attribute snapshot_watermark_table.
233 234 235 |
# File 'sig/types.rbs', line 233 def snapshot_watermark_table @snapshot_watermark_table end |
#ssl_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute ssl_mode.
228 229 230 |
# File 'sig/types.rbs', line 228 def ssl_mode @ssl_mode end |
#surrogate_keys ⇒ ::Array[::String]
Returns the value of attribute surrogate_keys.
232 233 234 |
# File 'sig/types.rbs', line 232 def surrogate_keys @surrogate_keys end |
#tables ⇒ Types::DatabaseTableList
Returns the value of attribute tables.
230 231 232 |
# File 'sig/types.rbs', line 230 def tables @tables end |
#type ⇒ "MySQL", "PostgreSQL"
Returns the value of attribute type.
225 226 227 |
# File 'sig/types.rbs', line 225 def type @type end |