Amazon MQ · JSON Structure

Mq Api Authentication Strategy Structure

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

AuthenticationStrategy 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-authentication-strategy-structure.json",
  "name": "AuthenticationStrategy",
  "type": "string",
  "description": "Optional. The authentication strategy used to secure the broker. The default is SIMPLE.",
  "enum": [
    "SIMPLE",
    "LDAP"
  ]
}