Class CfnLoggingConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnLoggingConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLoggingConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnLoggingConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfigurationProps
An implementation for
CfnLoggingConfigurationProps-
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.CfnLoggingConfigurationProps
CfnLoggingConfigurationProps.Builder, CfnLoggingConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfigurationProps.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 booleanThe logging destination configuration that you want to associate with the web ACL.final ObjectFiltering that specifies which web requests are kept in the logs and which are dropped.final ObjectThe parts of the request that you want to keep out of the logs.final StringThe Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.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 theCfnLoggingConfigurationProps.Builder.
-
-
Method Details
-
getLogDestinationConfigs
Description copied from interface:CfnLoggingConfigurationPropsThe logging destination configuration that you want to associate with the web ACL.You can associate one logging destination to a web ACL.
- Specified by:
getLogDestinationConfigsin interfaceCfnLoggingConfigurationProps
-
getResourceArn
Description copied from interface:CfnLoggingConfigurationPropsThe Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.- Specified by:
getResourceArnin interfaceCfnLoggingConfigurationProps
-
getLoggingFilter
Description copied from interface:CfnLoggingConfigurationPropsFiltering that specifies which web requests are kept in the logs and which are dropped.You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.
- Specified by:
getLoggingFilterin interfaceCfnLoggingConfigurationProps
-
getRedactedFields
Description copied from interface:CfnLoggingConfigurationPropsThe parts of the request that you want to keep out of the logs.For example, if you redact the
SingleHeaderfield, theHEADERfield in the logs will beREDACTEDfor all rules that use theSingleHeaderFieldToMatchsetting.Redaction applies only to the component that's specified in the rule's
FieldToMatchsetting, so theSingleHeaderredaction doesn't apply to rules that use theHeadersFieldToMatch.You can specify only the following fields for redaction:
UriPath,QueryString,SingleHeader, andMethod.- Specified by:
getRedactedFieldsin interfaceCfnLoggingConfigurationProps
-
$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()
-