Class CfnLoggingConfiguration.MatchPatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.MatchPatternProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfiguration.MatchPatternProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLoggingConfiguration.MatchPatternProperty
@Stability(Stable)
@Internal
public static final class CfnLoggingConfiguration.MatchPatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfiguration.MatchPatternProperty
An implementation for
CfnLoggingConfiguration.MatchPatternProperty
-
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.MatchPatternProperty
CfnLoggingConfiguration.MatchPatternProperty.Builder, CfnLoggingConfiguration.MatchPatternProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.MatchPatternProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.MatchPatternProperty.Builder
.
-
-
Method Details
-
getAll
Description copied from interface:CfnLoggingConfiguration.MatchPatternProperty
Match all of the elements.You must specify either this setting or the
IncludedPaths
setting, but not both.- Specified by:
getAll
in interfaceCfnLoggingConfiguration.MatchPatternProperty
-
getIncludedPaths
Description copied from interface:CfnLoggingConfiguration.MatchPatternProperty
Match only the specified include paths.Provide the include paths using JSON Pointer syntax. For example,
"IncludedPaths": ["/dogs/0/name", "/dogs/1/name"]
. For information about this syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer .You must specify either this setting or the
All
setting, but not both.Don't use this option to include all paths. Instead, use the
All
setting.- Specified by:
getIncludedPaths
in interfaceCfnLoggingConfiguration.MatchPatternProperty
-
$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()
-