{
"$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-pipeline-execution-input-structure.json",
"name": "StopPipelineExecutionInput",
"description": "StopPipelineExecutionInput schema from Amazon CodePipeline",
"type": "object",
"properties": {
"pipelineName": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineName"
},
{
"description": "The name of the pipeline to stop."
}
]
},
"pipelineExecutionId": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineExecutionId"
},
{
"description": "The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState action to retrieve the current pipelineExecutionId."
}
]
},
"abandon": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
This option can lead to failed or out-of-sequence tasks.