AWS::LicenseManager::License Entitlement
Describes a resource entitled for use with a license.
Syntax
To declare this entity in your AWS 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
Allowed values:
Count | None | Seconds | Microseconds | Milliseconds | Bytes | Kilobytes | Megabytes | Gigabytes | Terabytes | Bits | Kilobits | Megabits | Gigabits | Terabits | Percent | Bytes/Second | Kilobytes/Second | Megabytes/Second | Gigabytes/Second | Terabytes/Second | Bits/Second | Kilobits/Second | Megabits/Second | Gigabits/Second | Terabits/Second | Count/Second
Update requires: No interruption
Value
-
Entitlement resource. Use only if the unit is None.
Required: No
Type: String
Update requires: No interruption