class Aws::Appflow::Types::SnowflakeConnectorProfileCredentials

The connector-specific profile credentials required when using Snowflake.

@note When making an API call, you may pass SnowflakeConnectorProfileCredentials

data as a hash:

    {
      username: "Username", # required
      password: "Password", # required
    }

@!attribute [rw] username

The name of the user.
@return [String]

@!attribute [rw] password

The password that corresponds to the user name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SnowflakeConnectorProfileCredentials AWS API Documentation

Constants

SENSITIVE