
com.pulumi.aws.wafv2.kotlin.outputs.WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.wafv2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property all An empty configuration block that is used for inspecting all headers.
* @property includedPaths
*/
public data class WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern(
public val all: WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll? = null,
public val includedPaths: List? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.wafv2.outputs.WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern): WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern =
WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPattern(
all = javaType.all().map({ args0 ->
args0.let({ args0 ->
com.pulumi.aws.wafv2.kotlin.outputs.WebAclRuleStatementByteMatchStatementFieldToMatchJsonBodyMatchPatternAll.Companion.toKotlin(args0)
})
}).orElse(null),
includedPaths = javaType.includedPaths().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy