groupLabels

@JvmName(name = "hgqjtoytdumnxukm")
suspend fun groupLabels(value: Output<List<GuestPoliciesAssignmentGroupLabelArgs>>)
@JvmName(name = "ecbcnxkoskcjrwrt")
suspend fun groupLabels(value: List<GuestPoliciesAssignmentGroupLabelArgs>?)

Parameters

value

Targets instances matching at least one of these label sets. This allows an assignment to target disparate groups, for example "env=prod or env=staging". Structure is documented below.


@JvmName(name = "hilfhhgcbjhiovkq")
suspend fun groupLabels(vararg values: Output<GuestPoliciesAssignmentGroupLabelArgs>)


@JvmName(name = "adcoxuifrdmlxtvw")
suspend fun groupLabels(values: List<Output<GuestPoliciesAssignmentGroupLabelArgs>>)
@JvmName(name = "jaydjxfcvibcdden")
suspend fun groupLabels(vararg values: GuestPoliciesAssignmentGroupLabelArgs)

Parameters

values

Targets instances matching at least one of these label sets. This allows an assignment to target disparate groups, for example "env=prod or env=staging". Structure is documented below.


@JvmName(name = "rlqaaurgcjbyqhll")
suspend fun groupLabels(argument: List<suspend GuestPoliciesAssignmentGroupLabelArgsBuilder.() -> Unit>)
@JvmName(name = "dqswnnlkthuguwtg")
suspend fun groupLabels(vararg argument: suspend GuestPoliciesAssignmentGroupLabelArgsBuilder.() -> Unit)
@JvmName(name = "dexxtxctdgfqpdpr")
suspend fun groupLabels(argument: suspend GuestPoliciesAssignmentGroupLabelArgsBuilder.() -> Unit)

Parameters

argument

Targets instances matching at least one of these label sets. This allows an assignment to target disparate groups, for example "env=prod or env=staging". Structure is documented below.