aws-cdk-lib.aws_quicksight.CfnDataSource.DatabricksParametersProperty

interface DatabricksParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSource.DatabricksParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSource_DatabricksParametersProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSource.DatabricksParametersProperty
Pythonaws_cdk.aws_quicksight.CfnDataSource.DatabricksParametersProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSource » DatabricksParametersProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const databricksParametersProperty: quicksight.CfnDataSource.DatabricksParametersProperty = {
  host: 'host',
  port: 123,
  sqlEndpointPath: 'sqlEndpointPath',
};

Properties

NameTypeDescription
hoststringThe host name of the Databricks data source.
portnumberThe port for the Databricks data source.
sqlEndpointPathstringThe HTTP path of the Databricks data source.

host

Type: string

The host name of the Databricks data source.


port

Type: number

The port for the Databricks data source.


sqlEndpointPath

Type: string

The HTTP path of the Databricks data source.