interface FilterCriteriaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CfnEventSourceMapping.FilterCriteriaProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnEventSourceMapping_FilterCriteriaProperty |
![]() | software.amazon.awscdk.services.lambda.CfnEventSourceMapping.FilterCriteriaProperty |
![]() | aws_cdk.aws_lambda.CfnEventSourceMapping.FilterCriteriaProperty |
![]() | aws-cdk-lib » 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 { aws_lambda as lambda } from 'aws-cdk-lib';
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.