{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-networkinsightsaccessscopeanalysis.json",
  "title": "AWSEC2NetworkInsightsAccessScopeAnalysisProperties",
  "description": "Resource schema for AWS::EC2::NetworkInsightsAccessScopeAnalysis. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2-ni.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-networkinsightsaccessscopeanalysis.json",
    "sourceSha256": "6c8371e91221425aefa27758b716f05d2cf3f39261d327a6b6359ea9886cfe95"
  },
  "type": "object",
  "properties": {
    "NetworkInsightsAccessScopeId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Tags": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
  "additionalIdentifiers": [
    [
      "/properties/NetworkInsightsAccessScopeAnalysisArn"
    ]
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2-ni.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/NetworkInsightsAccessScopeAnalysisId"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSEC2NetworkInsightsAccessScopeAnalysisTagDefinition",
      "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": [
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "NetworkInsightsAccessScopeId"
  ],
  "readOnlyProperties": [
    "/properties/NetworkInsightsAccessScopeAnalysisId",
    "/properties/NetworkInsightsAccessScopeAnalysisArn",
    "/properties/Status",
    "/properties/StatusMessage",
    "/properties/StartDate",
    "/properties/EndDate",
    "/properties/FindingsFound",
    "/properties/AnalyzedEniCount"
  ],
  "createOnlyProperties": [
    "/properties/NetworkInsightsAccessScopeId"
  ]
}
