ApplicationRuntimeEnvironmentArgs

data class ApplicationRuntimeEnvironmentArgs(val type: Output<String>, val version: Output<String>) : ConvertibleToJava<ApplicationRuntimeEnvironmentArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>, version: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.

Link copied to clipboard
val version: Output<String>

Versioned container environment for the application operating system.

Functions

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