AWS::SSM::MaintenanceWindowTask NotificationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSM::MaintenanceWindowTask NotificationConfig

The NotificationConfig property type specifies configurations for sending notifications for a maintenance window task in Amazon Systems Manager.

NotificationConfig is a property of the MaintenanceWindowRunCommandParameters property type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "NotificationArn" : String, "NotificationEvents" : [ String, ... ], "NotificationType" : String }

YAML

NotificationArn: String NotificationEvents: - String NotificationType: String

Properties

NotificationArn

An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run Command pushes notifications about command status changes to this topic.

Required: Yes

Type: String

Update requires: No interruption

NotificationEvents

The different events that you can receive notifications for. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Configuring Amazon SNS Notifications for Amazon Systems Manager in the Amazon Systems Manager User Guide.

Required: No

Type: Array of String

Update requires: No interruption

NotificationType

The notification type.

  • Command: Receive notification when the status of a command changes.

  • Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.

Required: No

Type: String

Allowed values: Command | Invocation

Update requires: No interruption