Amazon Inspector · JSON Structure

Inspector Batch Get Account Status Request Structure

BatchGetAccountStatusRequest schema

Type: object Properties: 1
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

accountIds

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-get-account-status-request-structure.json",
  "name": "BatchGetAccountStatusRequest",
  "description": "BatchGetAccountStatusRequest schema",
  "type": "object",
  "properties": {
    "accountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountIdSet"
        },
        {
          "description": "The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for."
        }
      ]
    }
  }
}