TagArgs

data class TagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TagArgs>

Tag is an AWS tag representation.

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

Key of tag.

Link copied to clipboard
val value: Output<String>? = null

Value of tag.

Functions

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