This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template 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:DynamicDefaultValueRollingDate:RollingDateConfigurationStaticValues:- 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: 0Maximum: 50000Update requires: No interruption