Class: Aws::Types::UpdateReplicationConfigurationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationConfigurationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
-
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
-
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
-
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
-
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
-
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute ebs_encryption.
-
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
-
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
-
#replication_configuration_template_id ⇒ ::String
Returns the value of attribute replication_configuration_template_id.
-
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
-
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
Returns the value of attribute replication_servers_security_groups_i_ds.
-
#staging_area_subnet_id ⇒ ::String
Returns the value of attribute staging_area_subnet_id.
-
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
-
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
-
#store_snapshot_on_local_zone ⇒ Boolean
Returns the value of attribute store_snapshot_on_local_zone.
-
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
-
#use_fips_endpoint ⇒ Boolean
Returns the value of attribute use_fips_endpoint.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def arn @arn end |
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def associate_default_security_group @associate_default_security_group end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute ebs_encryption.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def internet_protocol @internet_protocol end |
#replication_configuration_template_id ⇒ ::String
Returns the value of attribute replication_configuration_template_id.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def replication_configuration_template_id @replication_configuration_template_id end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def replication_server_instance_type @replication_server_instance_type end |
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
Returns the value of attribute replication_servers_security_groups_i_ds.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def replication_servers_security_groups_i_ds @replication_servers_security_groups_i_ds end |
#staging_area_subnet_id ⇒ ::String
Returns the value of attribute staging_area_subnet_id.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def end |
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def storage_configuration @storage_configuration end |
#store_snapshot_on_local_zone ⇒ Boolean
Returns the value of attribute store_snapshot_on_local_zone.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def store_snapshot_on_local_zone @store_snapshot_on_local_zone end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def use_dedicated_replication_server @use_dedicated_replication_server end |
#use_fips_endpoint ⇒ Boolean
Returns the value of attribute use_fips_endpoint.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def use_fips_endpoint @use_fips_endpoint end |