You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::RepositoryTriggerWhen 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 collapseThe branches to be included in the trigger configuration.
Any custom data associated with the trigger to be included in the information sent to the target of the trigger.
The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).
The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.
The name of the trigger.
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 ⇒ StringAny custom data associated with the trigger to be included in the information sent to the target of the trigger.
#destination_arn ⇒ StringThe 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