Skip to main content

access_grants_instance_tags

Expands all tag keys and values for access_grants_instances in a region

Overview

Nameaccess_grants_instance_tags
TypeResource
DescriptionThe AWS::S3::AccessGrantsInstance resource is an Amazon S3 resource type that hosts Access Grants and their associated locations
Idaws.s3.access_grants_instance_tags

Fields

NameDatatypeDescription
access_grants_instance_arnstringThe Amazon Resource Name (ARN) of the specified Access Grants instance.
identity_center_arnstringThe Amazon Resource Name (ARN) of the specified AWS Identity Center.
access_grants_instance_idstringA unique identifier for the specified access grants instance.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all access_grants_instances in a region.

SELECT
region,
access_grants_instance_arn,
identity_center_arn,
access_grants_instance_id,
tag_key,
tag_value
FROM aws.s3.access_grants_instance_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the access_grants_instance_tags resource, see access_grants_instances