Skip to main content

endpoints

Retrieves a list of endpoints in a region

Overview

Nameendpoints
TypeResource
Descriptionendpoints
Idawscc.events.endpoints

Fields

NameDatatypeDescription
namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.events.endpoints
WHERE region = 'us-east-1'

Permissions

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

Create

events:CreateEndpoint,
events:DescribeEndpoint,
route53:GetHealthCheck,
iam:PassRole

List

events:ListEndpoints