Label

class Label : KotlinCustomResource

The gitlab.Label resource allows to manage the lifecycle of a project label.

This resource is deprecated. use gitlab.ProjectLabelinstead! Upstream API: GitLab REST API docs

Properties

Link copied to clipboard
val color: Output<String>

The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the CSS color names.

Link copied to clipboard
val description: Output<String>?

The description of the label.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labelId: Output<Int>

The id of the project label.

Link copied to clipboard
val name: Output<String>

The name of the label.

Link copied to clipboard
val project: Output<String>

The name or id of the project to add the label to.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>