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