grants_list_only
Lists grants in a region or regions, for all properties use grants
Overview
| Name | grants_list_only |
| Type | Resource |
| Description | An example resource schema demonstrating some basic constructs and validation rules. |
| Id | aws.licensemanager.grants_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
grant_arn | string | Arn of the grant. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all grants in a region.
SELECT
region,
grant_arn
FROM aws.licensemanager.grants_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the grants_list_only resource, see grants