Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-usernamepassword.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-usernamepassword.html#cfn-datazone-connection-usernamepassword-password

Username

The username of a connection.

string Username { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-usernamepassword.html#cfn-datazone-connection-usernamepassword-username

Back to top Generated by DocFX