Amazon CodePipeline · JSON Structure

Amazon Codepipeline Stop Execution Trigger Structure

The interaction that stopped a pipeline execution.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

StopExecutionTrigger 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

reason

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-stop-execution-trigger-structure.json",
  "name": "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."
        }
      ]
    }
  }
}