Show / Hide Table of Contents

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 CfnConnectorProfile.IRedshiftConnectorProfileCredentialsProperty
Syntax (vb)
Public Interface CfnConnectorProfile.IRedshiftConnectorProfileCredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html

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.

string? Password { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html#cfn-appflow-connectorprofile-redshiftconnectorprofilecredentials-password

Username

The name of the user.

string? Username { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html#cfn-appflow-connectorprofile-redshiftconnectorprofilecredentials-username

Back to top Generated by DocFX