Notification Properties Args
data class NotificationPropertiesArgs(val language: Output<String>? = null, val message: Output<String>? = null, val regionalFormat: Output<String>? = null, val subject: Output<String>, val to: Output<List<String>>) : ConvertibleToJava<NotificationPropertiesArgs>
The properties of the scheduled action notification.