license
Gets an individual license
resource
Overview
Name | license |
Type | Resource |
Description | license |
Id | awscc.licensemanager.license |
Fields
Name | Datatype | Description |
---|---|---|
product_sku | string | ProductSKU of the license. |
issuer | object | |
license_name | string | Name for the created license. |
product_name | string | Product name for the created license. |
home_region | string | Home region for the created license. |
validity | object | |
entitlements | array | |
beneficiary | string | Beneficiary of the license. |
consumption_configuration | object | |
license_metadata | array | |
license_arn | string | Amazon Resource Name is a unique name for each resource. |
status | string | |
version | string | The version of the license. |
region | string | AWS 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