Amazon CodeDeploy · Schema

TrafficRoute

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
listenerArns object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-traffic-route-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-traffic-route-schema.json",
  "title": "TrafficRoute",
  "description": " Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group. ",
  "type": "object",
  "properties": {
    "listenerArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListenerArnList"
        },
        {
          "description": " The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one. "
        }
      ]
    }
  }
}