ConnectorProfileRedshiftConnectorProfileCredentialsArgs

data class ConnectorProfileRedshiftConnectorProfileCredentialsArgs(val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectorProfileRedshiftConnectorProfileCredentialsArgs>

Constructors

constructor(password: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null

The password that corresponds to the username.

Link copied to clipboard
val username: Output<String>? = null

The name of the user.

Functions

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