DataSourceSslProperties

data class DataSourceSslProperties(val disableSsl: Boolean? = null)

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

Constructors

Link copied to clipboard
constructor(disableSsl: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disableSsl: Boolean? = null

A Boolean option to control whether SSL should be disabled.