Show / Hide Table of Contents

Interface CfnConnectorProfile.IBasicAuthCredentialsProperty

The basic auth credentials required for basic authentication.

Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnectorProfile.IBasicAuthCredentialsProperty
Syntax (vb)
Public Interface CfnConnectorProfile.IBasicAuthCredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-basicauthcredentials.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 basicAuthCredentialsProperty = new BasicAuthCredentialsProperty {
                 Password = "password",
                 Username = "username"
             };

Synopsis

Properties

Password

The password to use to connect to a resource.

Username

The username to use to connect to a resource.

Properties

Password

The password to use to connect to a resource.

string Password { get; }
Property Value

string

Remarks

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

Username

The username to use to connect to a resource.

string Username { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX