Skip to main content

access_grants_instance

Gets an individual access_grants_instance resource

Overview

Nameaccess_grants_instance
TypeResource
Descriptionaccess_grants_instance
Idawscc.s3.access_grants_instance

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
access_grants_instance_arn,
identity_center_arn,
access_grants_instance_id,
tags
FROM awscc.s3.access_grants_instance
WHERE data__Identifier = '<AccessGrantsInstanceArn>';

Permissions

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

Read

s3:GetAccessGrantsInstance

Delete

s3:DeleteAccessGrantsInstance

Update

s3:TagResource