WorkloadAttributesEnvironmentArgs

data class WorkloadAttributesEnvironmentArgs(val type: Output<String>) : ConvertibleToJava<WorkloadAttributesEnvironmentArgs>

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

Environment type. Possible values are: PRODUCTION, STAGING, TEST, DEVELOPMENT.

Functions

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