Skip to main content

access_grants

Retrieves a list of access_grants in a region

Overview

Nameaccess_grants
TypeResource
Descriptionaccess_grants
Idawscc.s3.access_grants

Fields

NameDatatypeDescription
access_grant_idstringThe ID assigned to this access grant.
regionstringAWS 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