Skip to main content

access_grants_instances_list_only

Lists access_grants_instances in a region or regions, for all properties use access_grants_instances

Overview

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

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.
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all access_grants_instances in a region.

SELECT
region,
access_grants_instance_arn
FROM aws.s3.access_grants_instances_list_only
WHERE region = 'us-east-1';

Permissions

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