Interface CfnEventIntegration.IEventFilterProperty
The event integration filter.
Namespace: Amazon.CDK.AWS.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEventIntegration.IEventFilterProperty
Syntax (vb)
Public Interface CfnEventIntegration.IEventFilterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppIntegrations;
var eventFilterProperty = new EventFilterProperty {
Source = "source"
};
Synopsis
Properties
| Source | The source of the events. |
Properties
Source
The source of the events.
string Source { get; }