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::Events::Endpoint. |
Id | aws.events.endpoints_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
arn | string | |
role_arn | string | |
description | string | |
routing_config | object | |
replication_config | object | |
event_buses | array | |
endpoint_id | string | |
endpoint_url | string | |
state | string | |
state_reason | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all endpoints
in a region.
SELECT
region,
name
FROM aws.events.endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the endpoints_list_only
resource, see endpoints