Skip to main content

license

Gets an individual license resource

Overview

Namelicense
TypeResource
Descriptionlicense
Idawscc.licensemanager.license

Fields

NameDatatypeDescription
product_skustringProductSKU of the license.
issuerobject
license_namestringName for the created license.
product_namestringProduct name for the created license.
home_regionstringHome region for the created license.
validityobject
entitlementsarray
beneficiarystringBeneficiary of the license.
consumption_configurationobject
license_metadataarray
license_arnstringAmazon Resource Name is a unique name for each resource.
statusstring
versionstringThe version of the license.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
product_sku,
issuer,
license_name,
product_name,
home_region,
validity,
entitlements,
beneficiary,
consumption_configuration,
license_metadata,
license_arn,
status,
version
FROM awscc.licensemanager.license
WHERE data__Identifier = '<LicenseArn>';

Permissions

To operate on the license resource, the following permissions are required:

Read

license-manager:GetLicense

Update

license-manager:CreateLicenseVersion

Delete

license-manager:DeleteLicense