Amazon MQ Broker User
The User property
type specifies the details for an Amazon MQ user.
User is a property of the AWS::AmazonMQ::Broker resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConsoleAccess" :Boolean, "Groups" : [String, ... ], "Password" :String, "Username" :String}
YAML
ConsoleAccess:BooleanGroups: -StringPassword:StringUsername:String
Properties
ConsoleAccess-
Enables access to the ActiveMQ Web Console for the ActiveMQ user.
Required: No
Type: Boolean
Update requires: Some interruptions
Groups-
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.Required: No
Type: List of String values
Update requires: Some interruptions
Password-
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.
Required: Yes
Type: String
Update requires: Some interruptions
Username-
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.Required: Yes
Type: String
Update requires: Some interruptions
