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 IBasicAuthCredentialsProperty
Syntax (vb)
Public Interface IBasicAuthCredentialsProperty
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 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
System.
Remarks
Username
The username to use to connect to a resource.
string Username { get; }
Property Value
System.