Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.KeyPairCredentialsProperty

The combination of username, private key and passphrase that are used as credentials.

Inheritance
object
CfnDataSourcePropsMixin.KeyPairCredentialsProperty
Implements
CfnDataSourcePropsMixin.IKeyPairCredentialsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.KeyPairCredentialsProperty : CfnDataSourcePropsMixin.IKeyPairCredentialsProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.KeyPairCredentialsProperty Implements CfnDataSourcePropsMixin.IKeyPairCredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-keypaircredentials.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var keyPairCredentialsProperty = new KeyPairCredentialsProperty {
                 KeyPairUsername = "keyPairUsername",
                 PrivateKey = "privateKey",
                 PrivateKeyPassphrase = "privateKeyPassphrase"
             };

Synopsis

Constructors

KeyPairCredentialsProperty()

The combination of username, private key and passphrase that are used as credentials.

Properties

KeyPairUsername

Username.

PrivateKey

PrivateKey.

PrivateKeyPassphrase

PrivateKeyPassphrase.

Constructors

KeyPairCredentialsProperty()

The combination of username, private key and passphrase that are used as credentials.

public KeyPairCredentialsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-keypaircredentials.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var keyPairCredentialsProperty = new KeyPairCredentialsProperty {
                 KeyPairUsername = "keyPairUsername",
                 PrivateKey = "privateKey",
                 PrivateKeyPassphrase = "privateKeyPassphrase"
             };

Properties

KeyPairUsername

Username.

public string? KeyPairUsername { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-keypaircredentials.html#cfn-quicksight-datasource-keypaircredentials-keypairusername

PrivateKey

PrivateKey.

public string? PrivateKey { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-keypaircredentials.html#cfn-quicksight-datasource-keypaircredentials-privatekey

PrivateKeyPassphrase

PrivateKeyPassphrase.

public string? PrivateKeyPassphrase { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-keypaircredentials.html#cfn-quicksight-datasource-keypaircredentials-privatekeypassphrase

Implements

CfnDataSourcePropsMixin.IKeyPairCredentialsProperty
Back to top Generated by DocFX