Interface CfnConnection.IUsernamePasswordProperty
The username and password of a connection.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IUsernamePasswordProperty
Syntax (vb)
Public Interface CfnConnection.IUsernamePasswordProperty
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.DataZone;
var usernamePasswordProperty = new UsernamePasswordProperty {
Password = "password",
Username = "username"
};
Synopsis
Properties
| Password | The password of a connection. |
| Username | The username of a connection. |
Properties
Password
The password of a connection.
string Password { get; }
Property Value
Remarks
Username
The username of a connection.
string Username { get; }