Class UserPoolVerificationMessageTemplateArgs
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 UserPoolVerificationMessageTemplateArgs : ResourceArgs
Constructors
View SourceUserPoolVerificationMessageTemplateArgs()
Declaration
public UserPoolVerificationMessageTemplateArgs()
Properties
View SourceDefaultEmailOption
The default email option. Must be either CONFIRM_WITH_CODE or CONFIRM_WITH_LINK. Defaults to CONFIRM_WITH_CODE.
Declaration
public Input<string> DefaultEmailOption { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmailMessage
The email message template. Must contain the {####} placeholder. Conflicts with email_verification_message argument.
Declaration
public Input<string> EmailMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmailMessageByLink
The email message template for sending a confirmation link to the user, it must contain the {##Click Here##} placeholder.
Declaration
public Input<string> EmailMessageByLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmailSubject
The subject line for the email message template. Conflicts with email_verification_subject argument.
Declaration
public Input<string> EmailSubject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmailSubjectByLink
The subject line for the email message template for sending a confirmation link to the user.
Declaration
public Input<string> EmailSubjectByLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SmsMessage
The SMS message template. Must contain the {####} placeholder. Conflicts with sms_verification_message argument.
Declaration
public Input<string> SmsMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |