DatetimeRange
Describes a time range, in ISO8601-UTC format.
Contents
- Begin
-
Start of the time range.
Type: String
Length Constraints: Maximum length of 50.
Pattern:
^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]+)?(Z|[+-](?:2[ 0-3]|[0-1][0-9]):[0-5][0-9])+$
Required: Yes
- End
-
End of the time range.
Type: String
Length Constraints: Maximum length of 50.
Pattern:
^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]+)?(Z|[+-](?:2[ 0-3]|[0-1][0-9]):[0-5][0-9])+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: