Maintenance Window Task Task Invocation Parameters Run Command Parameters Notification Config
data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig(val notificationArn: String? = null, val notificationEvents: List<String>? = null, val notificationType: String? = null)
Properties
Link copied to clipboard
An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. Run Command pushes notifications about command status changes to this topic.
Link copied to clipboard
The different events for which you can receive notifications. Valid values: All
, InProgress
, Success
, TimedOut
, Cancelled
, and Failed
Link copied to clipboard
When specified with Command
, receive notification when the status of a command changes. When specified with Invocation
, for commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes. Valid values: Command
and Invocation