Class CfnFindingsFilterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.macie.CfnFindingsFilterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFindingsFilterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFindingsFilterProps
@Stability(Stable)
@Internal
public static final class CfnFindingsFilterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFindingsFilterProps
An implementation for
CfnFindingsFilterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.macie.CfnFindingsFilterProps
CfnFindingsFilterProps.Builder, CfnFindingsFilterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFindingsFilterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFindingsFilterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe action to perform on findings that match the filter criteria (FindingCriteria).final StringA custom description of the findings filter.final ObjectThe criteria to use to filter findings.final StringgetName()A custom name for the findings filter.final NumberThe position of the findings filter in the list of saved filter rules on the Amazon Macie console.getTags()An array of key-value pairs to apply to the findings filter.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFindingsFilterProps.Builder.
-
-
Method Details
-
getFindingCriteria
Description copied from interface:CfnFindingsFilterPropsThe criteria to use to filter findings.- Specified by:
getFindingCriteriain interfaceCfnFindingsFilterProps- See Also:
-
getName
Description copied from interface:CfnFindingsFilterPropsA custom name for the findings filter. The name can contain 3-64 characters.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 .
- Specified by:
getNamein interfaceCfnFindingsFilterProps- See Also:
-
getAction
Description copied from interface:CfnFindingsFilterPropsThe action to perform on findings that match the filter criteria (FindingCriteria). Valid values are:.ARCHIVE- Suppress (automatically archive) the findings.NOOP- Don't perform any action on the findings.
- Specified by:
getActionin interfaceCfnFindingsFilterProps- See Also:
-
getDescription
Description copied from interface:CfnFindingsFilterPropsA custom description of the findings filter. The description can contain 1-512 characters.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 .
- Specified by:
getDescriptionin interfaceCfnFindingsFilterProps- See Also:
-
getPosition
Description copied from interface:CfnFindingsFilterPropsThe position of the findings filter in the list of saved filter rules on the Amazon Macie console.This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to findings.
- Specified by:
getPositionin interfaceCfnFindingsFilterProps- See Also:
-
getTags
Description copied from interface:CfnFindingsFilterPropsAn array of key-value pairs to apply to the findings filter.For more information, see Resource tag .
- Specified by:
getTagsin interfaceCfnFindingsFilterProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-