AWS Security ChangesHomeSearch

AWS amazon-mq documentation change

Service: amazon-mq · 2025-05-01 · Documentation low

File: amazon-mq/latest/api-reference/brokers.md

Summary

Added storage configuration details, reordered fields, updated Jolokia API description, and added EfsBrokerStorageConfiguration documentation

Security assessment

While Jolokia API access control was rephrased ('Turn on' to 'Enables'), there's no explicit security guidance added. Storage configuration changes are operational rather than security-focused.

Diff

diff --git a/amazon-mq/latest/api-reference/brokers.md b/amazon-mq/latest/api-reference/brokers.md
index 307e261d7..e49a7562c 100644
--- a//amazon-mq/latest/api-reference/brokers.md
+++ b//amazon-mq/latest/api-reference/brokers.md
@@ -127 +127,5 @@ ResponsesStatus code| Response model| Description
-      "publiclyAccessible": boolean,
+      "storageConfiguration": {
+        "efs": {
+          "throughputMode": enum
+        }
+      },
@@ -131,0 +136 @@ ResponsesStatus code| Response model| Description
+      "publiclyAccessible": boolean,
@@ -133 +137,0 @@ ResponsesStatus code| Response model| Description
-      "dataReplicationPrimaryBrokerArn": "string",
@@ -136,0 +141 @@ ResponsesStatus code| Response model| Description
+      "dataReplicationPrimaryBrokerArn": "string",
@@ -137,0 +143,4 @@ ResponsesStatus code| Response model| Description
+      "logs": {
+        "general": boolean,
+        "audit": boolean
+      },
@@ -153,4 +161,0 @@ ResponsesStatus code| Response model| Description
-      "logs": {
-        "general": boolean,
-        "audit": boolean
-      },
@@ -227,0 +233,8 @@ The broker's status.
+### BrokerStorageConfiguration
+
+The storage configurations of a broker.
+
+Property| Type| Required| Description  
+---|---|---|---  
+`efs`| EfsBrokerStorageConfiguration| False|   
+  
@@ -301,0 +315 @@ We recommend using a Universally Unique Identifier (UUID) for the creatorRequest
+`storageConfiguration`| BrokerStorageConfiguration| False| The broker's storage configuration.  
@@ -343,0 +358,8 @@ The broker's deployment mode.
+### EfsBrokerStorageConfiguration
+
+The storage configuration of an EFS broker storage
+
+Property| Type| Required| Description  
+---|---|---|---  
+`throughputMode`| stringValues: `ELASTIC | STANDARD`| False| Throughput mode of EFS broker storage  
+  
@@ -375 +397 @@ Property| Type| Required| Description
-Access to the ActiveMQ broker monitoring information using the Jolokia API. (Does not apply to RabbitMQ brokers).
+Jolokia access to the ActiveMQ broker (Does not apply to RabbitMQ brokers).
@@ -432 +454 @@ Property| Type| Required| Description
-`jolokiaApiAccess`| JolokiaApiAccess| False| Turn on Jolokia access for your ActiveMQ broker user (Does not apply to RabbitMQ brokers).  
+`jolokiaApiAccess`| JolokiaApiAccess| False| Enables Jolokia access to the ActiveMQ broker for the ActiveMQ user (Does not apply to RabbitMQ brokers).