Class: Aws::Types::CreateReplicationConfigurationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationConfigurationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
186 187 188 |
# File 'sig/types.rbs', line 186 def associate_default_security_group @associate_default_security_group end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
193 194 195 |
# File 'sig/types.rbs', line 193 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
195 196 197 |
# File 'sig/types.rbs', line 195 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
194 195 196 |
# File 'sig/types.rbs', line 194 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
190 191 192 |
# File 'sig/types.rbs', line 190 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute ebs_encryption.
191 192 193 |
# File 'sig/types.rbs', line 191 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
192 193 194 |
# File 'sig/types.rbs', line 192 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
199 200 201 |
# File 'sig/types.rbs', line 199 def internet_protocol @internet_protocol end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
188 189 190 |
# File 'sig/types.rbs', line 188 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.
187 188 189 |
# File 'sig/types.rbs', line 187 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.
185 186 187 |
# File 'sig/types.rbs', line 185 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
196 197 198 |
# File 'sig/types.rbs', line 196 def end |
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
201 202 203 |
# File 'sig/types.rbs', line 201 def storage_configuration @storage_configuration end |
#store_snapshot_on_local_zone ⇒ Boolean
Returns the value of attribute store_snapshot_on_local_zone.
200 201 202 |
# File 'sig/types.rbs', line 200 def store_snapshot_on_local_zone @store_snapshot_on_local_zone end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
198 199 200 |
# File 'sig/types.rbs', line 198 def end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
189 190 191 |
# File 'sig/types.rbs', line 189 def use_dedicated_replication_server @use_dedicated_replication_server end |
#use_fips_endpoint ⇒ Boolean
Returns the value of attribute use_fips_endpoint.
197 198 199 |
# File 'sig/types.rbs', line 197 def use_fips_endpoint @use_fips_endpoint end |