Interface CfnDataSource.DatabricksParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.DatabricksParametersProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.DatabricksParametersProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*;
 DatabricksParametersProperty databricksParametersProperty = DatabricksParametersProperty.builder()
         .host("host")
         .port(123)
         .sqlEndpointPath("sqlEndpointPath")
         .build();