Amazon Detective · JSON Structure

Amazon Detective Batch Get Membership Datasources Request Structure

Request to get datasource package history for accounts

Type: object Properties: 1 Required: 1
ForensicsInvestigationSecurity

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

Properties

GraphArns

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-detective/refs/heads/main/json-structure/amazon-detective-batch-get-membership-datasources-request-structure.json",
  "description": "Request to get datasource package history for accounts",
  "type": "object",
  "properties": {
    "GraphArns": {
      "type": "array",
      "description": "The ARN of the behavior graph.",
      "items": {
        "type": "string"
      },
      "example": [
        "arn:aws:detective:us-east-1:123456789012:graph:abc123def456"
      ]
    }
  },
  "required": [
    "GraphArns"
  ],
  "name": "BatchGetMembershipDatasourcesRequest"
}