AWS::LicenseManager::GrantSpecifies a grant. A grant shares the use of license entitlements with specific AWS accounts . For more information, see [Granted licenses](https://docs.aws.amazon.com/license-manager/latest/userguide/granted-licenses.html) in the *License Manager User Guide* .
import { CfnGrant } from 'aws-cdk-lib/aws-licensemanager';Or use the module namespace:
import * as licensemanager from 'aws-cdk-lib/aws-licensemanager';
// licensemanager.CfnGrantConfiguration passed to the constructor as CfnGrantProps.
allowedOperationsOptionalstring[]Allowed operations for the grant.
grantNameOptionalstringGrant name.
homeRegionOptionalstringHome Region of the grant.
licenseArnOptionalstringLicense ARN.
principalsOptionalstring[]The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):. - An AWS 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.
statusOptionalstringGranted license status.
tagsOptionalCfnTag[]A list of tags to attach.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-licensemanagerAWS::LicenseManager::Grant