Parameter Definitions Value Args
data class ParameterDefinitionsValueArgs(val allowedValues: Output<List<Any>>? = null, val defaultValue: Output<Any>? = null, val metadata: Output<ParameterDefinitionsValueMetadataArgs>? = null, val schema: Output<Any>? = 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
fun ParameterDefinitionsValueArgs(allowedValues: Output<List<Any>>? = null, defaultValue: Output<Any>? = null, metadata: Output<ParameterDefinitionsValueMetadataArgs>? = null, schema: Output<Any>? = null, type: Output<Either<String, ParameterType>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
Link copied to clipboard