class Aws::CodeCommit::Types::PutRepositoryTriggersInput
@return [Array<Types::RepositoryTrigger>]
The JSON block of configuration information for each trigger.
@!attribute [rw] triggers
@return [String]
trigger.
The name of the repository where you want to create or update the
@!attribute [rw] repository_name
}
],
},
events: [“all”], # accepts all, updateReference, createReference, deleteReference
branches: [“BranchName”],
custom_data: “RepositoryTriggerCustomData”,
destination_arn: “Arn”,
name: “RepositoryTriggerName”,
{
triggers: [
repository_name: “RepositoryName”,
{
data as a hash:
@note When making an API call, pass PutRepositoryTriggersInput
Represents the input ofa put repository triggers operation.