A parameter declaration for the DateTime
data type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DefaultValues" : DateTimeDefaultValues
,
"MappedDataSetParameters" : [ MappedDataSetParameter, ... ]
,
"Name" : String
,
"TimeGranularity" : String
,
"ValueWhenUnset" : DateTimeValueWhenUnsetConfiguration
}
YAML
DefaultValues:
DateTimeDefaultValues
MappedDataSetParameters:
- MappedDataSetParameter
Name: String
TimeGranularity: String
ValueWhenUnset:
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
MappedDataSetParameters
Property description not available.
Required: No
Type: Array of MappedDataSetParameter
Minimum:
0
Maximum:
150
Update requires: No interruption
Name
-
The name of the parameter that is being declared.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]+$
Minimum:
1
Maximum:
2048
Update requires: No interruption
TimeGranularity
-
The level of time precision that is used to aggregate
DateTime
values.Required: No
Type: String
Allowed values:
YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND
Update requires: No interruption
ValueWhenUnset
-
The configuration that defines the default value of a
DateTime
parameter when a value has not been set.Required: No
Type: DateTimeValueWhenUnsetConfiguration
Update requires: No interruption