Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-eventintegration-eventfilter.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-eventintegration-eventfilter.html#cfn-appintegrations-eventintegration-eventfilter-source

Back to top Generated by DocFX