Class NotificationRuleArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotificationRuleArgs : ResourceArgs
Constructors
View SourceNotificationRuleArgs()
Declaration
public NotificationRuleArgs()
Properties
View SourceDetailType
The level of detail to include in the notifications for this resource. Possible values are BASIC and FULL.
Declaration
public Input<string> DetailType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventTypeIds
A list of event types associated with this notification rule. For list of allowed events see here.
Declaration
public InputList<string> EventTypeIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of notification rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Resource
The ARN of the resource to associate with the notification rule.
Declaration
public Input<string> Resource { 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> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Targets
Configuration blocks containing notification target information. Can be specified multiple times. At least one target must be specified on creation.
Declaration
public InputList<NotificationRuleTargetArgs> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NotificationRuleTargetArgs> |