interface DatabricksParametersProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSource.DatabricksParametersProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSource.DatabricksParametersProperty |
Python | aws_cdk.aws_quicksight.CfnDataSource.DatabricksParametersProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const databricksParametersProperty: quicksight.CfnDataSource.DatabricksParametersProperty = {
host: 'host',
port: 123,
sqlEndpointPath: 'sqlEndpointPath',
};
Properties
Name | Type | Description |
---|---|---|
host | string | The host name of the Databricks data source. |
port | number | The port for the Databricks data source. |
sql | string | The 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.