api_destination
Gets an individual api_destination
resource
Overview
Name | api_destination |
Type | Resource |
Description | api_destination |
Id | awscc.events.api_destination |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the apiDestination. |
description | string | |
connection_arn | string | The arn of the connection. |
arn | string | The arn of the api destination. |
invocation_rate_limit_per_second | integer | |
invocation_endpoint | string | Url endpoint to invoke. |
http_method | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
description,
connection_arn,
arn,
invocation_rate_limit_per_second,
invocation_endpoint,
http_method
FROM awscc.events.api_destination
WHERE data__Identifier = '<Name>';
Permissions
To operate on the api_destination
resource, the following permissions are required:
Read
events:DescribeApiDestination
Update
events:UpdateApiDestination,
events:DescribeApiDestination
Delete
events:DeleteApiDestination,
events:DescribeApiDestination