Skip to main content

access_points

Retrieves a list of access_points in a region

Overview

Nameaccess_points
TypeResource
Descriptionaccess_points
Idawscc.s3.access_points

Fields

NameDatatypeDescription
namestringThe name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.s3.access_points
WHERE region = 'us-east-1'

Permissions

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

Create

s3:CreateAccessPoint,
s3:PutAccessPointPolicy,
s3:PutAccessPointPublicAccessBlock

List

s3:ListAccessPoints