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

com.pulumi.awsnative.batch.kotlin.outputs.JobDefinitionEksProperties.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.batch.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property podProperties The properties for the Kubernetes pod resources of a job.
 */
public data class JobDefinitionEksProperties(
    public val podProperties: JobDefinitionPodProperties? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.batch.outputs.JobDefinitionEksProperties): JobDefinitionEksProperties = JobDefinitionEksProperties(
            podProperties = javaType.podProperties().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.batch.kotlin.outputs.JobDefinitionPodProperties.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy