Amazon ECS · JSON Structure

Amazon Ecs Service Structure

Type: object Properties: 27
AmazonAwsContainersDockerEcsOrchestration

Service is a JSON Structure definition published by Amazon ECS, describing 27 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

serviceArn serviceName clusterArn loadBalancers serviceRegistries status desiredCount runningCount pendingCount launchType capacityProviderStrategy platformVersion platformFamily taskDefinition deployments roleArn events createdAt placementConstraints placementStrategy healthCheckGracePeriodSeconds schedulingStrategy tags createdBy enableECSManagedTags enableExecuteCommand propagateTags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Service",
  "type": "object",
  "properties": {
    "serviceArn": {
      "type": "string"
    },
    "serviceName": {
      "type": "string"
    },
    "clusterArn": {
      "type": "string"
    },
    "loadBalancers": {
      "type": "array"
    },
    "serviceRegistries": {
      "type": "array"
    },
    "status": {
      "type": "string"
    },
    "desiredCount": {
      "type": "integer"
    },
    "runningCount": {
      "type": "integer"
    },
    "pendingCount": {
      "type": "integer"
    },
    "launchType": {
      "type": "string"
    },
    "capacityProviderStrategy": {
      "type": "array"
    },
    "platformVersion": {
      "type": "string"
    },
    "platformFamily": {
      "type": "string"
    },
    "taskDefinition": {
      "type": "string"
    },
    "deployments": {
      "type": "array"
    },
    "roleArn": {
      "type": "string"
    },
    "events": {
      "type": "array"
    },
    "createdAt": {
      "type": "number"
    },
    "placementConstraints": {
      "type": "array"
    },
    "placementStrategy": {
      "type": "array"
    },
    "healthCheckGracePeriodSeconds": {
      "type": "integer"
    },
    "schedulingStrategy": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "createdBy": {
      "type": "string"
    },
    "enableECSManagedTags": {
      "type": "boolean"
    },
    "enableExecuteCommand": {
      "type": "boolean"
    },
    "propagateTags": {
      "type": "string"
    }
  }
}