Show / Hide Table of Contents

Class DeploymentGroupTriggerConfiguration

Inheritance
System.Object
DeploymentGroupTriggerConfiguration
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupTriggerConfiguration

Fields

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 readonly ImmutableArray<string> TriggerEvents
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TriggerName

The name of the notification trigger.

Declaration
public readonly string TriggerName
Field Value
Type Description
System.String
View Source

TriggerTargetArn

The ARN of the SNS topic through which notifications are sent.

Declaration
public readonly string TriggerTargetArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.