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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.MatchPatternProperty
CfnLoggingConfiguration.MatchPatternProperty.Builder, CfnLoggingConfiguration.MatchPatternProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.MatchPatternProperty.Builder.protectedJsii$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.MatchPatternPropertyMatch all of the elements.You must specify either this setting or the
IncludedPathssetting, but not both.- Specified by:
getAllin interfaceCfnLoggingConfiguration.MatchPatternProperty
-
getIncludedPaths
Description copied from interface:CfnLoggingConfiguration.MatchPatternPropertyMatch 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
Allsetting, but not both.Don't use this option to include all paths. Instead, use the
Allsetting.- Specified by:
getIncludedPathsin interfaceCfnLoggingConfiguration.MatchPatternProperty
-
$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()
-