Show / Hide Table of Contents

Class UserPoolVerificationMessageTemplate

Inheritance
System.Object
UserPoolVerificationMessageTemplate
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 UserPoolVerificationMessageTemplate

Fields

View Source

DefaultEmailOption

The default email option. Must be either CONFIRM_WITH_CODE or CONFIRM_WITH_LINK. Defaults to CONFIRM_WITH_CODE.

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

EmailMessage

The email message template. Must contain the {####} placeholder. Conflicts with email_verification_message argument.

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

EmailMessageByLink

The email message template for sending a confirmation link to the user, it must contain the {##Click Here##} placeholder.

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

EmailSubject

The subject line for the email message template. Conflicts with email_verification_subject argument.

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

EmailSubjectByLink

The subject line for the email message template for sending a confirmation link to the user.

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

SmsMessage

The SMS message template. Must contain the {####} placeholder. Conflicts with sms_verification_message argument.

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