ModelPackageGroupTagArgs

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

A key-value pair to associate with a resource.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Link copied to clipboard
val value: Output<String>

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.