Amazon CodePipeline · JSON Structure

Amazon Codepipeline Create Custom Action Type Output Structure

Represents the output of a CreateCustomActionType operation.

Type: object Properties: 2 Required: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

CreateCustomActionTypeOutput is a JSON Structure definition published by Amazon CodePipeline, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

actionType tags

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-create-custom-action-type-output-structure.json",
  "name": "CreateCustomActionTypeOutput",
  "description": "Represents the output of a <code>CreateCustomActionType</code> operation.",
  "type": "object",
  "properties": {
    "actionType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ActionType"
        },
        {
          "description": "Returns information about the details of an action type."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "Specifies the tags applied to the custom action."
        }
      ]
    }
  },
  "required": [
    "actionType"
  ]
}