
com.pulumi.aws.batch.kotlin.outputs.GetJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.batch.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property cpuArchitecture The vCPU architecture. The default value is X86_64. Valid values are X86_64 and ARM64.
* @property operatingSystemFamily The operating system for the compute environment. V
*/
public data class GetJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform(
public val cpuArchitecture: String,
public val operatingSystemFamily: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.batch.outputs.GetJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform): GetJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform =
GetJobDefinitionNodePropertyNodeRangePropertyContainerRuntimePlatform(
cpuArchitecture = javaType.cpuArchitecture(),
operatingSystemFamily = javaType.operatingSystemFamily(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy