class Aws::CodeCommit::Types::PutRepositoryTriggersInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PutRepositoryTriggersInput AWS API Documentation
@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”], # required, accepts all, updateReference, createReference, deleteReference
branches: [“BranchName”],
custom_data: “RepositoryTriggerCustomData”,
destination_arn: “Arn”, # required
name: “RepositoryTriggerName”, # required
{
triggers: [ # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass PutRepositoryTriggersInput
Represents the input ofa put repository triggers operation.