{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot1click-placement.json",
  "title": "AWSIoT1ClickPlacementProperties",
  "description": "Resource Type definition for AWS::IoT1Click::Placement. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iot1click-placement.json",
    "sourceSha256": "066983c789f9f297e83bfa82d6a439b6f8f077632860bba65a4d912685390e1f"
  },
  "type": "object",
  "properties": {
    "PlacementName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ProjectName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AssociatedDevices": {
      "type": "object"
    },
    "Attributes": {
      "type": "object"
    }
  },
  "typeName": "AWS::IoT1Click::Placement",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "ProjectName"
  ],
  "createOnlyProperties": [
    "/properties/PlacementName",
    "/properties/AssociatedDevices",
    "/properties/ProjectName"
  ]
}
