Class TriggerTriggerGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TriggerTriggerGetArgs : ResourceArgs
Constructors
View SourceTriggerTriggerGetArgs()
Declaration
public TriggerTriggerGetArgs()
Properties
View SourceBranches
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> |
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> |
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> |
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> |
Name
The name of the trigger.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |