Filter values for the action execution.
{ "$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-action-execution-filter-schema.json", "title": "ActionExecutionFilter", "description": "Filter values for the action execution.", "type": "object", "properties": { "pipelineExecutionId": { "allOf": [ { "$ref": "#/components/schemas/PipelineExecutionId" }, { "description": "The pipeline execution ID used to filter action execution history." } ] } } }