Skip to main content

access_grants_instances

Retrieves a list of access_grants_instances in a region

Overview

Nameaccess_grants_instances
TypeResource
Descriptionaccess_grants_instances
Idawscc.s3.access_grants_instances

Fields

NameDatatypeDescription
access_grants_instance_arnundefinedThe Amazon Resource Name (ARN) of the specified Access Grants instance.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
access_grants_instance_arn
FROM awscc.s3.access_grants_instances
WHERE region = 'us-east-1'

Permissions

To operate on the access_grants_instances resource, the following permissions are required:

Create

s3:CreateAccessGrantsInstance,
s3:TagResource

List

s3:ListAccessGrantsInstances