Class CfnLoggingConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfigurationMixinProps
CfnLoggingConfigurationMixinProps-
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.cfnpropertymixins.services.wafv2.CfnLoggingConfigurationMixinProps
CfnLoggingConfigurationMixinProps.Builder, CfnLoggingConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfigurationMixinProps.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 ObjectThe 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 theCfnLoggingConfigurationMixinProps.Builder.
-
-
Method Details
-
getLogDestinationConfigs
Description copied from interface:CfnLoggingConfigurationMixinPropsThe logging destination configuration that you want to associate with the web ACL.You can associate one logging destination to a web ACL.
Returns union: Listinvalid input: '<'either
StringorIDeliveryStreamReforILogGroupReforIBucketRef>- Specified by:
getLogDestinationConfigsin interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getLoggingFilter
Description copied from interface:CfnLoggingConfigurationMixinPropsFiltering 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 interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getRedactedFields
Description copied from interface:CfnLoggingConfigurationMixinPropsThe 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: '<'eitherIResolvableorCfnLoggingConfigurationPropsMixin.FieldToMatchProperty>- Specified by:
getRedactedFieldsin interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getResourceArn
Description copied from interface:CfnLoggingConfigurationMixinPropsThe Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.Returns union: either
StringorIWebACLRef- Specified by:
getResourceArnin interfaceCfnLoggingConfigurationMixinProps- 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()
-