aws-cdk-lib.aws_appintegrations.CfnEventIntegration.EventFilterProperty

interface EventFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.AppIntegrations.CfnEventIntegration.EventFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappintegrations#CfnEventIntegration_EventFilterProperty
Javasoftware.amazon.awscdk.services.appintegrations.CfnEventIntegration.EventFilterProperty
Pythonaws_cdk.aws_appintegrations.CfnEventIntegration.EventFilterProperty
TypeScript aws-cdk-lib » aws_appintegrations » CfnEventIntegration » EventFilterProperty

The event integration filter.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appintegrations as appintegrations } from 'aws-cdk-lib';
const eventFilterProperty: appintegrations.CfnEventIntegration.EventFilterProperty = {
  source: 'source',
};

Properties

NameTypeDescription
sourcestringThe source of the events.

source

Type: string

The source of the events.