Skip to main content

licenses

Retrieves a list of licenses in a region

Overview

Namelicenses
TypeResource
Descriptionlicenses
Idawscc.licensemanager.licenses

Fields

NameDatatypeDescription
license_arnundefinedAmazon Resource Name is a unique name for each resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
license_arn
FROM awscc.licensemanager.licenses
WHERE region = 'us-east-1'

Permissions

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

Create

license-manager:CreateLicense

List

license-manager:ListLicenses