Show / Hide Table of Contents

Class DeploymentGroupTriggerConfigurationArgs

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

Constructors

View Source

DeploymentGroupTriggerConfigurationArgs()

Declaration
public DeploymentGroupTriggerConfigurationArgs()

Properties

View Source

TriggerEvents

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

TriggerName

The name of the notification trigger.

Declaration
public Input<string> TriggerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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