codecommit_put_repository_triggers {paws.developer.tools} | R Documentation |
Replaces all triggers for a repository
Description
Replaces all triggers for a repository. Used to create or delete triggers.
See https://www.paws-r-sdk.com/docs/codecommit_put_repository_triggers/ for full documentation.
Usage
codecommit_put_repository_triggers(repositoryName, triggers)
Arguments
repositoryName |
[required] The name of the repository where you want to create or update the trigger. |
triggers |
[required] The JSON block of configuration information for each trigger. |
[Package paws.developer.tools version 0.7.0 Index]