ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift constructor

const ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift({
  1. required Input<String> password,
  2. required Input<String> username,
})

Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift. password Password that corresponds to the user name. username Name of the user.

Implementation

const ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift({
  required this.password,
  required this.username,
});