AWS::InspectorV2::FilterDetails about a filter.
import { CfnFilter } from 'aws-cdk-lib/aws-inspectorv2';Or use the module namespace:
import * as inspectorv2 from 'aws-cdk-lib/aws-inspectorv2';
// inspectorv2.CfnFilterConfiguration passed to the constructor as CfnFilterProps.
filterActionRequiredstringThe action that is to be applied to the findings that match the filter.
filterCriteriaRequiredIResolvable | FilterCriteriaPropertyDetails on the filter criteria associated with this filter.
nameRequiredstringThe name of the filter.
descriptionOptionalstringA description of the filter.
tagsOptional{ [key: string]: string }The tags attached to the filter.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-inspectorv2AWS::InspectorV2::Filter