An AWS MQ User represents a user account within an Amazon MQ broker. It defines the authentication credentials and permissions that allow clients to connect securely to the broker. Users can be configured with specific access rights, such as read or write permissions, to control how they interact with queues and topics. This helps manage secure communication and message flow between applications using the broker.

aws.mq_user

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
broker_idcorestringRequired. The unique ID that Amazon MQ generates for the broker.
console_accesscoreboolEnables access to the the ActiveMQ Web Console for the ActiveMQ user.
groupscorearray<string>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.
mq_user_arncorestring
pendingcorejsonThe status of the changes pending for the ActiveMQ user.
replication_usercoreboolDescribes whether the user is intended for data replication
tagscorehstore
usernamecorestringRequired. 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.