get_pipeline_details
Retrieve the complete definition of a specific AWS CodePipeline by providing its name, enabling detailed pipeline management and analysis within the MCP server environment.
Instructions
Get the full definition 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"
}