grants
Retrieves a list of grants
in a region
Overview
Name | grants |
Type | Resource |
Description | grants |
Id | awscc.licensemanager.grants |
Fields
Name | Datatype | Description |
---|---|---|
grant_arn | undefined | Arn of the grant. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
grant_arn
FROM awscc.licensemanager.grants
WHERE region = 'us-east-1'
Permissions
To operate on the grants
resource, the following permissions are required:
Create
license-manager:CreateGrant
List
license-manager:ListDistributedGrants