@Stability(value=Stable) public static final class CfnFindingsFilter.Builder extends Object implements software.amazon.jsii.Builder<CfnFindingsFilter>
CfnFindingsFilter.| Modifier and Type | Method and Description |
|---|---|
CfnFindingsFilter.Builder |
action(String action)
The action to perform on findings that match the filter criteria ( `FindingCriteria` ).
|
CfnFindingsFilter |
build() |
static CfnFindingsFilter.Builder |
create(Construct scope,
String id) |
CfnFindingsFilter.Builder |
description(String description)
A custom description of the findings filter.
|
CfnFindingsFilter.Builder |
findingCriteria(CfnFindingsFilter.FindingCriteriaProperty findingCriteria)
The criteria to use to filter findings.
|
CfnFindingsFilter.Builder |
findingCriteria(IResolvable findingCriteria)
The criteria to use to filter findings.
|
CfnFindingsFilter.Builder |
name(String name)
A custom name for the findings filter.
|
CfnFindingsFilter.Builder |
position(Number position)
The position of the findings filter in the list of saved filters on the Amazon Macie console.
|
@Stability(value=Stable) public static CfnFindingsFilter.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFindingsFilter.FindingCriteriaProperty.Builder.@Stability(value=Stable) public CfnFindingsFilter.Builder findingCriteria(IResolvable findingCriteria)
findingCriteria - The criteria to use to filter findings. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder findingCriteria(CfnFindingsFilter.FindingCriteriaProperty findingCriteria)
findingCriteria - The criteria to use to filter findings. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder name(String name)
Avoid including sensitive data in the name. Users of the account might be able to see the name, depending on the actions that they're allowed to perform in Amazon Macie .
name - A custom name for the findings filter. The name can contain 3-64 characters. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder action(String action)
ARCHIVE - Suppress (automatically archive) the findings.NOOP - Don't perform any action on the findings.action - The action to perform on findings that match the filter criteria ( `FindingCriteria` ). Valid values are:. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder description(String description)
Avoid including sensitive data in the description. Users of the account might be able to see the description, depending on the actions that they're allowed to perform in Amazon Macie .
description - A custom description of the findings filter. The description can contain 1-512 characters. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder position(Number position)
This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to findings.
position - The position of the findings filter in the list of saved filters on the Amazon Macie console. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter build()
build in interface software.amazon.jsii.Builder<CfnFindingsFilter>Copyright © 2022. All rights reserved.