
com.pulumi.awsnative.ses.kotlin.outputs.MailManagerRelayRelayAuthentication1Properties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.ses.kotlin.outputs
import kotlin.Suppress
/**
*
* @property noAuthentication
*/
public data class MailManagerRelayRelayAuthentication1Properties(
public val noAuthentication: MailManagerRelayNoAuthentication,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.ses.outputs.MailManagerRelayRelayAuthentication1Properties): MailManagerRelayRelayAuthentication1Properties =
MailManagerRelayRelayAuthentication1Properties(
noAuthentication = javaType.noAuthentication().let({ args0 ->
com.pulumi.awsnative.ses.kotlin.outputs.MailManagerRelayNoAuthentication.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy