AWS::QuickSight::Dashboard 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: List of MappedDataSetParameter
Update requires: No interruption
Name-
The name of the parameter that is being declared.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Pattern:
^[a-zA-Z0-9]+$Update requires: No interruption
TimeGranularity-
The level of time precision that is used to aggregate
DateTimevalues.Required: No
Type: String
Allowed values:
DAY | HOUR | MILLISECOND | MINUTE | MONTH | QUARTER | SECOND | WEEK | YEARUpdate 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