AWS::LicenseManager::LicenseResource Type definition for AWS::LicenseManager::License
12 configurable properties. 9 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Beneficiary | string | Required |
ConsumptionConfiguration | ConsumptionConfiguration | Required |
Entitlements | Array<Entitlement> | Required |
HomeRegion | string | Required |
Issuer | IssuerData | Required |
LicenseName | string | Required |
ProductName | string | Required |
ProductSKU | string | Required |
Validity | ValidityDateFormat | Required |
LicenseMetadata | Array<Metadata> | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LicenseArn | string | Amazon Resource Name is a unique name for each resource. |
Version | string | The version of the license. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LicenseManager::License
Resources:
MyResource:
Type: AWS::LicenseManager::License
Properties:
LicenseName: "my-licensename"
ProductName: "my-productname"
Issuer: "value"
HomeRegion: "value"
Validity: "my-validity"
ConsumptionConfiguration: "value"
Entitlements: []
Beneficiary: "value"
ProductSKU: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
license-manager:CreateLicenselicense-manager:GetLicenselicense-manager:TagResourcelicense-manager:ListTagsForResourcekms:CreateGrantlicense-manager:GetLicenselicense-manager:ListTagsForResourcelicense-manager:CreateLicenseVersionlicense-manager:GetLicenselicense-manager:TagResourcelicense-manager:UntagResourcelicense-manager:ListTagsForResourcelicense-manager:DeleteLicenselicense-manager:GetLicenselicense-manager:ListTagsForResourcelicense-manager:ListLicensesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLicenseArn