Show / Hide Table of Contents

Class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs()

Declaration
public MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs()

Properties

View Source

NotificationArn

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.