This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Template DateTimeParameterDeclaration
A parameter declaration for the DateTime data type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultValues" :DateTimeDefaultValues, "MappedDataSetParameters" :[ MappedDataSetParameter, ... ], "Name" :String, "TimeGranularity" :String, "ValueWhenUnset" :DateTimeValueWhenUnsetConfiguration}
YAML
DefaultValues:DateTimeDefaultValuesMappedDataSetParameters:- MappedDataSetParameterName:StringTimeGranularity:StringValueWhenUnset:DateTimeValueWhenUnsetConfiguration
Properties
DefaultValues-
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
Required: No
Type: DateTimeDefaultValues
Update requires: No interruption
MappedDataSetParametersProperty description not available.
Required: No
Type: Array of MappedDataSetParameter
Minimum:
0Maximum:
150Update requires: No interruption
Name-
The name of the parameter that is being declared.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]+$Minimum:
1Maximum:
2048Update requires: No interruption
TimeGranularity-
The level of time precision that is used to aggregate
DateTimevalues.Required: No
Type: String
Allowed values:
YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECONDUpdate requires: No interruption
ValueWhenUnset-
The configuration that defines the default value of a
DateTimeparameter when a value has not been set.Required: No
Type: DateTimeValueWhenUnsetConfiguration
Update requires: No interruption