SubnetGroupTagArgs

data class SubnetGroupTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<SubnetGroupTagArgs>

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 SubnetGroupTagArgs(key: Output<String>, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): SubnetGroupTagArgs

Properties

Link copied to clipboard
val key: Output<String>
Link copied to clipboard
val value: Output<String>