Show / Hide Table of Contents

Class CfnPipePropsMixin.FilterProperty

Filter events using an event pattern.

Inheritance
object
CfnPipePropsMixin.FilterProperty
Implements
CfnPipePropsMixin.IFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-filter.html#cfn-pipes-pipe-filter-pattern

Implements

CfnPipePropsMixin.IFilterProperty
Back to top Generated by DocFX