Class: Aws::CognitoIdentityProvider::Types::VerificationMessageTemplateType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The template for verification messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_email_optionString

The default email option.

Returns:

  • (String)


10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10748

class VerificationMessageTemplateType < Struct.new(
  :sms_message,
  :email_message,
  :email_subject,
  :email_message_by_link,
  :email_subject_by_link,
  :default_email_option)
  SENSITIVE = []
  include Aws::Structure
end

#email_messageString

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][1

is ‘DEVELOPER`, your user pool sends email

messages with your own Amazon SES configuration.

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount

Returns:

  • (String)


10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10748

class VerificationMessageTemplateType < Struct.new(
  :sms_message,
  :email_message,
  :email_subject,
  :email_message_by_link,
  :email_subject_by_link,
  :default_email_option)
  SENSITIVE = []
  include Aws::Structure
end

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][1

is ‘DEVELOPER`, your user pool sends email

messages with your own Amazon SES configuration.

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount

Returns:

  • (String)


10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10748

class VerificationMessageTemplateType < Struct.new(
  :sms_message,
  :email_message,
  :email_subject,
  :email_message_by_link,
  :email_subject_by_link,
  :default_email_option)
  SENSITIVE = []
  include Aws::Structure
end

#email_subjectString

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][1

is ‘DEVELOPER`, your user pool sends email

messages with your own Amazon SES configuration.

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount

Returns:

  • (String)


10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10748

class VerificationMessageTemplateType < Struct.new(
  :sms_message,
  :email_message,
  :email_subject,
  :email_message_by_link,
  :email_subject_by_link,
  :default_email_option)
  SENSITIVE = []
  include Aws::Structure
end

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.

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount

Returns:

  • (String)


10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10748

class VerificationMessageTemplateType < Struct.new(
  :sms_message,
  :email_message,
  :email_subject,
  :email_message_by_link,
  :email_subject_by_link,
  :default_email_option)
  SENSITIVE = []
  include Aws::Structure
end

#sms_messageString

The template for SMS messages that Amazon Cognito sends to your users.

Returns:

  • (String)


10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10748

class VerificationMessageTemplateType < Struct.new(
  :sms_message,
  :email_message,
  :email_subject,
  :email_message_by_link,
  :email_subject_by_link,
  :default_email_option)
  SENSITIVE = []
  include Aws::Structure
end