AWS Fundamentals Logo
AWS Fundamentals
AWS::LicenseManager::License

LicenseManager License

Resource Type definition for AWS::LicenseManager::License

Properties

12 configurable properties. 9 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LicenseArnstringAmazon Resource Name is a unique name for each resource.
VersionstringThe version of the license.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

license-manager:CreateLicenselicense-manager:GetLicenselicense-manager:TagResourcelicense-manager:ListTagsForResourcekms:CreateGrant

read

license-manager:GetLicenselicense-manager:ListTagsForResource

update

license-manager:CreateLicenseVersionlicense-manager:GetLicenselicense-manager:TagResourcelicense-manager:UntagResourcelicense-manager:ListTagsForResource

delete

license-manager:DeleteLicenselicense-manager:GetLicenselicense-manager:ListTagsForResource

list

license-manager:ListLicenses

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLicenseManager
Properties14
Required9
TaggingSupported
Primary IDLicenseArn

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links