Class NotificationRuleTarget
Inheritance
System.Object
NotificationRuleTarget
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotificationRuleTarget
Fields
View SourceAddress
The ARN of notification rule target. For example, a SNS Topic ARN.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the notification rule. Possible values are ENABLED and DISABLED, default is ENABLED.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the notification target. Default value is SNS.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |