Define an EventBridge Connection.
import { Connection } from 'aws-cdk-lib/aws-events';Or use the module namespace:
import * as events from 'aws-cdk-lib/aws-events';
// events.ConnectionConfiguration passed to the constructor as ConnectionProps.
authorizationRequiredAuthorizationThe authorization type for the connection.
bodyParametersOptional{ [key: string]: HttpParameter }Additional string parameters to add to the invocation bodies.
Default: - No additional parameters
connectionNameOptionalstringThe name of the connection.
Default: - A name is automatically generated
descriptionOptionalstringThe name of the connection.
Default: - none
headerParametersOptional{ [key: string]: HttpParameter }Additional string parameters to add to the invocation headers.
Default: - No additional parameters
queryStringParametersOptional{ [key: string]: HttpParameter }Additional string parameters to add to the invocation query strings.
Default: - No additional parameters
Everything you need to know about Amazon EventBridge on one page. HD quality, print-friendly.
Download Free Infographicaws-events