Skip to main content

access_points_list_only

Lists access_points in a region or regions, for all properties use access_points

Overview

Nameaccess_points_list_only
TypeResource
DescriptionThe AWS::S3Express::AccessPoint resource is an Amazon S3 resource type that you can use to access buckets.
Idawscc.s3express.access_points_list_only

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. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all access_points in a region.

SELECT
region,
name
FROM awscc.s3express.access_points_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the access_points_list_only resource, see access_points