DataSourceStarburstParametersArgs

data class DataSourceStarburstParametersArgs(val authenticationType: Output<DataSourceAuthenticationType>? = null, val catalog: Output<String>, val databaseAccessControlRole: Output<String>? = null, val host: Output<String>, val oAuthParameters: Output<DataSourceOAuthParametersArgs>? = null, val port: Output<Double>, val productType: Output<DataSourceStarburstProductType>? = null) : ConvertibleToJava<DataSourceStarburstParametersArgs>

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

Constructors

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

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
val catalog: Output<String>

The catalog name for the Starburst data source.

Link copied to clipboard
val databaseAccessControlRole: Output<String>? = null

The database access control role.

Link copied to clipboard
val host: Output<String>

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
val port: Output<Double>

The port for the Starburst data source.

Link copied to clipboard

The product type for the Starburst data source.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceStarburstParametersArgs