DateTimeParameterDeclaration
A parameter declaration for the DateTime
data type.
Contents
Note
In the following list, the required parameters are described first.
- Name
-
The name of the parameter that is being declared.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^[a-zA-Z0-9]+$
Required: Yes
- DefaultValues
-
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
Type: DateTimeDefaultValues object
Required: No
- MappedDataSetParameters
-
A list of dataset parameters that are mapped to an analysis parameter.
Type: Array of MappedDataSetParameter objects
Array Members: Minimum number of 0 items. Maximum number of 150 items.
Required: No
- TimeGranularity
-
The level of time precision that is used to aggregate
DateTime
values.Type: String
Valid Values:
YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND
Required: No
- ValueWhenUnset
-
The configuration that defines the default value of a
DateTime
parameter when a value has not been set.Type: DateTimeValueWhenUnsetConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: