Amazon CodePipeline · JSON Structure

Amazon Codepipeline Deregister Webhook With Third Party Input Structure

DeregisterWebhookWithThirdPartyInput schema from Amazon CodePipeline

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

DeregisterWebhookWithThirdPartyInput is a JSON Structure definition published by Amazon CodePipeline, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

webhookName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-deregister-webhook-with-third-party-input-structure.json",
  "name": "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."
        }
      ]
    }
  }
}