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:BooleanMaxCount:IntegerName:StringOverage:BooleanUnit:StringValue: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