AWS::QuickSight::Dashboard DateTimeDefaultValues
The default values of the DateTimeParameterDeclaration
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DynamicValue" :
DynamicDefaultValue
, "RollingDate" :RollingDateConfiguration
, "StaticValues" :[ String, ... ]
}
YAML
DynamicValue:
DynamicDefaultValue
RollingDate:RollingDateConfiguration
StaticValues:- String
Properties
DynamicValue
-
The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.Required: No
Type: DynamicDefaultValue
Update requires: No interruption
RollingDate
-
The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression.Required: No
Type: RollingDateConfiguration
Update requires: No interruption
StaticValues
-
The static values of the
DataTimeDefaultValues
.Required: No
Type: Array of String
Minimum:
0
Maximum:
50000
Update requires: No interruption