labels

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


@JvmName(name = "rvdmrqvtjwcmngir")
suspend fun labels(values: List<Output<FargateProfileLabelArgs>>)
@JvmName(name = "uocyjaxfaqhuotpy")
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 = "dncyanutauymbflk")
suspend fun labels(argument: List<suspend FargateProfileLabelArgsBuilder.() -> Unit>)
@JvmName(name = "ttrvvukyackruhwu")
suspend fun labels(vararg argument: suspend FargateProfileLabelArgsBuilder.() -> Unit)
@JvmName(name = "ibvlbrgwytxsiffx")
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.