GetQuicksightUserPlainArgs

data class GetQuicksightUserPlainArgs(val awsAccountId: String? = null, val namespace: String? = null, val userName: String) : ConvertibleToJava<GetQuicksightUserPlainArgs>

A collection of arguments for invoking getQuicksightUser.

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, namespace: String? = null, userName: String)

Properties

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID.

Link copied to clipboard
val namespace: String? = null

QuickSight namespace. Defaults to default.

Link copied to clipboard

The name of the user that you want to match. The following arguments are optional:

Functions

Link copied to clipboard
open override fun toJava(): GetQuicksightUserPlainArgs