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

com.pulumi.aws.batch.kotlin.outputs.JobDefinitionEksPropertiesPodPropertiesInitContainerVolumeMount.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.batch.kotlin.outputs

import kotlin.Boolean
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property mountPath
 * @property name Name of the job definition.
 * @property readOnly
 */
public data class JobDefinitionEksPropertiesPodPropertiesInitContainerVolumeMount(
    public val mountPath: String,
    public val name: String,
    public val readOnly: Boolean? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.batch.outputs.JobDefinitionEksPropertiesPodPropertiesInitContainerVolumeMount): JobDefinitionEksPropertiesPodPropertiesInitContainerVolumeMount =
            JobDefinitionEksPropertiesPodPropertiesInitContainerVolumeMount(
                mountPath = javaType.mountPath(),
                name = javaType.name(),
                readOnly = javaType.readOnly().map({ args0 -> args0 }).orElse(null),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy