Class: Aws::Types::ReplicationConfigurationTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:staging_area_tags, :tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def arn
  @arn
end

#associate_default_security_groupBoolean

Returns the value of attribute associate_default_security_group.

Returns:

  • (Boolean)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def associate_default_security_group
  @associate_default_security_group
end

#auto_replicate_new_disksBoolean

Returns the value of attribute auto_replicate_new_disks.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def bandwidth_throttling
  @bandwidth_throttling
end

#create_public_ipBoolean

Returns the value of attribute create_public_ip.

Returns:

  • (Boolean)


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.

Returns:

  • ("PRIVATE_IP", "PUBLIC_IP")


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.

Returns:

  • ("GP2", "GP3", "ST1", "AUTO")


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.

Returns:

  • ("DEFAULT", "CUSTOM", "NONE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("IPV4", "IPV6")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1165
1166
1167
# File 'sig/types.rbs', line 1165

def staging_area_tags
  @staging_area_tags
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1166
1167
1168
# File 'sig/types.rbs', line 1166

def tags
  @tags
end

#use_dedicated_replication_serverBoolean

Returns the value of attribute use_dedicated_replication_server.

Returns:

  • (Boolean)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def use_dedicated_replication_server
  @use_dedicated_replication_server
end