{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LoadBalancer", "type": "object", "properties": { "targetGroupArn": { "type": "string" }, "loadBalancerName": { "type": "string" }, "containerName": { "type": "string" }, "containerPort": { "type": "integer" } } }