Class UserPoolSmsConfigurationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolSmsConfigurationArgs : ResourceArgs
Constructors
View SourceUserPoolSmsConfigurationArgs()
Declaration
public UserPoolSmsConfigurationArgs()
Properties
View SourceExternalId
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.
Declaration
public Input<string> ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnsCallerArn
The ARN of the Amazon SNS caller. This is usually the IAM role that you've given Cognito permission to assume.
Declaration
public Input<string> SnsCallerArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |