Amazon Inspector · JSON Structure

Inspector Batch Update Member Ec2 Deep Inspection Status Response Structure

BatchUpdateMemberEc2DeepInspectionStatusResponse schema

Type: object Properties: 2
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

accountIds failedAccountIds

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-batch-update-member-ec2-deep-inspection-status-response-structure.json",
  "name": "BatchUpdateMemberEc2DeepInspectionStatusResponse",
  "description": "BatchUpdateMemberEc2DeepInspectionStatusResponse schema",
  "type": "object",
  "properties": {
    "accountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MemberAccountEc2DeepInspectionStatusStateList"
        },
        {
          "description": "An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for. "
        }
      ]
    },
    "failedAccountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailedMemberAccountEc2DeepInspectionStatusStateList"
        },
        {
          "description": "An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for. "
        }
      ]
    }
  }
}