JobDefinitionMetadataArgs

data class JobDefinitionMetadataArgs(val labels: Output<Any>? = null) : ConvertibleToJava<JobDefinitionMetadataArgs>

Constructors

Link copied to clipboard
constructor(labels: Output<Any>? = null)

Properties

Link copied to clipboard
val labels: Output<Any>? = null

Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.

Functions

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