Amazon ECS · JSON Structure

Amazon Ecs Create Service Request Structure

Type: object Properties: 19
AmazonAwsContainersDockerEcsOrchestration

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

Properties

serviceName cluster taskDefinition desiredCount launchType capacityProviderStrategy platformVersion loadBalancers schedulingStrategy placementConstraints placementStrategy healthCheckGracePeriodSeconds enableECSManagedTags enableExecuteCommand propagateTags role serviceRegistries tags clientToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateServiceRequest",
  "type": "object",
  "properties": {
    "serviceName": {
      "type": "string"
    },
    "cluster": {
      "type": "string"
    },
    "taskDefinition": {
      "type": "string"
    },
    "desiredCount": {
      "type": "integer"
    },
    "launchType": {
      "type": "string"
    },
    "capacityProviderStrategy": {
      "type": "array"
    },
    "platformVersion": {
      "type": "string"
    },
    "loadBalancers": {
      "type": "array"
    },
    "schedulingStrategy": {
      "type": "string"
    },
    "placementConstraints": {
      "type": "array"
    },
    "placementStrategy": {
      "type": "array"
    },
    "healthCheckGracePeriodSeconds": {
      "type": "integer"
    },
    "enableECSManagedTags": {
      "type": "boolean"
    },
    "enableExecuteCommand": {
      "type": "boolean"
    },
    "propagateTags": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "serviceRegistries": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    },
    "clientToken": {
      "type": "string"
    }
  }
}