Class: Aws::Types::DatabaseSourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columnsTypes::DatabaseColumnList

Returns the value of attribute columns.



231
232
233
# File 'sig/types.rbs', line 231

def columns
  @columns
end

#database_source_authentication_configurationTypes::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_configurationTypes::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

#databasesTypes::DatabaseList

Returns the value of attribute databases.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def databases
  @databases
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def endpoint
  @endpoint
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Array[::String])


232
233
234
# File 'sig/types.rbs', line 232

def surrogate_keys
  @surrogate_keys
end

#tablesTypes::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.

Returns:

  • ("MySQL", "PostgreSQL")


225
226
227
# File 'sig/types.rbs', line 225

def type
  @type
end