get_pipeline_state
Retrieve the current state of a specific AWS CodePipeline by providing the pipeline name, enabling pipeline status monitoring and management.
Instructions
Get the state of a specific pipeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pipelineName | Yes | Name of the pipeline |
Input Schema (JSON Schema)
{
"properties": {
"pipelineName": {
"description": "Name of the pipeline",
"type": "string"
}
},
"required": [
"pipelineName"
],
"type": "object"
}