access_points_list_only
Lists access_points
in a region or regions, for all properties use access_points
Overview
Name | access_points_list_only |
Type | Resource |
Description | The AWS::S3::AccessPoint resource is an Amazon S3 resource type that you can use to access buckets. |
Id | aws.s3.access_points_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all access_points
in a region.
SELECT
region,
name
FROM aws.s3.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