Class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig
Fields
View SourceNotificationArn
An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. Run Command pushes notifications about command status changes to this topic.
Declaration
public readonly string NotificationArn
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationEvents
The different events for which you can receive notifications. Valid values: All, InProgress, Success, TimedOut, Cancelled, and Failed
Declaration
public readonly ImmutableArray<string> NotificationEvents
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NotificationType
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
Declaration
public readonly string NotificationType
Field Value
| Type | Description |
|---|---|
| System.String |