StageTagArgs

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

Identify and categorize resources.

Constructors

Link copied to clipboard
fun StageTagArgs(key: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:.

Link copied to clipboard
val value: Output<String>

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:.