ApplicationAttributesEnvironmentArgs

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

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(): ApplicationAttributesEnvironmentArgs