Show / Hide Table of Contents

Class NotificationRuleTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NotificationRuleTargetArgs
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.CodeStarNotifications.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotificationRuleTargetArgs : ResourceArgs

Constructors

View Source

NotificationRuleTargetArgs()

Declaration
public NotificationRuleTargetArgs()

Properties

View Source

Address

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

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

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