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.
-
#auto_replicate_new_disks ⇒ Boolean
Returns the value of attribute auto_replicate_new_disks.
-
#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", ...
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.
-
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
Returns the value of attribute pit_policy.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
Instance Attribute Details
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
126 127 128 |
# File 'sig/types.rbs', line 126 def associate_default_security_group @associate_default_security_group end |
#auto_replicate_new_disks ⇒ Boolean
Returns the value of attribute auto_replicate_new_disks.
139 140 141 |
# File 'sig/types.rbs', line 139 def auto_replicate_new_disks @auto_replicate_new_disks end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
133 134 135 |
# File 'sig/types.rbs', line 133 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
135 136 137 |
# File 'sig/types.rbs', line 135 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
134 135 136 |
# File 'sig/types.rbs', line 134 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", ...
Returns the value of attribute ebs_encryption.
131 132 133 |
# File 'sig/types.rbs', line 131 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
132 133 134 |
# File 'sig/types.rbs', line 132 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
140 141 142 |
# File 'sig/types.rbs', line 140 def internet_protocol @internet_protocol end |
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
Returns the value of attribute pit_policy.
137 138 139 |
# File 'sig/types.rbs', line 137 def pit_policy @pit_policy end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
128 129 130 |
# File 'sig/types.rbs', line 128 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.
127 128 129 |
# File 'sig/types.rbs', line 127 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.
125 126 127 |
# File 'sig/types.rbs', line 125 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
136 137 138 |
# File 'sig/types.rbs', line 136 def @staging_area_tags end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
138 139 140 |
# File 'sig/types.rbs', line 138 def @tags end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
129 130 131 |
# File 'sig/types.rbs', line 129 def use_dedicated_replication_server @use_dedicated_replication_server end |