Class: Aws::Types::ReplicationConfigurationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationConfigurationTemplate
- 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.
-
#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_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.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def arn @arn end |
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def associate_default_security_group @associate_default_security_group end |
#auto_replicate_new_disks ⇒ Boolean
Returns the value of attribute auto_replicate_new_disks.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def auto_replicate_new_disks @auto_replicate_new_disks end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", ...
Returns the value of attribute ebs_encryption.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def internet_protocol @internet_protocol end |
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
Returns the value of attribute pit_policy.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def pit_policy @pit_policy end |
#replication_configuration_template_id ⇒ ::String
Returns the value of attribute replication_configuration_template_id.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def replication_configuration_template_id @replication_configuration_template_id end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 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.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 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.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def @staging_area_tags end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def @tags end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def use_dedicated_replication_server @use_dedicated_replication_server end |