AWS Fundamentals Logo
AWS Fundamentals
AWS::LicenseManager::Grant

LicenseManager Grant

An example resource schema demonstrating some basic constructs and validation rules.

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AllowedOperations
Array<string>
Write-only
GrantName
string
HomeRegion
string
LicenseArn
string
Principals
Array<string>
Write-only
Status
string
Write-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
GrantArnstringArn of the grant.
VersionstringThe version of the grant.

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::Grant

Resources:
  MyResource:
    Type: AWS::LicenseManager::Grant
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

license-manager:CreateGrantlicense-manager:CreateGrantVersionlicense-manager:GetGrantlicense-manager:TagResourcelicense-manager:ListTagsForResource

read

license-manager:GetGrantlicense-manager:ListTagsForResource

update

license-manager:CreateGrantVersionlicense-manager:GetGrantlicense-manager:TagResourcelicense-manager:UntagResourcelicense-manager:ListTagsForResource

delete

license-manager:DeleteGrantlicense-manager:GetGrantlicense-manager:ListTagsForResource

list

license-manager:ListDistributedGrants

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
Properties9
Required0
TaggingSupported
Primary IDGrantArn

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links