
com.pulumi.awsnative.wafv2.kotlin.outputs.RuleGroupFieldToMatchSingleQueryArgumentProperties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wafv2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* One query argument in a web request, identified by name, for example UserName or SalesRegion. The name can be up to 30 characters long and isn't case sensitive.
* @property name
*/
public data class RuleGroupFieldToMatchSingleQueryArgumentProperties(
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.wafv2.outputs.RuleGroupFieldToMatchSingleQueryArgumentProperties): RuleGroupFieldToMatchSingleQueryArgumentProperties =
RuleGroupFieldToMatchSingleQueryArgumentProperties(
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy