Analysis Parameters Args
data class AnalysisParametersArgs(val dateTimeParameters: Output<List<AnalysisParametersDateTimeParameterArgs>>? = null, val decimalParameters: Output<List<AnalysisParametersDecimalParameterArgs>>? = null, val integerParameters: Output<List<AnalysisParametersIntegerParameterArgs>>? = null, val stringParameters: Output<List<AnalysisParametersStringParameterArgs>>? = null) : ConvertibleToJava<AnalysisParametersArgs>
Constructors
Link copied to clipboard
constructor(dateTimeParameters: Output<List<AnalysisParametersDateTimeParameterArgs>>? = null, decimalParameters: Output<List<AnalysisParametersDecimalParameterArgs>>? = null, integerParameters: Output<List<AnalysisParametersIntegerParameterArgs>>? = null, stringParameters: Output<List<AnalysisParametersStringParameterArgs>>? = null)
Properties
Link copied to clipboard
A list of parameters that have a data type of date-time. See AWS API Documentation for complete description.
Link copied to clipboard
A list of parameters that have a data type of decimal. See AWS API Documentation for complete description.
Link copied to clipboard
A list of parameters that have a data type of integer. See AWS API Documentation for complete description.
Link copied to clipboard
A list of parameters that have a data type of string. See AWS API Documentation for complete description.