access_grants_list_only
Lists access_grants in a region or regions, for all properties use access_grants
Overview
| Name | access_grants_list_only |
| Type | Resource |
| Description | The AWS::S3::AccessGrant resource is an Amazon S3 resource type representing permissions to a specific S3 bucket or prefix hosted in an S3 Access Grants instance. |
| Id | aws.s3.access_grants_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
access_grant_id | string | The ID assigned to this access grant. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all access_grants in a region.
SELECT
region,
access_grant_id
FROM aws.s3.access_grants_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_grants_list_only resource, see access_grants