{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-inspector-assessmenttarget.json",
  "title": "AWSInspectorAssessmentTargetProperties",
  "description": "Resource Type definition for AWS::Inspector::AssessmentTarget. 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-assessmenttarget.json",
    "sourceSha256": "8f81e2525c6308bc99cba8f9b8d7d2f2f3e226f92605d471a847c0914e14ee81"
  },
  "type": "object",
  "properties": {
    "AssessmentTargetName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ResourceGroupArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Inspector::AssessmentTarget",
  "taggable": false,
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "createOnlyProperties": [
    "/properties/AssessmentTargetName"
  ]
}
