Sms Channel Properties Args
data class SmsChannelPropertiesArgs(val accountSID: Output<String>, val authToken: Output<String>? = null, val isEnabled: Output<Boolean>, val isValidated: Output<Boolean>? = null, val phone: Output<String>) : ConvertibleToJava<SmsChannelPropertiesArgs>
The parameters to provide for the Sms channel.