interface FilterCriteriaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CfnEventSourceMapping.FilterCriteriaProperty |
![]() | software.amazon.awscdk.services.lambda.CfnEventSourceMapping.FilterCriteriaProperty |
![]() | aws_cdk.aws_lambda.CfnEventSourceMapping.FilterCriteriaProperty |
![]() | @aws-cdk/aws-lambda » CfnEventSourceMapping » FilterCriteriaProperty |
An object that contains the filters for an event source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lambda from '@aws-cdk/aws-lambda';
const filterCriteriaProperty: lambda.CfnEventSourceMapping.FilterCriteriaProperty = {
filters: [{
pattern: 'pattern',
}],
};
Properties
Name | Type | Description |
---|---|---|
filters? | IResolvable | IResolvable | Filter [] | A list of filters. |
filters?
Type:
IResolvable
|
IResolvable
|
Filter
[]
(optional)
A list of filters.