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 EmailMessage template only if the value of EmailSendingAccount is DEVELOPER. When your EmailSendingAccount is DEVELOPER, 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 EmailMessageByLink template only if the value of EmailSendingAccount is DEVELOPER. When your EmailSendingAccount is DEVELOPER, 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 EmailSubject template only if the value of EmailSendingAccount is DEVELOPER. When your EmailSendingAccount is DEVELOPER, 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 EmailSubjectByLink template only if the value of EmailSendingAccount is DEVELOPER. When your EmailSendingAccount is DEVELOPER, 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 }