access_points
Retrieves a list of access_points
in a region
Overview
Name | access_points |
Type | Resource |
Description | access_points |
Id | awscc.s3outposts.access_points |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the specified AccessPoint. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.s3outposts.access_points
WHERE region = 'us-east-1'
Permissions
To operate on the access_points
resource, the following permissions are required:
Create
s3-outposts:CreateAccessPoint,
s3-outposts:GetAccessPoint,
s3-outposts:PutAccessPointPolicy,
s3-outposts:GetAccessPointPolicy
List
s3-outposts:ListAccessPoints