class Aws::IoTEvents::Types::SMSConfiguration

Contains the configuration information of SMS notifications.

@note When making an API call, you may pass SMSConfiguration

data as a hash:

    {
      sender_id: "SMSSenderId",
      additional_message: "NotificationAdditionalMessage",
      recipients: [ # required
        {
          sso_identity: {
            identity_store_id: "IdentityStoreId", # required
            user_id: "SSOReferenceId",
          },
        },
      ],
    }

@!attribute [rw] sender_id

The sender ID.
@return [String]

@!attribute [rw] additional_message

The message that you want to send. The message can be up to 200
characters.
@return [String]

@!attribute [rw] recipients

Specifies one or more recipients who receive the message.

You must [add the users that receive SMS messages to your AWS SSO
store][1].

[1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html
@return [Array<Types::RecipientDetail>]

Constants

SENSITIVE