AWS::QuickSight::Dashboard CustomParameterValues
The customized parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DateTimeValues" :[ String, ... ], "DecimalValues" :[ Double, ... ], "IntegerValues" :[ Double, ... ], "StringValues" :[ String, ... ]}
YAML
DateTimeValues:- StringDecimalValues:- DoubleIntegerValues:- DoubleStringValues:- String
Properties
DateTimeValues-
A list of datetime-type parameter values.
Required: No
Type: List of String
Maximum:
50000Update requires: No interruption
DecimalValues-
A list of decimal-type parameter values.
Required: No
Type: List of Double
Maximum:
50000Update requires: No interruption
IntegerValues-
A list of integer-type parameter values.
Required: No
Type: List of Double
Maximum:
50000Update requires: No interruption
StringValues-
A list of string-type parameter values.
Required: No
Type: List of String
Maximum:
50000Update requires: No interruption