Class CfnPipePropsMixin.FilterProperty
Filter events using an event pattern.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Pipes
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPipePropsMixin.FilterProperty : CfnPipePropsMixin.IFilterProperty
Syntax (vb)
Public Class CfnPipePropsMixin.FilterProperty Implements 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.CfnPropertyMixins.AWS.Pipes;
var filterProperty = new FilterProperty {
Pattern = "pattern"
};
Synopsis
Constructors
| FilterProperty() | Filter events using an event pattern. |
Properties
| Pattern | The event pattern. |
Constructors
FilterProperty()
Filter events using an event pattern.
public FilterProperty()
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.CfnPropertyMixins.AWS.Pipes;
var filterProperty = new FilterProperty {
Pattern = "pattern"
};
Properties
Pattern
The event pattern.
public string? Pattern { get; set; }