Amazon ECS · Schema

ClusterServiceConnectDefaults

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
namespace string The namespace name or ARN of the Cloud Map namespace that is used when a service is created without specifying a Service Connect configuration.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-cluster-service-connect-defaults-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterServiceConnectDefaults",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string",
      "description": "The namespace name or ARN of the Cloud Map namespace that is used when a service is created without specifying a Service Connect configuration."
    }
  }
}