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