ReplicationSubnetGroupArgs

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

Constructors

Link copied to clipboard
constructor(replicationSubnetGroupDescription: Output<String>? = null, replicationSubnetGroupIdentifier: Output<String>? = null, subnetGroupStatus: Output<String>? = null, subnets: Output<List<SubnetArgs>>? = null, supportedNetworkTypes: Output<List<String>>? = null, vpcId: Output<String>? = null)

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
val subnetGroupStatus: Output<String>? = null

The status of the subnet group.

Link copied to clipboard
val subnets: Output<List<SubnetArgs>>? = null

The subnets that are in the subnet group.

Link copied to clipboard
val supportedNetworkTypes: Output<List<String>>? = null

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.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC.

Functions

Link copied to clipboard
open override fun toJava(): ReplicationSubnetGroupArgs