access_grants_location
Gets an individual access_grants_location
resource
Overview
Name | access_grants_location |
Type | Resource |
Description | access_grants_location |
Id | awscc.s3.access_grants_location |
Fields
Name | Datatype | Description |
---|---|---|
access_grants_location_arn | string | The Amazon Resource Name (ARN) of the specified Access Grants location. |
access_grants_location_id | string | The unique identifier for the specified Access Grants location. |
iam_role_arn | string | The Amazon Resource Name (ARN) of the access grant location's associated IAM role. |
location_scope | string | Descriptor for where the location actually points |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
access_grants_location_arn,
access_grants_location_id,
iam_role_arn,
location_scope,
tags
FROM awscc.s3.access_grants_location
WHERE data__Identifier = '<AccessGrantsLocationId>';
Permissions
To operate on the access_grants_location
resource, the following permissions are required:
Read
s3:GetAccessGrantsLocation
Delete
s3:DeleteAccessGrantsLocation
Update
s3:UpdateAccessGrantsLocation,
s3:TagResource,
iam:PassRole