Amazon MQ · Schema

ChangeType

The type of change pending for the ActiveMQ user.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mq-api-change-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-change-type-schema.json",
  "title": "ChangeType",
  "description": "The type of change pending for the ActiveMQ user.",
  "type": "string",
  "enum": [
    "CREATE",
    "UPDATE",
    "DELETE"
  ]
}