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. |
grant_name | string | Name for the created Grant. |
license_arn | string | License Arn for the grant. |
home_region | string | Home region for the created grant. |
version | string | The version of the grant. |
allowed_operations | array | |
principals | array | |
status | string | |
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