Show / Hide Table of Contents

Class UserPoolEmailConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolEmailConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 UserPoolEmailConfigurationArgs : ResourceArgs

Constructors

View Source

UserPoolEmailConfigurationArgs()

Declaration
public UserPoolEmailConfigurationArgs()

Properties

View Source

EmailSendingAccount

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>
View Source

FromEmailAddress

Sender’s email address or sender’s name with their email address (e.g. john@smith.com or John Smith &lt;john@smith.com>)

Declaration
public Input<string> FromEmailAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReplyToEmailAddress

The REPLY-TO email address.

Declaration
public Input<string> ReplyToEmailAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceArn

The ARN of the email source.

Declaration
public Input<string> SourceArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.