Show / Hide Table of Contents

Interface CfnActionConnectorPropsMixin.IBasicAuthConnectionMetadataProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnActionConnectorPropsMixin.IBasicAuthConnectionMetadataProperty
Syntax (vb)
Public Interface CfnActionConnectorPropsMixin.IBasicAuthConnectionMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-basicauthconnectionmetadata.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.CfnPropertyMixins.AWS.QuickSight;

             var basicAuthConnectionMetadataProperty = new BasicAuthConnectionMetadataProperty {
                 BaseEndpoint = "baseEndpoint",
                 Password = "password",
                 Username = "username"
             };

Synopsis

Properties

BaseEndpoint
Password
Username

Properties

BaseEndpoint

string? BaseEndpoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-basicauthconnectionmetadata.html#cfn-quicksight-actionconnector-basicauthconnectionmetadata-baseendpoint

Password

string? Password { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-basicauthconnectionmetadata.html#cfn-quicksight-actionconnector-basicauthconnectionmetadata-password

Username

string? Username { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-basicauthconnectionmetadata.html#cfn-quicksight-actionconnector-basicauthconnectionmetadata-username

Back to top Generated by DocFX