Class CfnFilterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspectorv2.CfnFilterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFilterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFilterProps
@Stability(Stable)
@Internal
public static final class CfnFilterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFilterProps
An implementation for
CfnFilterProps-
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.inspectorv2.CfnFilterProps
CfnFilterProps.Builder, CfnFilterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFilterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFilterProps.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 StringA description of the filter.final StringThe action that is to be applied to the findings that match the filter.final ObjectDetails on the filter criteria associated with this filter.final StringgetName()The name of the 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 theCfnFilterProps.Builder.
-
-
Method Details
-
getFilterAction
Description copied from interface:CfnFilterPropsThe action that is to be applied to the findings that match the filter.- Specified by:
getFilterActionin interfaceCfnFilterProps- See Also:
-
getFilterCriteria
Description copied from interface:CfnFilterPropsDetails on the filter criteria associated with this filter.- Specified by:
getFilterCriteriain interfaceCfnFilterProps- See Also:
-
getName
Description copied from interface:CfnFilterPropsThe name of the filter.- Specified by:
getNamein interfaceCfnFilterProps- See Also:
-
getDescription
Description copied from interface:CfnFilterPropsA description of the filter.- Specified by:
getDescriptionin interfaceCfnFilterProps- 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()
-