Class CfnLoggingConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfigurationProps
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- See Also:
-
getResourceArn
Description copied from interface:CfnLoggingConfigurationPropsThe Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.- Specified by:
getResourceArnin interfaceCfnLoggingConfigurationProps- See Also:
-
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- See Also:
-
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.If you configure data protection for the web ACL, the protection applies to the data that AWS WAF sends to the logs.
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. > This setting has no impact on request sampling. You can only exclude fields from request sampling by disabling sampling in the web ACL visibility configuration or by configuring data protection for the web ACL.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLoggingConfiguration.FieldToMatchProperty>- Specified by:
getRedactedFieldsin interfaceCfnLoggingConfigurationProps- 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()
-