Command option Sample:aws codepipeline put-webhook

Search command sample in the internet.It is the result.

Defines a webhook and returns a unique webhook URL generated byCodePipeline.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codepipeline/put-webhook.html

aws codepipeline put-webhook --cli-input-json file://webhook_json.json --region "eu-central-1"
    Start a GitHub Pipeline Automatically Using Webhooks - AWS CodePipeline  : http://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-webhooks-create.html
aws codepipeline put-webhook --cli-input-json file://webhook_json.json --region "eu-central-1"
    Feature Request: Put GitHub webhook and register it to AWS CodePipeline 揃 Issue #18118 揃 hashicorp/terraform 揃 GitHub : http://github.com/hashicorp/terraform/issues/18118
aws codepipeline put-webhook --cli-input-json file://webhook.json --region "us-east-2"

    amazon web services - How to register a created webhook in AWS CLI? - Stack Overflow : http://stackoverflow.com/questions/50755825/how-to-register-a-created-webhook-in-aws-cli/51827356

aws のオプション一覧