User Pool Sms Configuration Args
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)