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.
-
#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.
-
#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.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def arn @arn end |
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def associate_default_security_group @associate_default_security_group end |
#auto_replicate_new_disks ⇒ Boolean
Returns the value of attribute auto_replicate_new_disks.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def auto_replicate_new_disks @auto_replicate_new_disks end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", ...
Returns the value of attribute ebs_encryption.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def internet_protocol @internet_protocol end |
#pit_policy ⇒ ::Array[Types::PITPolicyRule]
Returns the value of attribute pit_policy.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def pit_policy @pit_policy end |
#replication_configuration_template_id ⇒ ::String
Returns the value of attribute replication_configuration_template_id.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def replication_configuration_template_id @replication_configuration_template_id end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 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.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 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.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def @staging_area_tags end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def use_dedicated_replication_server @use_dedicated_replication_server end |