Class NotificationArgs
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.AutoScaling
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotificationArgs : ResourceArgs
Constructors
View SourceNotificationArgs()
Declaration
public NotificationArgs()
Properties
View SourceGroupNames
A list of AutoScaling Group Names
Declaration
public InputList<string> GroupNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Notifications
A list of Notification Types that trigger notifications. Acceptable values are documented in the AWS documentation here
Declaration
public InputList<string> Notifications { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TopicArn
The Topic ARN for notifications to be sent through
Declaration
public Input<string> TopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |