User
public struct User : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
Declaration
Swift
public let consoleAccess: Bool? -
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.
Declaration
Swift
public let groups: [String]? -
Required. The password of the ActiveMQ user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas.
Declaration
Swift
public let password: String? -
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.
Declaration
Swift
public let username: String? -
Undocumented
Declaration
Swift
public init(consoleAccess: Bool? = nil, groups: [String]? = nil, password: String? = nil, username: String? = nil)
View on GitHub
User Structure Reference