User

class User : KotlinCustomResource

Resource Type definition for AWS::MemoryDB::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

Denotes whether the user requires a password to authenticate. Example: mynewdbuser: Type: AWS::MemoryDB::User Properties: AccessString: on ~* &* +@all AuthenticationMode: Passwords: '1234567890123456' Type: password UserName: mynewdbuser AuthenticationMode: { "Passwords": ["1234567890123456"], "Type": "Password" }

Link copied to clipboard
val id: Output<String>
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 userName: Output<String>

The name of the user.