Test Repository Triggers
POST {{aws_codecommit_base_url}}/?Action=TestRepositoryTriggers
Request Params
Key | Datatype | Required | Description |
---|
Action | string | | |
Request Body
{"repositoryName"=>"ThisisaDemo", "triggers"=>[{"destinationArn"=>"arn:aws:sns:us-east-1:123456789012EXAMPLE:MyCodeCommitTopic", "branches"=>["mainline", "anotherbranch"], "events"=>["all"], "name"=>"MyFirstTrigger", "customData"=>""}, {"destinationArn"=>"arn:aws:sns:us-east-1:123456789012EXAMPLE:MyOtherCodeCommitTopic", "events"=>["all"], "name"=>"MySecondTrigger", "customData"=>"Use the example-example IRC channel to discuss development on this repo"}]}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
User-Agent | string | | |
X-Amz-Target | string | | |