class Aws::CodeCommit::Types::RepositoryTrigger
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/RepositoryTrigger AWS API Documentation
@return [Array<String>]
</note>
<note markdown=“1”> The valid value “all” cannot be used with any other values.
another service, such as sending a notification through Amazon SNS.
The repository events that cause the trigger to run actions in
@!attribute [rw] events
@return [Array<String>]
</note>
array itself.
<note markdown=“1”> Although no content is required in the array, you must include the
specify an empty array, the trigger applies to all branches.
The branches to be included in the trigger configuration. If you
@!attribute [rw] branches
@return [String]
information sent to the target of the trigger.
Any custom data associated with the trigger to be included in the
@!attribute [rw] custom_data
@return [String]
example, the ARN of a topic in Amazon SNS).
The ARN of the resource that is the target for a trigger (for
@!attribute [rw] destination_arn
@return [String]
The name of the trigger.
@!attribute [rw] name
}
events: [“all”], # required, accepts all, updateReference, createReference, deleteReference
branches: [“BranchName”],
custom_data: “RepositoryTriggerCustomData”,
destination_arn: “Arn”, # required
name: “RepositoryTriggerName”, # required
{
data as a hash:
@note When making an API call, you may pass RepositoryTrigger
Information about a trigger for a repository.