DataSourceStarburstParameters

data class DataSourceStarburstParameters(val authenticationType: DataSourceAuthenticationType? = null, val catalog: String, val databaseAccessControlRole: String? = null, val host: String, val oAuthParameters: DataSourceOAuthParameters? = null, val port: Double, val productType: DataSourceStarburstProductType? = null)

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

Constructors

Link copied to clipboard
constructor(authenticationType: DataSourceAuthenticationType? = null, catalog: String, databaseAccessControlRole: String? = null, host: String, oAuthParameters: DataSourceOAuthParameters? = null, port: Double, productType: DataSourceStarburstProductType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

Link copied to clipboard

The catalog name for the Starburst data source.

Link copied to clipboard

The database access control role.

Link copied to clipboard

The host name of the Starburst data source.

Link copied to clipboard

An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.

Link copied to clipboard

The port for the Starburst data source.

Link copied to clipboard

The product type for the Starburst data source.