{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-inspector-assessmenttemplate.json",
  "title": "AWSInspectorAssessmentTemplateProperties",
  "description": "Resource Type definition for AWS::Inspector::AssessmentTemplate. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-inspector-assessmenttemplate.json",
    "sourceSha256": "21fe3dac1cfc0edec614f0e77ed9e7c42d57813e3063f09927643648656aead4"
  },
  "type": "object",
  "properties": {
    "AssessmentTargetArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DurationInSeconds": {
      "type": "integer"
    },
    "AssessmentTemplateName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "RulesPackageArns": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "UserAttributesForFindings": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::Inspector::AssessmentTemplate",
  "taggable": false,
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSInspectorAssessmentTemplateTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "additionalProperties": false,
  "required": [
    "AssessmentTargetArn",
    "DurationInSeconds",
    "RulesPackageArns"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "createOnlyProperties": [
    "/properties/DurationInSeconds",
    "/properties/AssessmentTemplateName",
    "/properties/UserAttributesForFindings",
    "/properties/AssessmentTargetArn",
    "/properties/RulesPackageArns"
  ]
}
