GetSubnetGroupResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description for the cache subnet group.

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

The EC2 subnet IDs for the cache subnet group.

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

A tag that can be added to an ElastiCache subnet group. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your subnet groups. A tag with a null Value is permitted.