Define an EventBridge Api Destination.
import { ApiDestination } from 'aws-cdk-lib/aws-events';Or use the module namespace:
import * as events from 'aws-cdk-lib/aws-events';
// events.ApiDestinationConfiguration passed to the constructor as ApiDestinationProps.
connectionRequiredIConnectionRefThe ARN of the connection to use for the API destination.
endpointRequiredstringThe URL to the HTTP invocation endpoint for the API destination..
apiDestinationNameOptionalstringThe name for the API destination.
Default: - A unique name will be generated
descriptionOptionalstringA description for the API destination.
Default: - none
httpMethodOptionalHttpMethodThe method to use for the request to the HTTP invocation endpoint.
Default: HttpMethod.POST
rateLimitPerSecondOptionalnumberThe maximum number of requests per second to send to the HTTP invocation endpoint.
Default: - Not rate limited
Everything you need to know about Amazon EventBridge on one page. HD quality, print-friendly.
Download Free Infographicaws-events