Amazon CodePipeline · JSON Structure

Amazon Codepipeline Get Action Type Output Structure

GetActionTypeOutput schema from Amazon CodePipeline

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

GetActionTypeOutput 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

actionType

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-get-action-type-output-structure.json",
  "name": "GetActionTypeOutput",
  "description": "GetActionTypeOutput schema from Amazon CodePipeline",
  "type": "object",
  "properties": {
    "actionType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ActionTypeDeclaration"
        },
        {
          "description": "The action type information for the requested action type, such as the action type ID."
        }
      ]
    }
  }
}