Parameter Definitions Value Args
data class ParameterDefinitionsValueArgs(val allowedValues: Output<List<Any>>? = null, val defaultValue: Output<Any>? = null, val metadata: Output<ParameterDefinitionsValueMetadataArgs>? = null, val type: Output<Either<String, ParameterType>>? = null) : ConvertibleToJava<ParameterDefinitionsValueArgs>
The definition of a parameter that can be provided to the policy.
Constructors
Link copied to clipboard
constructor(allowedValues: Output<List<Any>>? = null, defaultValue: Output<Any>? = null, metadata: Output<ParameterDefinitionsValueMetadataArgs>? = null, type: Output<Either<String, ParameterType>>? = null)