Class: Aws::Types::ReplicationConfig

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.



2495
2496
2497
# File 'sig/types.rbs', line 2495

def compute_config
  @compute_config
end

#is_read_onlyBoolean

Returns the value of attribute is_read_only.

Returns:

  • (Boolean)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def is_read_only
  @is_read_only
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def replication_config_arn
  @replication_config_arn
end

#replication_config_create_time::Time

Returns the value of attribute replication_config_create_time.

Returns:

  • (::Time)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def replication_config_create_time
  @replication_config_create_time
end

#replication_config_identifier::String

Returns the value of attribute replication_config_identifier.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def replication_config_identifier
  @replication_config_identifier
end

#replication_config_update_time::Time

Returns the value of attribute replication_config_update_time.

Returns:

  • (::Time)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def replication_config_update_time
  @replication_config_update_time
end

#replication_settings::String

Returns the value of attribute replication_settings.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

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")


2494
2495
2496
# File 'sig/types.rbs', line 2494

def replication_type
  @replication_type
end

#source_endpoint_arn::String

Returns the value of attribute source_endpoint_arn.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def source_endpoint_arn
  @source_endpoint_arn
end

#supplemental_settings::String

Returns the value of attribute supplemental_settings.

Returns:

  • (::String)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def supplemental_settings
  @supplemental_settings
end

#table_mappings::String

Returns the value of attribute table_mappings.

Returns:

  • (::String)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def table_mappings
  @table_mappings
end

#target_endpoint_arn::String

Returns the value of attribute target_endpoint_arn.

Returns:

  • (::String)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def target_endpoint_arn
  @target_endpoint_arn
end