FargateProfileLabelArgs

data class FargateProfileLabelArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<FargateProfileLabelArgs>

A key-value pair to associate with a pod.

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

The key name of the label.

Link copied to clipboard
val value: Output<String>

The value for the label.

Functions

Link copied to clipboard
open override fun toJava(): FargateProfileLabelArgs