Amazon CodePipeline · JSON Structure

Amazon Codepipeline List Webhook Item Structure

The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.

Type: object Properties: 7 Required: 2
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

ListWebhookItem is a JSON Structure definition published by Amazon CodePipeline, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

definition url errorMessage errorCode lastTriggered arn tags

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-list-webhook-item-structure.json",
  "name": "ListWebhookItem",
  "description": "The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.",
  "type": "object",
  "properties": {
    "definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookDefinition"
        },
        {
          "description": "The detail returned for each webhook, such as the webhook authentication type and filter rules."
        }
      ]
    },
    "url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookUrl"
        },
        {
          "description": "A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one."
        }
      ]
    },
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookErrorMessage"
        },
        {
          "description": "The text of the error message about the webhook."
        }
      ]
    },
    "errorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookErrorCode"
        },
        {
          "description": "The number code of the error."
        }
      ]
    },
    "lastTriggered": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookLastTriggered"
        },
        {
          "description": "The date and time a webhook was last successfully triggered, in timestamp format."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the webhook."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "Specifies the tags applied to the webhook."
        }
      ]
    }
  },
  "required": [
    "definition",
    "url"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-codepipeline-list-webhook-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.