UserPoolSmsConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val externalId: Output<String>

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
val snsCallerArn: Output<String>

ARN of the Amazon SNS caller. This is usually the IAM role that you've given Cognito permission to assume.

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

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.

Functions

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