Skip to main content

access_grants_locations

Retrieves a list of access_grants_locations in a region

Overview

Nameaccess_grants_locations
TypeResource
Descriptionaccess_grants_locations
Idawscc.s3.access_grants_locations

Fields

NameDatatypeDescription
access_grants_location_idstringThe unique identifier for the specified Access Grants location.
regionstringAWS 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