Package com.pulumi.aws.codecommit.inputs
Class TriggerTriggerArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.codecommit.inputs.TriggerTriggerArgs
-
public final class TriggerTriggerArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TriggerTriggerArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TriggerTriggerArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
branches()
static TriggerTriggerArgs.Builder
builder()
static TriggerTriggerArgs.Builder
builder(TriggerTriggerArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
customData()
com.pulumi.core.Output<java.lang.String>
destinationArn()
com.pulumi.core.Output<java.util.List<java.lang.String>>
events()
com.pulumi.core.Output<java.lang.String>
name()
-
-
-
Field Detail
-
Empty
public static final TriggerTriggerArgs Empty
-
-
Method Detail
-
branches
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> branches()
- Returns:
- The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.
-
customData
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> customData()
- Returns:
- Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.
-
destinationArn
public com.pulumi.core.Output<java.lang.String> destinationArn()
- Returns:
- 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).
-
events
public com.pulumi.core.Output<java.util.List<java.lang.String>> events()
- Returns:
- 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`.
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The name of the trigger.
-
builder
public static TriggerTriggerArgs.Builder builder()
-
builder
public static TriggerTriggerArgs.Builder builder(TriggerTriggerArgs defaults)
-
-