Amazon Cognito UserPool SmsConfiguration
SmsConfiguration is a property of the AWS::Cognito::UserPool
resource that defines the SMS configuration of an Amazon Cognito User Pool.
Syntax
JSON
{ "ExternalId" :String, "SnsCallerArn" :String}
YAML
ExternalId:StringSnsCallerArn:String
Properties
ExternalId-
The 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 in the AWS Identity and Access Management User Guide.
Type: String
Required: No
SnsCallerArn-
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
Type: String
Required: Yes
