StopExecutionTrigger

The interaction that stopped a pipeline execution.

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
reason object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-stop-execution-trigger-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-stop-execution-trigger-schema.json",
  "title": "StopExecutionTrigger",
  "description": "The interaction that stopped a pipeline execution.",
  "type": "object",
  "properties": {
    "reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StopPipelineExecutionReason"
        },
        {
          "description": "The user-specified reason the pipeline was stopped."
        }
      ]
    }
  }
}