Class: Aws::QuickSight::Types::DatabricksParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostString

The host name of the Databricks data source.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
8419
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8413

class DatabricksParameters < Struct.new(
  :host,
  :port,
  :sql_endpoint_path)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port for the Databricks data source.

Returns:

  • (Integer)


8413
8414
8415
8416
8417
8418
8419
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8413

class DatabricksParameters < Struct.new(
  :host,
  :port,
  :sql_endpoint_path)
  SENSITIVE = []
  include Aws::Structure
end

#sql_endpoint_pathString

The HTTP path of the Databricks data source.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
8419
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8413

class DatabricksParameters < Struct.new(
  :host,
  :port,
  :sql_endpoint_path)
  SENSITIVE = []
  include Aws::Structure
end