SendNotifyTextMessageRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.

Link copied to clipboard

You can specify custom data in this field. If you do, that data is logged to the event destination.

Link copied to clipboard

The destination phone number in E.164 format.

Link copied to clipboard

When set to true, the message is checked and validated, but isn't sent to the end recipient.

Link copied to clipboard

Set to true to enable message feedback for the message. When a user receives the message you need to update the message status using PutMessageFeedback.

Link copied to clipboard

The unique identifier of the notify configuration to use for sending the message. This can be either the NotifyConfigurationId or NotifyConfigurationArn.

Link copied to clipboard

The unique identifier of the template to use for the message.

Link copied to clipboard

A map of template variable names and their values. All variable values are passed as strings regardless of the declared variable type. For example, pass INTEGER values as "42" and BOOLEAN values as "true" or "false".

Link copied to clipboard

How long the text message is valid for, in seconds. By default this is 72 hours.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String