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>? = null, 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>? = null, 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
val tags: Map<String, String>? = null

Map of tags assigned to the subnet group.

Link copied to clipboard

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.