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
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
Remarks
Password
string? Password { get; }
Property Value
Remarks
Username
string? Username { get; }