Connector Profile Redshift Connector Profile Credentials Args
data class ConnectorProfileRedshiftConnectorProfileCredentialsArgs(val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectorProfileRedshiftConnectorProfileCredentialsArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileRedshiftConnectorProfileCredentialsArgs(password: Output<String>? = null, username: Output<String>? = null)