Metadata Items Item Args
data class MetadataItemsItemArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<MetadataItemsItemArgs>
Metadata
Properties
Link copied to clipboard
Key for the metadata entry. Keys must conform to the following regexp: a-zA-Z0-9-_+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
Link copied to clipboard