SubnetGroupTag

data class SubnetGroupTag(val key: String, val value: String)

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.

Constructors

Link copied to clipboard
fun SubnetGroupTag(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String
Link copied to clipboard