Class NotificationRuleState
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 NotificationRuleState : ResourceArgs
Constructors
View SourceNotificationRuleState()
Declaration
public NotificationRuleState()
Properties
View SourceArn
The codestar notification rule ARN.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DetailType
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<NotificationRuleTargetGetArgs> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NotificationRuleTargetGetArgs> |