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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.FilterProperty
CfnLoggingConfiguration.FilterProperty.Builder, CfnLoggingConfiguration.FilterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.FilterProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
How to handle logs that satisfy the filter's conditions and requirement.final Object
Match conditions for the filter.final String
Logic to apply to the filtering conditions.final int
hashCode()
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.FilterProperty
How to handle logs that satisfy the filter's conditions and requirement.- Specified by:
getBehavior
in interfaceCfnLoggingConfiguration.FilterProperty
- See Also:
-
getConditions
Description copied from interface:CfnLoggingConfiguration.FilterProperty
Match conditions for the filter.- Specified by:
getConditions
in interfaceCfnLoggingConfiguration.FilterProperty
- See Also:
-
getRequirement
Description copied from interface:CfnLoggingConfiguration.FilterProperty
Logic 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:
getRequirement
in interfaceCfnLoggingConfiguration.FilterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-