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