GetSubnetGroupResult

data class GetSubnetGroupResult(val arn: String, val description: String, val id: String, val name: String, val subnetIds: List<String>, val tags: Map<String, String>, val vpcId: String)

A collection of values returned by getSubnetGroup.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, id: String, name: String, subnetIds: List<String>, tags: Map<String, String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the subnet group.

Link copied to clipboard

Description of the subnet group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Set of VPC Subnet ID-s of the subnet group.

Link copied to clipboard

Map of tags assigned to the subnet group.

Link copied to clipboard

VPC in which the subnet group exists.