labels

@JvmName(name = "nfxqviybuehfatqs")
suspend fun labels(value: Output<List<FargateProfileLabelArgs>>)
@JvmName(name = "nutygwajmsdyrdqq")
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 = "gaukicnvvujuaoju")
suspend fun labels(vararg values: Output<FargateProfileLabelArgs>)


@JvmName(name = "qaqtbksjvngikfvm")
suspend fun labels(values: List<Output<FargateProfileLabelArgs>>)
@JvmName(name = "ywwdlcwinxwdaudw")
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 = "pkuoeugkipnbbdaw")
suspend fun labels(argument: List<suspend FargateProfileLabelArgsBuilder.() -> Unit>)
@JvmName(name = "sfwcdvscapmrvwot")
suspend fun labels(vararg argument: suspend FargateProfileLabelArgsBuilder.() -> Unit)
@JvmName(name = "ogjuqkalvexdeiyl")
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.