Class UserPoolEmailConfigurationGetArgs
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 UserPoolEmailConfigurationGetArgs : ResourceArgs
Constructors
View SourceUserPoolEmailConfigurationGetArgs()
Declaration
public UserPoolEmailConfigurationGetArgs()
Properties
View SourceEmailSendingAccount
Instruct Cognito to either use its built-in functional or Amazon SES to send out emails.
Declaration
public Input<string> EmailSendingAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> FromEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplyToEmailAddress
The REPLY-TO email address.
Declaration
public Input<string> ReplyToEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceArn
The ARN of the email source.
Declaration
public Input<string> SourceArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |