RepositoryCreationTemplateTagArgs

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

The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

One part of a key-value pair that make up a tag. A `key` is a general label that acts like a category for more specific tag values.

Link copied to clipboard
val value: Output<String>

A `value` acts as a descriptor within a tag category (key).

Functions

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