interface EventFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppIntegrations.Mixins.CfnEventIntegrationPropsMixin.EventFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappintegrations/mixins#CfnEventIntegrationPropsMixin_EventFilterProperty |
Java | software.amazon.awscdk.mixins.preview.services.appintegrations.mixins.CfnEventIntegrationPropsMixin.EventFilterProperty |
Python | aws_cdk.mixins_preview.aws_appintegrations.mixins.CfnEventIntegrationPropsMixin.EventFilterProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appintegrations » mixins » CfnEventIntegrationPropsMixin » 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 { mixins as appintegrations_mixins } from '@aws-cdk/mixins-preview/aws-appintegrations';
const eventFilterProperty: appintegrations_mixins.CfnEventIntegrationPropsMixin.EventFilterProperty = {
source: 'source',
};
Properties
| Name | Type | Description |
|---|---|---|
| source? | string | The source of the events. |
source?
Type:
string
(optional)
The source of the events.

.NET
Go
Java
Python
TypeScript