Skip to main content

access_grants_location

Gets an individual access_grants_location resource

Overview

Nameaccess_grants_location
TypeResource
Descriptionaccess_grants_location
Idawscc.s3.access_grants_location

Fields

NameDatatypeDescription
access_grants_location_arnstringThe Amazon Resource Name (ARN) of the specified Access Grants location.
access_grants_location_idstringThe unique identifier for the specified Access Grants location.
iam_role_arnstringThe Amazon Resource Name (ARN) of the access grant location's associated IAM role.
location_scopestringDescriptor for where the location actually points
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
access_grants_location_arn,
access_grants_location_id,
iam_role_arn,
location_scope,
tags
FROM awscc.s3.access_grants_location
WHERE data__Identifier = '<AccessGrantsLocationId>';

Permissions

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

Read

s3:GetAccessGrantsLocation

Delete

s3:DeleteAccessGrantsLocation

Update

s3:UpdateAccessGrantsLocation,
s3:TagResource,
iam:PassRole