All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.wafv2.kotlin.outputs.WebAclAssociationConfigRequestBodyVerifiedAccessInstance.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.wafv2.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property defaultSizeInspectionLimit Specifies the maximum size of the web request body component that an associated AWS Verified Access instances should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are `KB_16`, `KB_32`, `KB_48` and `KB_64`.
 */
public data class WebAclAssociationConfigRequestBodyVerifiedAccessInstance(
    public val defaultSizeInspectionLimit: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.wafv2.outputs.WebAclAssociationConfigRequestBodyVerifiedAccessInstance): WebAclAssociationConfigRequestBodyVerifiedAccessInstance =
            WebAclAssociationConfigRequestBodyVerifiedAccessInstance(
                defaultSizeInspectionLimit = javaType.defaultSizeInspectionLimit(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy