Class: Aws::Types::ReplicationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:staging_area_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_default_security_groupBoolean

Returns the value of attribute associate_default_security_group.

Returns:

  • (Boolean)


1123
1124
1125
# File 'sig/types.rbs', line 1123

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)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def auto_replicate_new_disks
  @auto_replicate_new_disks
end

#bandwidth_throttling::Integer

Returns the value of attribute bandwidth_throttling.

Returns:

  • (::Integer)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def bandwidth_throttling
  @bandwidth_throttling
end

#create_public_ipBoolean

Returns the value of attribute create_public_ip.

Returns:

  • (Boolean)


1133
1134
1135
# File 'sig/types.rbs', line 1133

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")


1132
1133
1134
# File 'sig/types.rbs', line 1132

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")


1127
1128
1129
# File 'sig/types.rbs', line 1127

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")


1129
1130
1131
# File 'sig/types.rbs', line 1129

def ebs_encryption
  @ebs_encryption
end

#ebs_encryption_key_arn::String

Returns the value of attribute ebs_encryption_key_arn.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def ebs_encryption_key_arn
  @ebs_encryption_key_arn
end

#internet_protocol"IPV4", "IPV6"

Returns the value of attribute internet_protocol.

Returns:

  • ("IPV4", "IPV6")


1137
1138
1139
# File 'sig/types.rbs', line 1137

def internet_protocol
  @internet_protocol
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def name
  @name
end

#pit_policy::Array[Types::PITPolicyRule]

Returns the value of attribute pit_policy.

Returns:



1135
1136
1137
# File 'sig/types.rbs', line 1135

def pit_policy
  @pit_policy
end

#replicated_disks::Array[Types::ReplicationConfigurationReplicatedDisk]

Returns the value of attribute replicated_disks.



1128
1129
1130
# File 'sig/types.rbs', line 1128

def replicated_disks
  @replicated_disks
end

#replication_server_instance_type::String

Returns the value of attribute replication_server_instance_type.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

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])


1124
1125
1126
# File 'sig/types.rbs', line 1124

def replication_servers_security_groups_i_ds
  @replication_servers_security_groups_i_ds
end

#source_server_id::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def source_server_id
  @source_server_id
end

#staging_area_subnet_id::String

Returns the value of attribute staging_area_subnet_id.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

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])


1134
1135
1136
# File 'sig/types.rbs', line 1134

def staging_area_tags
  @staging_area_tags
end

#use_dedicated_replication_serverBoolean

Returns the value of attribute use_dedicated_replication_server.

Returns:

  • (Boolean)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def use_dedicated_replication_server
  @use_dedicated_replication_server
end