StackSetTagArgs

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

Tag type enables you to specify a key-value pair that can be used to store information about an AWS CloudFormation StackSet.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

A string used to identify this tag. You can specify a maximum of 127 characters for a tag key.

Link copied to clipboard
val value: Output<String>

A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.