User Pool Sms Configuration Args
data class UserPoolSmsConfigurationArgs(val externalId: Output<String>, val snsCallerArn: Output<String>, val snsRegion: Output<String>? = null) : ConvertibleToJava<UserPoolSmsConfigurationArgs>
Constructors
Link copied to clipboard
fun UserPoolSmsConfigurationArgs(externalId: Output<String>, snsCallerArn: Output<String>, snsRegion: Output<String>? = null)
Functions
Properties
Link copied to clipboard
External ID used in IAM role trust relationships. For more information about using external IDs, see How to Use an External ID When Granting Access to Your AWS Resources to a Third Party.
Link copied to clipboard
The AWS Region to use with Amazon SNS integration. You can choose the same Region as your user pool, or a supported Legacy Amazon SNS alternate Region. Amazon Cognito resources in the Asia Pacific (Seoul) AWS Region must use your Amazon SNS configuration in the Asia Pacific (Tokyo) Region. For more information, see SMS message settings for Amazon Cognito user pools.