AWS::LicenseManager::LicenseSpecifies a granted license. Granted licenses are licenses for products that your organization purchased from AWS Marketplace or directly from a seller who integrated their software with managed entitlements. 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 { CfnLicense } from 'aws-cdk-lib/aws-licensemanager';Or use the module namespace:
import * as licensemanager from 'aws-cdk-lib/aws-licensemanager';
// licensemanager.CfnLicenseConfiguration passed to the constructor as CfnLicenseProps.
beneficiaryRequiredstringLicense beneficiary.
consumptionConfigurationRequiredIResolvable | ConsumptionConfigurationPropertyConfiguration for consumption of the license.
entitlementsRequiredIResolvable | IResolvable | EntitlementProperty[]License entitlements.
homeRegionRequiredstringHome Region of the license.
issuerRequiredIResolvable | IssuerDataPropertyLicense issuer.
licenseNameRequiredstringLicense name.
productNameRequiredstringProduct name.
productSkuRequiredstringProduct SKU.
validityRequiredIResolvable | ValidityDateFormatPropertyDate and time range during which the license is valid, in ISO8601-UTC format.
licenseMetadataOptionalIResolvable | IResolvable | MetadataProperty[]License metadata.
statusOptionalstringLicense 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::License