User Pool Sms Configuration
data class UserPoolSmsConfiguration(val externalId: String? = null, val snsCallerArn: String? = null, val snsRegion: String? = null)
Constructors
Link copied to clipboard
fun UserPoolSmsConfiguration(externalId: String? = null, snsCallerArn: String? = null, snsRegion: String? = null)