interface EventFilterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppIntegrations.CfnEventIntegration.EventFilterProperty |
Java | software.amazon.awscdk.services.appintegrations.CfnEventIntegration.EventFilterProperty |
Python | aws_cdk.aws_appintegrations.CfnEventIntegration.EventFilterProperty |
TypeScript | @aws-cdk/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 * as appintegrations from '@aws-cdk/aws-appintegrations';
const eventFilterProperty: appintegrations.CfnEventIntegration.EventFilterProperty = {
source: 'source',
};
Properties
Name | Type | Description |
---|---|---|
source | string | The source of the events. |
source
Type:
string
The source of the events.