Amazon Inspector · JSON Structure

Inspector Get Ec2 Deep Inspection Configuration Response Structure

GetEc2DeepInspectionConfigurationResponse schema

Type: object Properties: 4
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

GetEc2DeepInspectionConfigurationResponse is a JSON Structure definition published by Amazon Inspector, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errorMessage orgPackagePaths packagePaths status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-get-ec2-deep-inspection-configuration-response-structure.json",
  "name": "GetEc2DeepInspectionConfigurationResponse",
  "description": "GetEc2DeepInspectionConfigurationResponse schema",
  "type": "object",
  "properties": {
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account."
        }
      ]
    },
    "orgPackagePaths": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PathList"
        },
        {
          "description": "The Amazon Inspector deep inspection custom paths for your organization."
        }
      ]
    },
    "packagePaths": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PathList"
        },
        {
          "description": "The Amazon Inspector deep inspection custom paths for your account."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ec2DeepInspectionStatus"
        },
        {
          "description": "The activation status of Amazon Inspector deep inspection in your account."
        }
      ]
    }
  }
}