![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.wafv2.kotlin.outputs.WebAclFieldIdentifier.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wafv2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property identifier The name of the field.
* When the `PayloadType` in the request inspection is `JSON` , this identifier must be in JSON pointer syntax. For example `/form/username` . For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation [JavaScript Object Notation (JSON) Pointer](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6901) .
* When the `PayloadType` is `FORM_ENCODED` , use the HTML form names. For example, `username` .
* For more information, see the descriptions for each field type in the request inspection properties.
*/
public data class WebAclFieldIdentifier(
public val identifier: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.wafv2.outputs.WebAclFieldIdentifier): WebAclFieldIdentifier = WebAclFieldIdentifier(
identifier = javaType.identifier(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy