StackSetTag

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

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

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

Link copied to clipboard

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