User
Note
Does not apply to RabbitMQ brokers.
An ActiveMQ user is a person or an application that can access the queues and topics of an ActiveMQ broker. For more information, see User in the Amazon MQ Developer Guide.
A user can belong to a group. You can configure which users belong to which groups and which groups have permission to send to, receive from, and administer specific queues and topics.
Important
Making changes to a user does not apply the changes to the user immediately. To apply your changes, you must wait for the next maintenance window or reboot the broker.
URI
/v1/brokers/
broker-id
/users/username
HTTP methods
GET
Operation ID: DescribeUser
Returns information about an ActiveMQ user.
Name | Type | Required | Description |
---|---|---|---|
username | String | True | The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
broker-id | String | True | The unique ID that Amazon MQ generates for the broker. |
Status code | Response model | Description |
---|---|---|
200 |
DescribeUserOutput | HTTP Status Code 200: OK. |
400 | Error | HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it. |
403 | Error | HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request. |
404 | Error | HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it. |
500 | Error | HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue. |
POST
Operation ID: CreateUser
Creates an ActiveMQ user.
Important
Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs. Broker usernames are not intended to be used for private or sensitive data.
Name | Type | Required | Description |
---|---|---|---|
username | String | True | The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
broker-id | String | True | The unique ID that Amazon MQ generates for the broker. |
Status code | Response model | Description |
---|---|---|
200 | None | HTTP Status Code 200: OK. |
400 | Error | HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it. |
403 | Error | HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request. |
404 | Error | HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it. |
409 | Error | HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name. |
500 | Error | HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue. |
PUT
Operation ID: UpdateUser
Updates the information for an ActiveMQ user.
Name | Type | Required | Description |
---|---|---|---|
username | String | True | The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
broker-id | String | True | The unique ID that Amazon MQ generates for the broker. |
Status code | Response model | Description |
---|---|---|
200 | None | HTTP Status Code 200: OK. |
400 | Error | HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it. |
403 | Error | HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request. |
404 | Error | HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it. |
409 | Error | HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name. |
500 | Error | HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue. |
DELETE
Operation ID: DeleteUser
Deletes an ActiveMQ user.
Name | Type | Required | Description |
---|---|---|---|
username | String | True | The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
broker-id | String | True | The unique ID that Amazon MQ generates for the broker. |
Status code | Response model | Description |
---|---|---|
200 | None | HTTP Status Code 200: OK. |
400 | Error | HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it. |
403 | Error | HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request. |
404 | Error | HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it. |
500 | Error | HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue. |
OPTIONS
Name | Type | Required | Description |
---|---|---|---|
username | String | True | The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
broker-id | String | True | The unique ID that Amazon MQ generates for the broker. |
Status code | Response model | Description |
---|---|---|
200 | None | Default response for CORS method |
Schemas
Request bodies
{ "password": "string", "replicationUser": boolean, "groups": [ "string" ], "consoleAccess": boolean }
{ "password": "string", "replicationUser": boolean, "groups": [ "string" ], "consoleAccess": boolean }
Response bodies
{ "brokerId": "string", "replicationUser": boolean, "pending": { "pendingChange": enum, "groups": [ "string" ], "consoleAccess": boolean }, "groups": [ "string" ], "consoleAccess": boolean, "username": "string" }
{ "errorAttribute": "string", "message": "string" }
Properties
ChangeType
The type of change pending for the ActiveMQ user.
CREATE
UPDATE
DELETE
CreateUserInput
Creates a new ActiveMQ user.
Property | Type | Required | Description |
---|---|---|---|
consoleAccess | boolean | False | Enables access to the ActiveMQ Web Console for the ActiveMQ user. |
groups | Array of type string | False | The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
password | string Format: password | True | Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=). |
replicationUser | boolean | False | Defines if this user is intended for CRDR replication purposes. |
DescribeUserOutput
Returns information about an ActiveMQ user.
Property | Type | Required | Description |
---|---|---|---|
brokerId | string | True | Required. The unique ID that Amazon MQ generates for the broker. |
consoleAccess | boolean | False | Enables access to the the ActiveMQ Web Console for the ActiveMQ user. |
groups | Array of type string | False | The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
pending | False | The status of the changes pending for the ActiveMQ user. | |
replicationUser | boolean | False | Describes whether the user is intended for data replication replication |
username | string | True | Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
Error
Returns information about an error.
Property | Type | Required | Description |
---|---|---|---|
errorAttribute | string | False | The attribute which caused the error. |
message | string | False | The explanation of the error. |
UpdateUserInput
Updates the information for an ActiveMQ user.
Property | Type | Required | Description |
---|---|---|---|
consoleAccess | boolean | False | Enables access to the the ActiveMQ Web Console for the ActiveMQ user. |
groups | Array of type string | False | The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
password | string Format: password | False | The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=). |
replicationUser | boolean | False | Defines whether the user is intended for data replication replication. |
UserPendingChanges
Returns information about the status of the changes pending for the ActiveMQ user.
Property | Type | Required | Description |
---|---|---|---|
consoleAccess | boolean | False | Enables access to the the ActiveMQ Web Console for the ActiveMQ user. |
groups | Array of type string | False | The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. |
pendingChange | True | Required. The type of change pending for the ActiveMQ user. |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: