endpoints_list_only
Lists endpoints in a region or regions, for all properties use endpoints
Overview
| Name | endpoints_list_only |
| Type | Resource |
| Description | Resource Type Definition for AWS::S3Outposts::Endpoint |
| Id | aws.s3outposts.endpoints_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Amazon Resource Name (ARN) of the endpoint. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all endpoints in a region.
SELECT
region,
arn
FROM aws.s3outposts.endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the endpoints_list_only resource, see endpoints