Amazon Detective · JSON Structure

Amazon Detective Disassociate Membership Request Structure

Request to disassociate from a behavior graph

Type: object Properties: 1 Required: 1
ForensicsInvestigationSecurity

DisassociateMembershipRequest 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

GraphArn

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-disassociate-membership-request-structure.json",
  "description": "Request to disassociate from a behavior graph",
  "type": "object",
  "properties": {
    "GraphArn": {
      "type": "string",
      "description": "The ARN of the behavior graph to remove the member account from.",
      "example": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456"
    }
  },
  "required": [
    "GraphArn"
  ],
  "name": "DisassociateMembershipRequest"
}