DateTimeDatasetParameter
A date time parameter for a dataset.
Contents
Note
In the following list, the required parameters are described first.
- Id
-
An identifier for the parameter that is created in the dataset.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9-]+$
Required: Yes
- Name
-
The name of the date time parameter that is created in the dataset.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^[a-zA-Z0-9]+$
Required: Yes
- ValueType
-
The value type of the dataset parameter. Valid values are
single value
ormulti value
.Type: String
Valid Values:
MULTI_VALUED | SINGLE_VALUED
Required: Yes
- DefaultValues
-
A list of default values for a given date time parameter. This structure only accepts static values.
Type: DateTimeDatasetParameterDefaultValues object
Required: No
- TimeGranularity
-
The time granularity of the date time parameter.
Type: String
Valid Values:
YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: