Interface CfnPipePropsMixin.IFilterProperty
Filter events using an event pattern.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPipePropsMixin.IFilterProperty
Syntax (vb)
Public Interface CfnPipePropsMixin.IFilterProperty
Remarks
For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-filter.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.Mixins.Preview.AWS.Pipes.Mixins;
var filterProperty = new FilterProperty {
Pattern = "pattern"
};
Synopsis
Properties
| Pattern | The event pattern. |
Properties
Pattern
The event pattern.
string? Pattern { get; }