DataSourceSslPropertiesArgs

data class DataSourceSslPropertiesArgs(val disableSsl: Output<Boolean>? = null) : ConvertibleToJava<DataSourceSslPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val disableSsl: Output<Boolean>? = null

A Boolean option to control whether SSL should be disabled.

Functions

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