class
Amazonite::Ssm::NotificationConfig
- Amazonite::Ssm::NotificationConfig
- Reference
- Object
Overview
Configurations for sending notifications.
Included Modules
- JSON::Serializable
Defined in:
ssm/notification_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(notification_arn : String | Nil = nil, notification_events : Array(NotificationEvent) | Nil = nil, notification_type : NotificationType | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#notification_arn : String | Nil
An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic.
-
#notification_arn=(notification_arn : String | Nil)
An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic.
-
#notification_events : Array(NotificationEvent) | Nil
The different events for which you can receive notifications.
-
#notification_events=(notification_events : Array(NotificationEvent) | Nil)
The different events for which you can receive notifications.
-
#notification_type : NotificationType | Nil
The type of notification.
-
#notification_type=(notification_type : NotificationType | Nil)
The type of notification.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
The type of notification.
-
Command: Receive notification when the status of a command changes. -
Invocation: For commands sent to multiple managed nodes, receive notification on a per-node basis when the status of a command changes.
The type of notification.
-
Command: Receive notification when the status of a command changes. -
Invocation: For commands sent to multiple managed nodes, receive notification on a per-node basis when the status of a command changes.