Interface CfnPipe.IFilterCriteriaProperty
The collection of event patterns used to filter events.
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFilterCriteriaProperty
Syntax (vb)
Public Interface IFilterCriteriaProperty
Remarks
To remove a filter, specify a FilterCriteria
object with an empty array of Filter
objects.
For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .
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.Pipes;
var filterCriteriaProperty = new FilterCriteriaProperty {
Filters = new [] { new FilterProperty {
Pattern = "pattern"
} }
};
Synopsis
Properties
Filters | The event patterns. |
Properties
Filters
The event patterns.
virtual object Filters { get; }
Property Value
System.