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
DescriptionResource Type Definition for AWS::S3Outposts::AccessPoint
Idaws.s3outposts.access_points_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the specified AccessPoint.
bucketstringThe Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
namestringA name for the AccessPoint.
vpc_configurationobjectVirtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
policyobjectThe access point policy associated with this access point.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all access_points in a region.

SELECT
region,
arn
FROM aws.s3outposts.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