licenses_list_only
Lists licenses
in a region or regions, for all properties use licenses
Overview
Name | licenses_list_only |
Type | Resource |
Description | Resource Type definition for AWS::LicenseManager::License |
Id | aws.licensemanager.licenses_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all licenses
in a region.
SELECT
region,
license_arn
FROM aws.licensemanager.licenses_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the licenses_list_only
resource, see licenses