Show / Hide Table of Contents

Class TriggerTrigger

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

Fields

View Source

Branches

The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.

Declaration
public readonly ImmutableArray<string> Branches
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CustomData

Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.

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

DestinationArn

The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon Simple Notification Service (SNS).

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

Events

The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events. Event types include: all, updateReference, createReference, deleteReference.

Declaration
public readonly ImmutableArray<string> Events
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Name

The name of the trigger.

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