EnvironmentTypeEnumValueArgs

data class EnvironmentTypeEnumValueArgs(val value: Output<Either<String, EnvironmentType>>? = null) : ConvertibleToJava<EnvironmentTypeEnumValueArgs>

Definition of EnvironmentTypeEnumValue

Constructors

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

Properties

Link copied to clipboard
val value: Output<Either<String, EnvironmentType>>? = null

Property value

Functions

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