| Modifier and Type | Method and Description |
|---|---|
CfnFilter.Builder |
CfnFilter.Builder.action(String action)
Specifies the action that is to be applied to the findings that match the filter.
|
static CfnFilter.Builder |
CfnFilter.Builder.create(Construct scope,
String id) |
CfnFilter.Builder |
CfnFilter.Builder.description(String description)
The description of the filter.
|
CfnFilter.Builder |
CfnFilter.Builder.detectorId(String detectorId)
The ID of the detector belonging to the GuardDuty account that you want to create a filter for.
|
CfnFilter.Builder |
CfnFilter.Builder.findingCriteria(CfnFilter.FindingCriteriaProperty findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
CfnFilter.Builder |
CfnFilter.Builder.findingCriteria(IResolvable findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
CfnFilter.Builder |
CfnFilter.Builder.name(String name)
The name of the filter.
|
CfnFilter.Builder |
CfnFilter.Builder.rank(Number rank)
Specifies the position of the filter in the list of current filters.
|
CfnFilter.Builder |
CfnFilter.Builder.tags(List<? extends CfnTag> tags)
The tags to be added to a new filter resource.
|
Copyright © 2022. All rights reserved.