Class UserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs
Inheritance
System.Object
UserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs
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 UserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs : ResourceArgs
Constructors
View SourceUserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs()
Declaration
public UserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs()
Properties
View SourceEmailMessage
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> |
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> |
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> |