MasterUserOptions

Credentials for the master user for a domain.

Types

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

Properties

Link copied to clipboard

Amazon Resource Name (ARN) for the master user. Only specify if InternalUserDatabaseEnabled is false.

Link copied to clipboard

User name for the master user. Only specify if InternalUserDatabaseEnabled is true.

Link copied to clipboard

Password for the master user. Only specify if InternalUserDatabaseEnabled is true.

Functions

Link copied to clipboard
inline fun copy(block: MasterUserOptions.Builder.() -> Unit = {}): MasterUserOptions
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