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 Amazon EC2 subnet IDs for the DB subnet group.

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

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