Analysis String Parameter Declaration Args
data class AnalysisStringParameterDeclarationArgs(val defaultValues: Output<AnalysisStringDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<AnalysisMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<AnalysisParameterValueType>, val valueWhenUnset: Output<AnalysisStringValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<AnalysisStringParameterDeclarationArgs>
Constructors
Link copied to clipboard
constructor(defaultValues: Output<AnalysisStringDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<AnalysisMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<AnalysisParameterValueType>, valueWhenUnset: Output<AnalysisStringValueWhenUnsetConfigurationArgs>? = null)
Properties
Link copied to clipboard
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
Link copied to clipboard
Link copied to clipboard
The value type determines whether the parameter is a single-value or multi-value parameter.
Link copied to clipboard
The configuration that defines the default value of a String
parameter when a value has not been set.