
com.pulumi.aws.cognito.kotlin.outputs.GetUserPoolAccountRecoverySettingRecoveryMechanism.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.cognito.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property name - Name of the attribute.
* @property priority - Priority of this mechanism in the recovery process (lower numbers are higher priority).
*/
public data class GetUserPoolAccountRecoverySettingRecoveryMechanism(
public val name: String,
public val priority: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.cognito.outputs.GetUserPoolAccountRecoverySettingRecoveryMechanism): GetUserPoolAccountRecoverySettingRecoveryMechanism =
GetUserPoolAccountRecoverySettingRecoveryMechanism(
name = javaType.name(),
priority = javaType.priority(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy