RepositoryAssociationTagArgs

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

A key-value pair to associate with a resource.

Constructors

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

Functions

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

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:. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

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. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.