Skip to content

/AWS1/CL_AMBUPBACKENDAUTHVER00

Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DELIVERYMETHOD TYPE /AWS1/AMBDELIVERYMETHOD /AWS1/AMBDELIVERYMETHOD

The type of verification message to send.

Optional arguments:

IO_EMAILSETTINGS TYPE REF TO /AWS1/CL_AMBEMAILSETTINGS /AWS1/CL_AMBEMAILSETTINGS

The settings for the email message.

IO_SMSSETTINGS TYPE REF TO /AWS1/CL_AMBSMSSETTINGS /AWS1/CL_AMBSMSSETTINGS

The settings for the SMS message.


Queryable Attributes

DeliveryMethod

The type of verification message to send.

Accessible with the following methods

Method Description
GET_DELIVERYMETHOD() Getter for DELIVERYMETHOD, with configurable default
ASK_DELIVERYMETHOD() Getter for DELIVERYMETHOD w/ exceptions if field has no valu
HAS_DELIVERYMETHOD() Determine if DELIVERYMETHOD has a value

EmailSettings

The settings for the email message.

Accessible with the following methods

Method Description
GET_EMAILSETTINGS() Getter for EMAILSETTINGS

SmsSettings

The settings for the SMS message.

Accessible with the following methods

Method Description
GET_SMSSETTINGS() Getter for SMSSETTINGS