A list of Amazon QuickSight parameters and the list's override values.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DateTimeParameters" : [ DateTimeParameter, ... ]
,
"DecimalParameters" : [ DecimalParameter, ... ]
,
"IntegerParameters" : [ IntegerParameter, ... ]
,
"StringParameters" : [ StringParameter, ... ]
}
YAML
DateTimeParameters:
- DateTimeParameter
DecimalParameters:
- DecimalParameter
IntegerParameters:
- IntegerParameter
StringParameters:
- StringParameter
Properties
DateTimeParameters
-
The parameters that have a data type of date-time.
Required: No
Type: Array of DateTimeParameter
Minimum:
0
Maximum:
100
Update requires: No interruption
DecimalParameters
-
The parameters that have a data type of decimal.
Required: No
Type: Array of DecimalParameter
Minimum:
0
Maximum:
100
Update requires: No interruption
IntegerParameters
-
The parameters that have a data type of integer.
Required: No
Type: Array of IntegerParameter
Minimum:
0
Maximum:
100
Update requires: No interruption
StringParameters
-
The parameters that have a data type of string.
Required: No
Type: Array of StringParameter
Minimum:
0
Maximum:
100
Update requires: No interruption