AWS::LicenseManager::GrantAn example resource schema demonstrating some basic constructs and validation rules.
7 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AllowedOperations | Array<string> | Write-only |
GrantName | string | |
HomeRegion | string | |
LicenseArn | string | |
Principals | Array<string> | Write-only |
Status | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GrantArn | string | Arn of the grant. |
Version | string | The version of the grant. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LicenseManager::Grant
Resources:
MyResource:
Type: AWS::LicenseManager::Grant
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
license-manager:CreateGrantlicense-manager:CreateGrantVersionlicense-manager:GetGrantlicense-manager:TagResourcelicense-manager:ListTagsForResourcelicense-manager:GetGrantlicense-manager:ListTagsForResourcelicense-manager:CreateGrantVersionlicense-manager:GetGrantlicense-manager:TagResourcelicense-manager:UntagResourcelicense-manager:ListTagsForResourcelicense-manager:DeleteGrantlicense-manager:GetGrantlicense-manager:ListTagsForResourcelicense-manager:ListDistributedGrantsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGrantArn