GetSubnetGroupResult

data class GetSubnetGroupResult(val arn: String? = null, val description: String? = null, val subnetIds: List<String>? = null, val supportedNetworkTypes: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, subnetIds: List<String>? = null, supportedNetworkTypes: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the subnet group.

Link copied to clipboard
val description: String? = null

An optional description of the subnet group.

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

A list of VPC subnet IDs for the subnet group.

Link copied to clipboard

Supported network types would be a list of network types supported by subnet group and can be either ipv4 or ipv4, dual_stack or ipv6.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this subnet group.