Show / Hide Table of Contents

Interface CfnConnection.IBasicAuthenticationCredentialsProperty

The basic authentication credentials of a connection.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IBasicAuthenticationCredentialsProperty
Syntax (vb)
Public Interface CfnConnection.IBasicAuthenticationCredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-basicauthenticationcredentials.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 basicAuthenticationCredentialsProperty = new BasicAuthenticationCredentialsProperty {
                 Password = "password",
                 UserName = "userName"
             };

Synopsis

Properties

Password

The password for a connection.

UserName

The user name for the connecion.

Properties

Password

The password for a connection.

string? Password { get; }
Property Value

string

Remarks

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

UserName

The user name for the connecion.

string? UserName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX