
com.pulumi.aws.wafv2.kotlin.outputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.wafv2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property identifier The name of the password field.
*/
public data class WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField(
public val identifier: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.wafv2.outputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField): WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField =
WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigPasswordField(
identifier = javaType.identifier(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy