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::S3ObjectLambda::AccessPoint resource is an Amazon S3ObjectLambda resource type that you can use to add computation to S3 actions
Idaws.s3objectlambda.access_points_list_only

Fields

NameDatatypeDescription
namestringThe name you want to assign to this Object lambda Access Point.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all access_points in a region.

SELECT
region,
name
FROM aws.s3objectlambda.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