Skip to main content

licenses_list_only

Lists licenses in a region or regions, for all properties use licenses

Overview

Namelicenses_list_only
TypeResource
DescriptionResource Type definition for AWS::LicenseManager::License
Idaws.licensemanager.licenses_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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