UserPoolSmsConfigurationArgs

data class UserPoolSmsConfigurationArgs(val externalId: Output<String>? = null, val snsCallerArn: Output<String>? = null, val snsRegion: Output<String>? = null) : ConvertibleToJava<UserPoolSmsConfigurationArgs>

Constructors

Link copied to clipboard
fun UserPoolSmsConfigurationArgs(externalId: Output<String>? = null, snsCallerArn: Output<String>? = null, snsRegion: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): UserPoolSmsConfigurationArgs

Properties

Link copied to clipboard
val externalId: Output<String>? = null
Link copied to clipboard
val snsCallerArn: Output<String>? = null
Link copied to clipboard
val snsRegion: Output<String>? = null