AWS::LicenseManager::License ValidityDateFormat - AWS CloudFormation

AWS::LicenseManager::License ValidityDateFormat

Date and time range during which the license is valid, in ISO8601-UTC format.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Begin" : String, "End" : String }

YAML

Begin: String End: String

Properties

Begin

Start of the time range.

Required: Yes

Type: String

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])+$

Maximum: 50

Update requires: No interruption

End

End of the time range.

Required: Yes

Type: String

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])+$

Maximum: 50

Update requires: No interruption