DeregisterWebhookWithThirdPartyInput

DeregisterWebhookWithThirdPartyInput schema from Amazon CodePipeline

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
webhookName object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-deregister-webhook-with-third-party-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-deregister-webhook-with-third-party-input-schema.json",
  "title": "DeregisterWebhookWithThirdPartyInput",
  "description": "DeregisterWebhookWithThirdPartyInput schema from Amazon CodePipeline",
  "type": "object",
  "properties": {
    "webhookName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookName"
        },
        {
          "description": "The name of the webhook you want to deregister."
        }
      ]
    }
  }
}