access_grants_instance
Gets an individual access_grants_instance
resource
Overview
Name | access_grants_instance |
Type | Resource |
Description | access_grants_instance |
Id | awscc.s3.access_grants_instance |
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
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