DockerImagePlatformArgs

data class DockerImagePlatformArgs(val operatingSystemType: Output<Either<String, OperatingSystemType>>? = null) : ConvertibleToJava<DockerImagePlatformArgs>

Constructors

Link copied to clipboard
constructor(operatingSystemType: Output<Either<String, OperatingSystemType>>? = null)

Properties

Link copied to clipboard
val operatingSystemType: Output<Either<String, OperatingSystemType>>? = null

The OS type the Environment.

Functions

Link copied to clipboard
open override fun toJava(): DockerImagePlatformArgs