{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot-policy.json",
  "title": "AWSIoTPolicyProperties",
  "description": "Resource Type definition for AWS::IoT::Policy. 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-policy.json",
    "sourceSha256": "e8fdcfb7612542c58d661fd345843dcd43a8a387bb282d1b7a701877a7e8670d"
  },
  "type": "object",
  "properties": {
    "PolicyDocument": {
      "type": "object"
    },
    "PolicyName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::IoT::Policy",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/PolicyName"
  ],
  "required": [
    "PolicyDocument"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Id"
  ]
}
