Show / Hide Table of Contents

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 Source

EmailSendingAccount

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

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

ReplyToEmailAddress

The REPLY-TO email address.

Declaration
public readonly string ReplyToEmailAddress
Field Value
Type Description
System.String
View Source

SourceArn

The ARN of the email source.

Declaration
public readonly string SourceArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.