access_grants
Retrieves a list of access_grants
in a region
Overview
Name | access_grants |
Type | Resource |
Description | access_grants |
Id | awscc.s3.access_grants |
Fields
Name | Datatype | Description |
---|---|---|
access_grant_id | string | The ID assigned to this access grant. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
access_grant_id
FROM awscc.s3.access_grants
WHERE region = 'us-east-1'
Permissions
To operate on the access_grants
resource, the following permissions are required:
Create
s3:CreateAccessGrant,
s3:TagResource
List
s3:ListAccessGrants