Amazon Elastic Load Balancing · JSON Structure

Amazon Elastic Load Balancing Target Group Structure

Describes a target group

Type: object Properties: 15
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

TargetGroup is a JSON Structure definition published by Amazon Elastic Load Balancing, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

targetGroupArn targetGroupName protocol port vpcId healthCheckProtocol healthCheckPort healthCheckEnabled healthCheckIntervalSeconds healthCheckTimeoutSeconds healthyThresholdCount unhealthyThresholdCount healthCheckPath targetType loadBalancerArns

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-elastic-load-balancing/refs/heads/main/json-structure/amazon-elastic-load-balancing-target-group-structure.json",
  "name": "TargetGroup",
  "description": "Describes a target group",
  "type": "object",
  "properties": {
    "targetGroupArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the target group"
    },
    "targetGroupName": {
      "type": "string",
      "description": "The name of the target group"
    },
    "protocol": {
      "type": "string",
      "description": "The protocol to use for routing traffic to the targets",
      "enum": [
        "HTTP",
        "HTTPS",
        "TCP",
        "TLS",
        "UDP",
        "TCP_UDP",
        "GENEVE"
      ]
    },
    "port": {
      "type": "int32",
      "description": "The port on which the targets are listening"
    },
    "vpcId": {
      "type": "string",
      "description": "The ID of the VPC for the targets"
    },
    "healthCheckProtocol": {
      "type": "string",
      "description": "The protocol to use for health checks"
    },
    "healthCheckPort": {
      "type": "string",
      "description": "The port to use for health checks"
    },
    "healthCheckEnabled": {
      "type": "boolean",
      "description": "Whether health checks are enabled"
    },
    "healthCheckIntervalSeconds": {
      "type": "int32",
      "description": "The approximate interval between health checks"
    },
    "healthCheckTimeoutSeconds": {
      "type": "int32",
      "description": "The amount of time to wait for a health check response"
    },
    "healthyThresholdCount": {
      "type": "int32",
      "description": "The number of consecutive health checks required to consider a target healthy"
    },
    "unhealthyThresholdCount": {
      "type": "int32",
      "description": "The number of consecutive health check failures required to consider a target unhealthy"
    },
    "healthCheckPath": {
      "type": "string",
      "description": "The destination for health checks on the targets"
    },
    "targetType": {
      "type": "string",
      "description": "The type of target",
      "enum": [
        "instance",
        "ip",
        "lambda",
        "alb"
      ]
    },
    "loadBalancerArns": {
      "type": "array",
      "description": "The ARNs of the load balancers that route traffic to this target group",
      "items": {
        "type": "string"
      }
    }
  }
}

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-elastic-load-balancing-target-group-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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