| Modifier and Type | Method and Description |
|---|---|
CfnFilter |
build() |
static CfnFilter.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFilter.Builder |
description(String description)
A description of the filter.
|
CfnFilter.Builder |
filterAction(String filterAction)
The action that is to be applied to the findings that match the filter.
|
CfnFilter.Builder |
filterCriteria(CfnFilter.FilterCriteriaProperty filterCriteria)
Details on the filter criteria associated with this filter.
|
CfnFilter.Builder |
filterCriteria(IResolvable filterCriteria)
Details on the filter criteria associated with this filter.
|
CfnFilter.Builder |
name(String name)
The name of the filter.
|
@Stability(value=Stable) public static CfnFilter.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.CfnFilter.DateFilterProperty.Builder.@Stability(value=Stable) public CfnFilter.Builder filterAction(String filterAction)
filterAction - The action that is to be applied to the findings that match the filter. This parameter is required.this@Stability(value=Stable) public CfnFilter.Builder filterCriteria(CfnFilter.FilterCriteriaProperty filterCriteria)
filterCriteria - Details on the filter criteria associated with this filter. This parameter is required.this@Stability(value=Stable) public CfnFilter.Builder filterCriteria(IResolvable filterCriteria)
filterCriteria - Details on the filter criteria associated with this filter. This parameter is required.this@Stability(value=Stable) public CfnFilter.Builder name(String name)
name - The name of the filter. This parameter is required.this@Stability(value=Stable) public CfnFilter.Builder description(String description)
description - A description of the filter. This parameter is required.thisCopyright © 2022. All rights reserved.