AWSCognitoIdentityProviderVerificationMessageTemplateType
Objective-C
@interface AWSCognitoIdentityProviderVerificationMessageTemplateType
Swift
class AWSCognitoIdentityProviderVerificationMessageTemplateType
The template for verification messages.
-
The default email option.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderDefaultEmailOptionType defaultEmailOption;Swift
var defaultEmailOption: AWSCognitoIdentityProviderDefaultEmailOptionType { get set } -
The template for email messages that Amazon Cognito sends to your users. You can set an
EmailMessagetemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailMessage;Swift
var emailMessage: String? { get set } -
The email message template for sending a confirmation link to the user. You can set an
EmailMessageByLinktemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailMessageByLink;Swift
var emailMessageByLink: String? { get set } -
The subject line for the email message template. You can set an
EmailSubjecttemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailSubject;Swift
var emailSubject: String? { get set } -
The subject line for the email message template for sending a confirmation link to the user. You can set an
EmailSubjectByLinktemplate only if the value of EmailSendingAccount isDEVELOPER. When your EmailSendingAccount isDEVELOPER, your user pool sends email messages with your own Amazon SES configuration.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable emailSubjectByLink;Swift
var emailSubjectByLink: String? { get set } -
The template for SMS messages that Amazon Cognito sends to your users.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable smsMessage;Swift
var smsMessage: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderVerificationMessageTemplateType Class Reference