endpoint
Gets an individual endpoint
resource
Overview
Name | endpoint |
Type | Resource |
Description | endpoint |
Id | awscc.events.endpoint |
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
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