ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val password: Output<String>
Link copied to clipboard
val username: Output<String>