Interface CfnConnectorProfile.IRedshiftConnectorProfileCredentialsProperty
The connector-specific profile credentials required when using Amazon Redshift.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRedshiftConnectorProfileCredentialsProperty
Syntax (vb)
Public Interface IRedshiftConnectorProfileCredentialsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var redshiftConnectorProfileCredentialsProperty = new RedshiftConnectorProfileCredentialsProperty {
Password = "password",
Username = "username"
};
Synopsis
Properties
Password | The password that corresponds to the user name. |
Username | The name of the user. |
Properties
Password
The password that corresponds to the user name.
virtual string Password { get; }
Property Value
System.
Remarks
Username
The name of the user.
virtual string Username { get; }
Property Value
System.