interface EventFilterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppIntegrations.CfnEventIntegrationPropsMixin.EventFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappintegrations#CfnEventIntegrationPropsMixin_EventFilterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnEventIntegrationPropsMixin.EventFilterProperty |
Python | aws_cdk.cfn_property_mixins.aws_appintegrations.CfnEventIntegrationPropsMixin.EventFilterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appintegrations » 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 { aws_appintegrations as appintegrations } from '@aws-cdk/cfn-property-mixins';
const eventFilterProperty: appintegrations.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