Class: Aws::Types::CreateReplicationConfigMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configTypes::ComputeConfig

Returns the value of attribute compute_config.



322
323
324
# File 'sig/types.rbs', line 322

def compute_config
  @compute_config
end

#replication_config_identifier::String

Returns the value of attribute replication_config_identifier.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def replication_config_identifier
  @replication_config_identifier
end

#replication_settings::String

Returns the value of attribute replication_settings.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def replication_settings
  @replication_settings
end

#replication_type"full-load", ...

Returns the value of attribute replication_type.

Returns:

  • ("full-load", "cdc", "full-load-and-cdc")


323
324
325
# File 'sig/types.rbs', line 323

def replication_type
  @replication_type
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def resource_identifier
  @resource_identifier
end

#source_endpoint_arn::String

Returns the value of attribute source_endpoint_arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def source_endpoint_arn
  @source_endpoint_arn
end

#supplemental_settings::String

Returns the value of attribute supplemental_settings.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def supplemental_settings
  @supplemental_settings
end

#table_mappings::String

Returns the value of attribute table_mappings.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def table_mappings
  @table_mappings
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def tags
  @tags
end

#target_endpoint_arn::String

Returns the value of attribute target_endpoint_arn.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def target_endpoint_arn
  @target_endpoint_arn
end