labels

@JvmName(name = "kkhaepxlbtbbkuhw")
suspend fun labels(value: Output<List<FargateProfileLabelArgs>>)
@JvmName(name = "vythmtivwefksjts")
suspend fun labels(value: List<FargateProfileLabelArgs>?)

Parameters

value

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.


@JvmName(name = "fcqdrposlqhbstsh")
suspend fun labels(vararg values: Output<FargateProfileLabelArgs>)


@JvmName(name = "swmnhsvqhpljgxit")
suspend fun labels(values: List<Output<FargateProfileLabelArgs>>)
@JvmName(name = "omdvynjfxfadsbsr")
suspend fun labels(vararg values: FargateProfileLabelArgs)

Parameters

values

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.


@JvmName(name = "hvcpqwhynxytrfhd")
suspend fun labels(argument: List<suspend FargateProfileLabelArgsBuilder.() -> Unit>)
@JvmName(name = "dqfnnlvhbtfqlqcp")
suspend fun labels(vararg argument: suspend FargateProfileLabelArgsBuilder.() -> Unit)
@JvmName(name = "ubtjgjyppshdxvyd")
suspend fun labels(argument: suspend FargateProfileLabelArgsBuilder.() -> Unit)

Parameters

argument

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.