Amazon MQ · JSON Structure

Mq Api Change Type Structure

The type of change pending for the ActiveMQ user.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

ChangeType is a JSON Structure definition published by Amazon MQ. 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-mq/refs/heads/main/json-structure/mq-api-change-type-structure.json",
  "name": "ChangeType",
  "type": "string",
  "description": "The type of change pending for the ActiveMQ user.",
  "enum": [
    "CREATE",
    "UPDATE",
    "DELETE"
  ]
}