AWS::LicenseManager::License ValidityDateFormat - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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

Update requires: No interruption

End

End of the time range.

Required: Yes

Type: String

Update requires: No interruption