endpoints
Retrieves a list of endpoints
in a region
Overview
Name | endpoints |
Type | Resource |
Description | endpoints |
Id | awscc.events.endpoints |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
region | string | AWS 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