class Aws::CodeCommit::Types::PutRepositoryTriggersInput

Represents the input of a put repository triggers operation.

@note When making an API call, you may pass PutRepositoryTriggersInput

data as a hash:

    {
      repository_name: "RepositoryName", # required
      triggers: [ # required
        {
          name: "RepositoryTriggerName", # required
          destination_arn: "Arn", # required
          custom_data: "RepositoryTriggerCustomData",
          branches: ["BranchName"],
          events: ["all"], # required, accepts all, updateReference, createReference, deleteReference
        },
      ],
    }

@!attribute [rw] repository_name

The name of the repository where you want to create or update the
trigger.
@return [String]

@!attribute [rw] triggers

The JSON block of configuration information for each trigger.
@return [Array<Types::RepositoryTrigger>]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PutRepositoryTriggersInput AWS API Documentation

Constants

SENSITIVE