Class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs : ResourceArgs
Constructors
View SourceMaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs()
Declaration
public MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs()
Properties
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 Input<string> NotificationArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationEvents
The different events for which you can receive notifications. Valid values: All, InProgress, Success, TimedOut, Cancelled, and Failed
Declaration
public InputList<string> NotificationEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<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 Input<string> NotificationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |