User

class User : KotlinCustomResource

Resource Type definition for AWS::ElastiCache::User

Properties

Link copied to clipboard
val accessString: Output<String>?

Access permissions string used for this user account.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the user account.

Link copied to clipboard

Specifies the authentication mode to use. Below is an example of the possible JSON values:

Link copied to clipboard
val engine: Output<UserEngine>

Must be redis.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Indicates a password is not required for this user account.

Link copied to clipboard
val passwords: Output<List<String>>?

Passwords used for this user account. You can create up to two passwords for each user.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Indicates the user status. Can be "active", "modifying" or "deleting".

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this user.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userId: Output<String>

The ID of the user.

Link copied to clipboard
val userName: Output<String>

The username of the user.