WebAclFieldToProtectArgs

data class WebAclFieldToProtectArgs(val fieldKeys: Output<List<String>>? = null, val fieldType: Output<WebAclFieldToProtectFieldType>) : ConvertibleToJava<WebAclFieldToProtectArgs>

Field in log to protect.

Constructors

Link copied to clipboard
constructor(fieldKeys: Output<List<String>>? = null, fieldType: Output<WebAclFieldToProtectFieldType>)

Properties

Link copied to clipboard
val fieldKeys: Output<List<String>>? = null

List of field keys to protect

Link copied to clipboard

Field type to protect

Functions

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