Class: Aws::QuickSight::Types::ImpalaParameters

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The database of the Impala data source.

Returns:

  • (String)


22724
22725
22726
22727
22728
22729
22730
22731
# File 'lib/aws-sdk-quicksight/types.rb', line 22724

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

#hostString

The host name of the Impala data source.

Returns:

  • (String)


22724
22725
22726
22727
22728
22729
22730
22731
# File 'lib/aws-sdk-quicksight/types.rb', line 22724

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

#portInteger

The port of the Impala data source.

Returns:

  • (Integer)


22724
22725
22726
22727
22728
22729
22730
22731
# File 'lib/aws-sdk-quicksight/types.rb', line 22724

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

#sql_endpoint_pathString

The HTTP path of the Impala data source.

Returns:

  • (String)


22724
22725
22726
22727
22728
22729
22730
22731
# File 'lib/aws-sdk-quicksight/types.rb', line 22724

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