Class DeploymentGroupTriggerConfigurationArgs
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.CodeDeploy.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupTriggerConfigurationArgs : ResourceArgs
Constructors
View SourceDeploymentGroupTriggerConfigurationArgs()
Declaration
public DeploymentGroupTriggerConfigurationArgs()
Properties
View SourceTriggerEvents
The event type or types for which notifications are triggered. Some values that are supported: DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, InstanceStart, InstanceSuccess, InstanceFailure. See the CodeDeploy documentation for all possible values.
Declaration
public InputList<string> TriggerEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TriggerName
The name of the notification trigger.
Declaration
public Input<string> TriggerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TriggerTargetArn
The ARN of the SNS topic through which notifications are sent.
Declaration
public Input<string> TriggerTargetArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |