access_grants_instances_list_only
Lists access_grants_instances
in a region or regions, for all properties use access_grants_instances
Overview
Name | access_grants_instances_list_only |
Type | Resource |
Description | The AWS::S3::AccessGrantsInstance resource is an Amazon S3 resource type that hosts Access Grants and their associated locations |
Id | aws.s3.access_grants_instances_list_only |
Fields
Name | Datatype | Description |
---|---|---|
access_grants_instance_arn | string | The Amazon Resource Name (ARN) of the specified Access Grants instance. |
identity_center_arn | string | The Amazon Resource Name (ARN) of the specified AWS Identity Center. |
access_grants_instance_id | string | A unique identifier for the specified access grants instance. |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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