GetSubnetGroupResult

data class GetSubnetGroupResult(val arn: String, val description: String, val id: String, val name: String, val status: String, val subnetIds: List<String>, val supportedNetworkTypes: List<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, status: String, subnetIds: List<String>, supportedNetworkTypes: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN for the DB subnet group.

Link copied to clipboard

Provides the description of the DB 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

Provides the status of the DB subnet group.

Link copied to clipboard

Contains a list of subnet identifiers.

Link copied to clipboard

The network type of the DB subnet group.

Link copied to clipboard

Provides the VPC ID of the DB subnet group.