Class CfnLoggingConfiguration.FilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.FilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfiguration.FilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfiguration.FilterProperty
@Stability(Stable)
@Internal
public static final class CfnLoggingConfiguration.FilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfiguration.FilterProperty
An implementation for
CfnLoggingConfiguration.FilterProperty-
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.wafv2.CfnLoggingConfiguration.FilterProperty
CfnLoggingConfiguration.FilterProperty.Builder, CfnLoggingConfiguration.FilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.FilterProperty.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 StringHow to handle logs that satisfy the filter's conditions and requirement.final ObjectMatch conditions for the filter.final StringLogic to apply to the filtering conditions.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 theCfnLoggingConfiguration.FilterProperty.Builder.
-
-
Method Details
-
getBehavior
Description copied from interface:CfnLoggingConfiguration.FilterPropertyHow to handle logs that satisfy the filter's conditions and requirement.- Specified by:
getBehaviorin interfaceCfnLoggingConfiguration.FilterProperty- See Also:
-
getConditions
Description copied from interface:CfnLoggingConfiguration.FilterPropertyMatch conditions for the filter.- Specified by:
getConditionsin interfaceCfnLoggingConfiguration.FilterProperty- See Also:
-
getRequirement
Description copied from interface:CfnLoggingConfiguration.FilterPropertyLogic to apply to the filtering conditions.You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition.
- Specified by:
getRequirementin interfaceCfnLoggingConfiguration.FilterProperty- 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()
-