Amazon Detective · Example Payload

Amazon Detective Update Datasource Packages Request Example

ForensicsInvestigationSecurity

Amazon Detective Update Datasource Packages Request Example is an example object payload from Amazon Detective, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GraphArnDatasourcePackages

Example Payload

Raw ↑
{
  "GraphArn": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456",
  "DatasourcePackages": [
    "EKS_AUDIT"
  ]
}