Amazon Inspector · JSON Structure

Inspector Batch Get Free Trial Info Request Account Ids List Structure

BatchGetFreeTrialInfoRequestAccountIdsList schema

Type: array Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

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-free-trial-info-request-account-ids-list-structure.json",
  "name": "BatchGetFreeTrialInfoRequestAccountIdsList",
  "description": "BatchGetFreeTrialInfoRequestAccountIdsList schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "[0-9]{12}"
  }
}