MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig

data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig(val notificationArn: String? = null, val notificationEvents: List<String>? = null, val notificationType: String? = null)

Constructors

constructor(notificationArn: String? = null, notificationEvents: List<String>? = null, notificationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val notificationArn: String? = null

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