AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppIntegrations::EventIntegration

CfnEventIntegration

Creates 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

import { CfnEventIntegration } from 'aws-cdk-lib/aws-appintegrations';

Or use the module namespace:

import * as appintegrations from 'aws-cdk-lib/aws-appintegrations';
// appintegrations.CfnEventIntegration

Properties

Configuration passed to the constructor as CfnEventIntegrationProps.

eventBridgeBusRequired
string

The Amazon EventBridge bus for the event integration.

eventFilterRequired
IResolvable | EventFilterProperty

The event integration filter.

nameRequired
string

The name of the event integration.

descriptionOptional
string

The event integration description.

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-appintegrations
CFN TypeAWS::AppIntegrations::EventIntegration
Properties5

Related Constructs

External Links