ActionGroupSmsReceiverArgs

data class ActionGroupSmsReceiverArgs(val countryCode: Output<String>, val name: Output<String>, val phoneNumber: Output<String>) : ConvertibleToJava<ActionGroupSmsReceiverArgs>

Constructors

Link copied to clipboard
constructor(countryCode: Output<String>, name: Output<String>, phoneNumber: Output<String>)

Properties

Link copied to clipboard
val countryCode: Output<String>

The country code of the SMS receiver.

Link copied to clipboard
val name: Output<String>

The name of the SMS receiver. Names must be unique (case-insensitive) across all receivers within an action group.

Link copied to clipboard
val phoneNumber: Output<String>

The phone number of the SMS receiver.

Functions

Link copied to clipboard
open override fun toJava(): ActionGroupSmsReceiverArgs