![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.eks.kotlin.outputs.FargateProfileLabel.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.eks.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* A key-value pair to associate with a pod.
* @property key The key name of the label.
* @property value The value for the label.
*/
public data class FargateProfileLabel(
public val key: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.eks.outputs.FargateProfileLabel): FargateProfileLabel = FargateProfileLabel(
key = javaType.key(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy