Show / Hide Table of Contents

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 Source

Address

The ARN of notification rule target. For example, a SNS Topic ARN.

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

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

Type

The type of the notification target. Default value is SNS.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.