AWS::AppIntegrations::EventIntegrationCreates an event integration. You provide a name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that will push events to that bus. No objects are created in your account, only metadata that is persisted on the EventIntegration control plane.
import { CfnEventIntegration } from 'aws-cdk-lib/aws-appintegrations';Or use the module namespace:
import * as appintegrations from 'aws-cdk-lib/aws-appintegrations';
// appintegrations.CfnEventIntegrationConfiguration passed to the constructor as CfnEventIntegrationProps.
eventBridgeBusRequiredstringThe Amazon EventBridge bus for the event integration.
eventFilterRequiredIResolvable | EventFilterPropertyThe event integration filter.
nameRequiredstringThe name of the event integration.
descriptionOptionalstringThe event integration description.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appintegrationsAWS::AppIntegrations::EventIntegration