AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Configurations for sending notifications.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.NotificationConfig

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class NotificationConfig

The NotificationConfig type exposes the following members

Constructors

NameDescription
Public Method NotificationConfig()

Properties

NameTypeDescription
Public Property NotificationArn System.String

Gets and sets the property 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.

Public Property NotificationEvents System.Collections.Generic.List<System.String>

Gets and sets the property NotificationEvents.

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.

Public Property NotificationType Amazon.SimpleSystemsManagement.NotificationType

Gets and sets the property NotificationType.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5