{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot-thingprincipalattachment.json",
  "title": "AWSIoTThingPrincipalAttachmentProperties",
  "description": "Resource Type definition for AWS::IoT::ThingPrincipalAttachment. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iot-thingprincipalattachment.json",
    "sourceSha256": "1ca3750d66a0e8695ddc45fcc7e3b76c054488c1a87eb4b2d28f5e181122fc04"
  },
  "type": "object",
  "properties": {
    "Principal": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ThingName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::IoT::ThingPrincipalAttachment",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "Principal",
    "ThingName"
  ],
  "createOnlyProperties": [
    "/properties/ThingName",
    "/properties/Principal"
  ]
}
