Class UserPoolSmsConfiguration
Inheritance
System.Object
UserPoolSmsConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolSmsConfiguration
Fields
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 readonly string ExternalId
Field Value
| Type | Description |
|---|---|
| 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 readonly string SnsCallerArn
Field Value
| Type | Description |
|---|---|
| System.String |