@Stability(value=Stable) @Internal public static final class CfnFindingsFilterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFindingsFilterProps
CfnFindingsFilterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnFindingsFilterProps.Builder, CfnFindingsFilterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFindingsFilterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFindingsFilterProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAction()
The action to perform on findings that match the filter criteria ( `FindingCriteria` ).
|
String |
getDescription()
A custom description of the findings filter.
|
Object |
getFindingCriteria()
The criteria to use to filter findings.
|
String |
getName()
A custom name for the findings filter.
|
Number |
getPosition()
The position of the findings filter in the list of saved filters on the Amazon Macie console.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFindingsFilterProps.Builder builder)
CfnFindingsFilterProps.Builder.public final Object getFindingCriteria()
CfnFindingsFilterPropsgetFindingCriteria in interface CfnFindingsFilterPropspublic final String getName()
CfnFindingsFilterPropsAvoid 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 .
getName in interface CfnFindingsFilterPropspublic final String getAction()
CfnFindingsFilterProps
ARCHIVE - Suppress (automatically archive) the findings.NOOP - Don't perform any action on the findings.getAction in interface CfnFindingsFilterPropspublic final String getDescription()
CfnFindingsFilterPropsAvoid 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 .
getDescription in interface CfnFindingsFilterPropspublic final Number getPosition()
CfnFindingsFilterPropsThis value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to findings.
getPosition in interface CfnFindingsFilterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.