@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 meet the filter criteria ( `FindingCriteria` ).
|
CfnFindingsFilter |
build() |
static CfnFindingsFilter.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFindingsFilter.Builder |
description(String description)
A custom description of the 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 filter.
|
CfnFindingsFilter.Builder |
position(Number position)
The position of the filter in the list of saved filters on the Amazon Macie console.
|
@Stability(value=Stable) public static CfnFindingsFilter.Builder create(software.constructs.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(CfnFindingsFilter.FindingCriteriaProperty findingCriteria)
findingCriteria - The criteria to use to filter findings. This parameter is required.this@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 name(String name)
The name must contain at least 3 characters and can contain as many as 64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see the filter's name, depending on the actions that they're allowed to perform in Amazon Macie .
name - A custom name for the filter. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder action(String action)
action - The action to perform on findings that meet the filter criteria ( `FindingCriteria` ). Valid values are:. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilter.Builder description(String description)
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see the filter's description, depending on the actions that they're allowed to perform in Amazon Macie .
description - A custom description of the filter. The description can contain as many as 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 the findings.
position - The position of the 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.