access_points
Retrieves a list of access_points
in a region
Overview
Name | access_points |
Type | Resource |
Description | access_points |
Id | awscc.s3objectlambda.access_points |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name you want to assign to this Object lambda Access Point. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.s3objectlambda.access_points
WHERE region = 'us-east-1'
Permissions
To operate on the access_points
resource, the following permissions are required:
Create
s3:CreateAccessPointForObjectLambda,
s3:PutAccessPointConfigurationForObjectLambda,
s3:GetAccessPointForObjectLambda,
s3:GetAccessPointPolicyStatusForObjectLambda,
s3:GetAccessPointConfigurationForObjectLambda
List
s3:ListAccessPointsForObjectLambda