access_grants_locations
Retrieves a list of access_grants_locations
in a region
Overview
Name | access_grants_locations |
Type | Resource |
Description | access_grants_locations |
Id | awscc.s3.access_grants_locations |
Fields
Name | Datatype | Description |
---|---|---|
access_grants_location_id | string | The unique identifier for the specified Access Grants location. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
access_grants_location_id
FROM awscc.s3.access_grants_locations
WHERE region = 'us-east-1'
Permissions
To operate on the access_grants_locations
resource, the following permissions are required:
Create
s3:CreateAccessGrantsLocation,
iam:PassRole,
s3:TagResource
List
s3:ListAccessGrantsLocations