UpdateUserRequest

Updates the information for an ActiveMQ user.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID that Amazon MQ generates for the broker.

Link copied to clipboard

Enables access to the the ActiveMQ Web Console for the ActiveMQ user.

Link copied to clipboard

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.

Link copied to clipboard

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 (,:=).

Link copied to clipboard

Defines whether the user is intended for data replication.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: UpdateUserRequest.Builder.() -> Unit = {}): UpdateUserRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String