All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.sagemaker.kotlin.outputs.AppImageConfigCustomImageContainerEnvironmentVariable.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.sagemaker.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property key The key that identifies a container environment variable.
 * @property value The value of the container environment variable.
 */
public data class AppImageConfigCustomImageContainerEnvironmentVariable(
    public val key: String,
    public val `value`: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.sagemaker.outputs.AppImageConfigCustomImageContainerEnvironmentVariable): AppImageConfigCustomImageContainerEnvironmentVariable =
            AppImageConfigCustomImageContainerEnvironmentVariable(
                key = javaType.key(),
                `value` = javaType.`value`(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy