Amazon Inspector · Schema

UpdateEc2DeepInspectionConfigurationResponse

UpdateEc2DeepInspectionConfigurationResponse schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
errorMessage object
orgPackagePaths object
packagePaths object
status object
View JSON Schema on GitHub

JSON Schema

inspector-update-ec2-deep-inspection-configuration-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-update-ec2-deep-inspection-configuration-response-schema.json",
  "title": "UpdateEc2DeepInspectionConfigurationResponse",
  "description": "UpdateEc2DeepInspectionConfigurationResponse schema",
  "type": "object",
  "properties": {
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "An error message explaining why new Amazon Inspector deep inspection custom paths could not be added."
        }
      ]
    },
    "orgPackagePaths": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PathList"
        },
        {
          "description": "The current Amazon Inspector deep inspection custom paths for the organization."
        }
      ]
    },
    "packagePaths": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PathList"
        },
        {
          "description": "The current Amazon Inspector deep inspection custom paths for your account."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ec2DeepInspectionStatus"
        },
        {
          "description": "The status of Amazon Inspector deep inspection in your account."
        }
      ]
    }
  }
}