Skip to main content

endpoint

Gets an individual endpoint resource

Overview

Nameendpoint
TypeResource
Descriptionendpoint
Idawscc.events.endpoint

Fields

NameDatatypeDescription
namestring
arnstring
role_arnstring
descriptionstring
routing_configobject
replication_configobject
event_busesarray
endpoint_idstring
endpoint_urlstring
statestring
state_reasonstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
arn,
role_arn,
description,
routing_config,
replication_config,
event_buses,
endpoint_id,
endpoint_url,
state,
state_reason
FROM awscc.events.endpoint
WHERE data__Identifier = '<Name>';

Permissions

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

Read

events:DescribeEndpoint

Update

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

Delete

events:DeleteEndpoint,
events:DescribeEndpoint