A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CodeCommit/Types/RepositoryTrigger.html below:

RepositoryTrigger — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::RepositoryTrigger
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing RepositoryTrigger as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "RepositoryTriggerName",   destination_arn: "Arn",   custom_data: "RepositoryTriggerCustomData",
  branches: ["BranchName"],
  events: ["all"], }

Information about a trigger for a repository.

Instance Attribute Summary collapse Instance Attribute Details #branches ⇒ Array<String>

The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

Although no content is required in the array, you must include the array itself.

#custom_data ⇒ String

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

#destination_arn ⇒ String

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

#events ⇒ Array<String>

The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.

The valid value \"all\" cannot be used with any other values.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4