Struct rusoto_ssm::NotificationConfig [] [src]

pub struct NotificationConfig {
    pub notification_arn: Option<NotificationArn>,
    pub notification_events: Option<NotificationEventList>,
    pub notification_type: Option<NotificationType>,
}

Configurations for sending notifications.

Fields

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

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

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.

Trait Implementations

impl Default for NotificationConfig
[src]

Returns the "default value" for a type. Read more

impl Debug for NotificationConfig
[src]

Formats the value using the given formatter.

impl Clone for NotificationConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more