AWS::LicenseManager::Grant
Specifies a grant.
A grant shares the use of license entitlements with specific Amazon Web Services accounts. For more information, see Granted licenses in the Amazon License Manager User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::LicenseManager::Grant", "Properties" : { "AllowedOperations" :[ String, ... ], "GrantName" :String, "HomeRegion" :String, "LicenseArn" :String, "Principals" :[ String, ... ], "Status" :String} }
YAML
Type: AWS::LicenseManager::Grant Properties: AllowedOperations:- StringGrantName:StringHomeRegion:StringLicenseArn:StringPrincipals:- StringStatus:String
Properties
AllowedOperations-
Allowed operations for the grant.
Required: No
Type: List of String
Update requires: No interruption
GrantName-
Grant name.
Required: No
Type: String
Update requires: No interruption
HomeRegion-
Home Region of the grant.
Required: No
Type: String
Update requires: No interruption
LicenseArn-
License ARN.
Required: No
Type: String
Update requires: No interruption
Principals-
The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):
-
An Amazon account, which includes only the account specified.
-
An organizational unit (OU), which includes all accounts in the OU.
-
An organization, which will include all accounts across your organization.
Required: No
Type: List of String
Update requires: No interruption
-
Status-
Granted license status.
Required: No
Type: String
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the ID of the grant.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.