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>)

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Redshift Subnet Group name.

Link copied to clipboard

Description of the Redshift 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

An array of VPC subnet IDs.

Link copied to clipboard

Tags associated to the Subnet Group