aws-cdk-lib.aws_appflow.CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty

interface RedshiftConnectorProfileCredentialsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_RedshiftConnectorProfileCredentialsProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » RedshiftConnectorProfileCredentialsProperty

The connector-specific profile credentials required when using Amazon Redshift.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const redshiftConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty = {
  password: 'password',
  username: 'username',
};

Properties

NameTypeDescription
password?stringThe password that corresponds to the user name.
username?stringThe name of the user.

password?

Type: string (optional)

The password that corresponds to the user name.


username?

Type: string (optional)

The name of the user.