Skip to main content

access_grants_location_tags

Expands all tag keys and values for access_grants_locations in a region

Overview

Nameaccess_grants_location_tags
TypeResource
DescriptionThe AWS::S3::AccessGrantsLocation resource is an Amazon S3 resource type hosted in an access grants instance which can be the target of S3 access grants.
Idaws.s3.access_grants_location_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all access_grants_locations in a region.

SELECT
region,
access_grants_location_arn,
access_grants_location_id,
iam_role_arn,
location_scope,
tag_key,
tag_value
FROM aws.s3.access_grants_location_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the access_grants_location_tags resource, see access_grants_locations