Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.DatabricksParametersProperty

The required parameters that are needed to connect to a Databricks data source.

Inheritance
object
CfnDataSourcePropsMixin.DatabricksParametersProperty
Implements
CfnDataSourcePropsMixin.IDatabricksParametersProperty
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.DatabricksParametersProperty : CfnDataSourcePropsMixin.IDatabricksParametersProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.DatabricksParametersProperty Implements CfnDataSourcePropsMixin.IDatabricksParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-databricksparameters.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 databricksParametersProperty = new DatabricksParametersProperty {
                 Host = "host",
                 Port = 123,
                 SqlEndpointPath = "sqlEndpointPath"
             };

Synopsis

Constructors

DatabricksParametersProperty()

The required parameters that are needed to connect to a Databricks data source.

Properties

Host

The host name of the Databricks data source.

Port

The port for the Databricks data source.

SqlEndpointPath

The HTTP path of the Databricks data source.

Constructors

DatabricksParametersProperty()

The required parameters that are needed to connect to a Databricks data source.

public DatabricksParametersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-databricksparameters.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 databricksParametersProperty = new DatabricksParametersProperty {
                 Host = "host",
                 Port = 123,
                 SqlEndpointPath = "sqlEndpointPath"
             };

Properties

Host

The host name of the Databricks data source.

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

string

Remarks

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

Port

The port for the Databricks data source.

public double? Port { get; set; }
Property Value

double?

Remarks

Default: - 0

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

SqlEndpointPath

The HTTP path of the Databricks data source.

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

string

Remarks

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

Implements

CfnDataSourcePropsMixin.IDatabricksParametersProperty
Back to top Generated by DocFX