Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Target Group Pair Info Structure

Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.

Type: object Properties: 3
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

TargetGroupPairInfo is a JSON Structure definition published by Amazon CodeDeploy, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

targetGroups prodTrafficRoute testTrafficRoute

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-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-target-group-pair-info-structure.json",
  "name": "TargetGroupPairInfo",
  "description": " Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified. ",
  "type": "object",
  "properties": {
    "targetGroups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetGroupInfoList"
        },
        {
          "description": " One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete. "
        }
      ]
    },
    "prodTrafficRoute": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TrafficRoute"
        },
        {
          "description": " The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete. "
        }
      ]
    },
    "testTrafficRoute": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TrafficRoute"
        },
        {
          "description": " An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment. "
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-codedeploy-target-group-pair-info-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.