{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ecs-primarytaskset.json",
  "title": "AWSECSPrimaryTaskSetProperties",
  "description": "A pseudo-resource that manages which of your ECS task sets is primary.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ecs.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ecs-primarytaskset.json",
    "sourceSha256": "d2e9aedd0e9d6c02e3f013eae1757fe68bf596abea94302f2dd0369ae1f969fb"
  },
  "type": "object",
  "properties": {
    "Cluster": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in."
    },
    "TaskSetId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID or full Amazon Resource Name (ARN) of the task set."
    },
    "Service": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The short name or full Amazon Resource Name (ARN) of the service to create the task set in."
    }
  },
  "typeName": "AWS::ECS::PrimaryTaskSet",
  "primaryIdentifier": [
    "/properties/Cluster",
    "/properties/Service"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ecs.git",
  "createOnlyProperties": [
    "/properties/Cluster",
    "/properties/Service"
  ],
  "additionalProperties": false,
  "required": [
    "Cluster",
    "Service",
    "TaskSetId"
  ]
}
