AWS::LicenseManager::License Entitlement - 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 Entitlement

Describes a resource entitled for use with a license.

Syntax

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

JSON

{ "AllowCheckIn" : Boolean, "MaxCount" : Integer, "Name" : String, "Overage" : Boolean, "Unit" : String, "Value" : String }

YAML

AllowCheckIn: Boolean MaxCount: Integer Name: String Overage: Boolean Unit: String Value: String

Properties

AllowCheckIn

Indicates whether check-ins are allowed.

Required: No

Type: Boolean

Update requires: No interruption

MaxCount

Maximum entitlement count. Use if the unit is not None.

Required: No

Type: Integer

Update requires: No interruption

Name

Entitlement name.

Required: Yes

Type: String

Update requires: No interruption

Overage

Indicates whether overages are allowed.

Required: No

Type: Boolean

Update requires: No interruption

Unit

Entitlement unit.

Required: Yes

Type: String

Update requires: No interruption

Value

Entitlement resource. Use only if the unit is None.

Required: No

Type: String

Update requires: No interruption