| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyAssociatedResourceTypeConfig |
RequestBodyAssociatedResourceTypeConfig.clone() |
RequestBodyAssociatedResourceTypeConfig |
RequestBodyAssociatedResourceTypeConfig.withDefaultSizeInspectionLimit(SizeInspectionLimit defaultSizeInspectionLimit)
Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon
Cognito, App Runner, or Verified Access resource should send to WAF for inspection.
|
RequestBodyAssociatedResourceTypeConfig |
RequestBodyAssociatedResourceTypeConfig.withDefaultSizeInspectionLimit(String defaultSizeInspectionLimit)
Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon
Cognito, App Runner, or Verified Access resource should send to WAF for inspection.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RequestBodyAssociatedResourceTypeConfig> |
AssociationConfig.getRequestBody()
Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App
Runner, and Verified Access resources forward to WAF for inspection.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationConfig |
AssociationConfig.addRequestBodyEntry(String key,
RequestBodyAssociatedResourceTypeConfig value)
Add a single RequestBody entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationConfig.setRequestBody(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App
Runner, and Verified Access resources forward to WAF for inspection.
|
AssociationConfig |
AssociationConfig.withRequestBody(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App
Runner, and Verified Access resources forward to WAF for inspection.
|
Copyright © 2024. All rights reserved.