Replication Subnet Group Args
data class ReplicationSubnetGroupArgs(val replicationSubnetGroupDescription: Output<String>? = null, val replicationSubnetGroupIdentifier: Output<String>? = null, val subnetGroupStatus: Output<String>? = null, val subnets: Output<List<SubnetArgs>>? = null, val supportedNetworkTypes: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<ReplicationSubnetGroupArgs>
Definition of ReplicationSubnetGroup
Properties
Link copied to clipboard
A description for the replication subnet group.
Link copied to clipboard
The identifier of the replication instance subnet group.
Link copied to clipboard
The status of the subnet group.
Link copied to clipboard
The subnets that are in the subnet group.
Link copied to clipboard
The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.