Class UserPoolEmailConfiguration
Inheritance
System.Object
UserPoolEmailConfiguration
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 UserPoolEmailConfiguration
Fields
View SourceEmailSendingAccount
Instruct Cognito to either use its built-in functional or Amazon SES to send out emails.
Declaration
public readonly string EmailSendingAccount
Field Value
| Type | Description |
|---|---|
| System.String |
FromEmailAddress
Sender’s email address or sender’s name with their email address (e.g. john@smith.com or John Smith <john@smith.com>)
Declaration
public readonly string FromEmailAddress
Field Value
| Type | Description |
|---|---|
| System.String |
ReplyToEmailAddress
The REPLY-TO email address.
Declaration
public readonly string ReplyToEmailAddress
Field Value
| Type | Description |
|---|---|
| System.String |
SourceArn
The ARN of the email source.
Declaration
public readonly string SourceArn
Field Value
| Type | Description |
|---|---|
| System.String |