Interface CfnEventSourceMapping.IFilterCriteriaProperty
An object that contains the filters for an event source.
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFilterCriteriaProperty
Syntax (vb)
Public Interface IFilterCriteriaProperty
Remarks
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.Lambda;
var filterCriteriaProperty = new FilterCriteriaProperty {
Filters = new [] { new FilterProperty {
Pattern = "pattern"
} }
};
Synopsis
Properties
Filters | A list of filters. |
Properties
Filters
A list of filters.
virtual object Filters { get; }
Property Value
System.Object