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 | Resource Type Definition for AWS::S3Outposts::AccessPoint |
Id | aws.s3outposts.access_points_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the specified AccessPoint. |
bucket | string | The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with. |
name | string | A name for the AccessPoint. |
vpc_configuration | object | Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint. |
policy | object | The access point policy associated with this access point. |
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,
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