WebAclResponseInspectionArgs

data class WebAclResponseInspectionArgs(val bodyContains: Output<WebAclResponseInspectionBodyContainsArgs>? = null, val header: Output<WebAclResponseInspectionHeaderArgs>? = null, val json: Output<WebAclResponseInspectionJsonArgs>? = null, val statusCode: Output<WebAclResponseInspectionStatusCodeArgs>? = null) : ConvertibleToJava<WebAclResponseInspectionArgs>

Configures the inspection of login responses

Constructors

Link copied to clipboard
constructor(bodyContains: Output<WebAclResponseInspectionBodyContainsArgs>? = null, header: Output<WebAclResponseInspectionHeaderArgs>? = null, json: Output<WebAclResponseInspectionJsonArgs>? = null, statusCode: Output<WebAclResponseInspectionStatusCodeArgs>? = null)

Properties

Link copied to clipboard

Configures inspection of the response body for success and failure indicators. AWS WAF can inspect the first 65,536 bytes (64 KB) of the response body.

Link copied to clipboard

Configures inspection of the response header for success and failure indicators.

Link copied to clipboard

Configures inspection of the response JSON for success and failure indicators. AWS WAF can inspect the first 65,536 bytes (64 KB) of the response JSON.

Link copied to clipboard

Configures inspection of the response status code for success and failure indicators.

Functions

Link copied to clipboard
open override fun toJava(): WebAclResponseInspectionArgs