GetReplicationSubnetGroupResult

data class GetReplicationSubnetGroupResult(val id: String, val replicationSubnetGroupArn: String, val replicationSubnetGroupDescription: String, val replicationSubnetGroupId: String, val subnetGroupStatus: String, val subnetIds: List<String>, val tags: Map<String, String>, val vpcId: String)

A collection of values returned by getReplicationSubnetGroup.

Constructors

Link copied to clipboard
constructor(id: String, replicationSubnetGroupArn: String, replicationSubnetGroupDescription: String, replicationSubnetGroupId: String, subnetGroupStatus: String, subnetIds: List<String>, tags: Map<String, String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Description for the subnet group.

Link copied to clipboard
Link copied to clipboard

List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones.

Link copied to clipboard
Link copied to clipboard

The ID of the VPC the subnet group is in.