Class CfnTelemetryRule.WAFLoggingParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryRule.WAFLoggingParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTelemetryRule.WAFLoggingParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTelemetryRule.WAFLoggingParametersProperty
@Stability(Stable)
@Internal
public static final class CfnTelemetryRule.WAFLoggingParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryRule.WAFLoggingParametersProperty
An implementation for
CfnTelemetryRule.WAFLoggingParametersProperty-
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.observabilityadmin.CfnTelemetryRule.WAFLoggingParametersProperty
CfnTelemetryRule.WAFLoggingParametersProperty.Builder, CfnTelemetryRule.WAFLoggingParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTelemetryRule.WAFLoggingParametersProperty.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 ObjectA filter configuration that determines which WAF log records to include or exclude.final StringThe type of WAF logs to collect (currently supports WAF_LOGS).final ObjectThe fields to redact from WAF logs to protect sensitive information.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 theCfnTelemetryRule.WAFLoggingParametersProperty.Builder.
-
-
Method Details
-
getLoggingFilter
Description copied from interface:CfnTelemetryRule.WAFLoggingParametersPropertyA filter configuration that determines which WAF log records to include or exclude.Returns union: either
IResolvableorCfnTelemetryRule.LoggingFilterProperty- Specified by:
getLoggingFilterin interfaceCfnTelemetryRule.WAFLoggingParametersProperty- See Also:
-
getLogType
Description copied from interface:CfnTelemetryRule.WAFLoggingParametersPropertyThe type of WAF logs to collect (currently supports WAF_LOGS).- Specified by:
getLogTypein interfaceCfnTelemetryRule.WAFLoggingParametersProperty- See Also:
-
getRedactedFields
Description copied from interface:CfnTelemetryRule.WAFLoggingParametersPropertyThe fields to redact from WAF logs to protect sensitive information.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTelemetryRule.FieldToMatchProperty>- Specified by:
getRedactedFieldsin interfaceCfnTelemetryRule.WAFLoggingParametersProperty- 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()
-