AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::LicenseManager::License

CfnLicense

Specifies 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

import { CfnLicense } from 'aws-cdk-lib/aws-licensemanager';

Or use the module namespace:

import * as licensemanager from 'aws-cdk-lib/aws-licensemanager';
// licensemanager.CfnLicense

Properties

Configuration passed to the constructor as CfnLicenseProps.

beneficiaryRequired
string

License beneficiary.

consumptionConfigurationRequired
IResolvable | ConsumptionConfigurationProperty

Configuration for consumption of the license.

entitlementsRequired
IResolvable | IResolvable | EntitlementProperty[]

License entitlements.

homeRegionRequired
string

Home Region of the license.

issuerRequired
IResolvable | IssuerDataProperty

License issuer.

licenseNameRequired
string

License name.

productNameRequired
string

Product name.

productSkuRequired
string

Product SKU.

validityRequired
IResolvable | ValidityDateFormatProperty

Date and time range during which the license is valid, in ISO8601-UTC format.

licenseMetadataOptional
IResolvable | IResolvable | MetadataProperty[]

License metadata.

statusOptional
string

License status.

tagsOptional
CfnTag[]

A list of tags to attach.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-licensemanager
CFN TypeAWS::LicenseManager::License
Properties12

Related Constructs

External Links