GetDbSubnetGroupResult

data class GetDbSubnetGroupResult(val dbSubnetGroupDescription: String? = null, val subnetIds: List<String>? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description for the DB subnet group.

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

The EC2 Subnet IDs for the DB subnet group.

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

Tags to assign to the DB subnet group.