Class NotificationRuleTargetArgs
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.CodeStarNotifications.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotificationRuleTargetArgs : ResourceArgs
Constructors
View SourceNotificationRuleTargetArgs()
Declaration
public NotificationRuleTargetArgs()
Properties
View SourceAddress
The ARN of notification rule target. For example, a SNS Topic ARN.
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the notification rule. Possible values are ENABLED and DISABLED, default is ENABLED.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the notification target. Default value is SNS.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |