Notification Settings Args
data class NotificationSettingsArgs(val emailRecipient: Output<String>? = null, val notificationLocale: Output<String>? = null, val status: Output<Either<String, EnableStatus>>? = null, val timeInMinutes: Output<Int>? = null, val webhookUrl: Output<String>? = null) : ConvertibleToJava<NotificationSettingsArgs>
Notification settings for a schedule.
Properties
Link copied to clipboard
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
Link copied to clipboard
The locale to use when sending a notification (fallback for unsupported languages is EN).
Link copied to clipboard
If notifications are enabled for this schedule (i.e. Enabled, Disabled).
Link copied to clipboard
Time in minutes before event at which notification will be sent.
Link copied to clipboard
The webhook URL to which the notification will be sent.