Skip to main content

endpoints

Retrieves a list of endpoints in a region

Overview

Nameendpoints
TypeResource
Descriptionendpoints
Idawscc.s3outposts.endpoints

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the endpoint.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.s3outposts.endpoints
WHERE region = 'us-east-1'

Permissions

To operate on the endpoints resource, the following permissions are required:

Create

s3-outposts:CreateEndpoint

List

s3-outposts:ListEndpoints