Amazon ECS · Schema

ServiceRegistry

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
registryArn string The ARN of the Cloud Map service registry.
port integer
containerName string
containerPort integer
View JSON Schema on GitHub

JSON Schema

amazon-ecs-service-registry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceRegistry",
  "type": "object",
  "properties": {
    "registryArn": {
      "type": "string",
      "description": "The ARN of the Cloud Map service registry."
    },
    "port": {
      "type": "integer"
    },
    "containerName": {
      "type": "string"
    },
    "containerPort": {
      "type": "integer"
    }
  }
}