Class CfnWebACLPropsMixin.AssociationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.AssociationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACLPropsMixin.AssociationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACLPropsMixin.AssociationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnWebACLPropsMixin.AssociationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACLPropsMixin.AssociationConfigProperty
An implementation for
CfnWebACLPropsMixin.AssociationConfigProperty-
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.CfnWebACLPropsMixin.AssociationConfigProperty
CfnWebACLPropsMixin.AssociationConfigProperty.Builder, CfnWebACLPropsMixin.AssociationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACLPropsMixin.AssociationConfigProperty.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 ObjectCustomizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to AWS WAF for inspection.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 theCfnWebACLPropsMixin.AssociationConfigProperty.Builder.
-
-
Method Details
-
getRequestBody
Description copied from interface:CfnWebACLPropsMixin.AssociationConfigPropertyCustomizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to AWS WAF for inspection.The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.
You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see AWS WAF Pricing .
Example JSON:
{ "API_GATEWAY": "KB_48", "APP_RUNNER_SERVICE": "KB_32" }For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnWebACLPropsMixin.RequestBodyAssociatedResourceTypeConfigProperty>- Specified by:
getRequestBodyin interfaceCfnWebACLPropsMixin.AssociationConfigProperty- 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()
-