PlatformValuesEnumValueArgs

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

Definition of PlatformValuesEnumValue

Constructors

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

Properties

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

Property value

Functions

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