Show / Hide Table of Contents

Class TriggerTriggerGetArgs

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

Constructors

View Source

TriggerTriggerGetArgs()

Declaration
public TriggerTriggerGetArgs()

Properties

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 InputList<string> Branches { get; set; }
Property Value
Type Description
InputList<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 Input<string> CustomData { get; set; }
Property Value
Type Description
Input<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 Input<string> DestinationArn { get; set; }
Property Value
Type Description
Input<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 InputList<string> Events { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

The name of the trigger.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.