Interface CfnDataSource.SslPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.SslPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.SslPropertiesProperty extends software.amazon.jsii.JsiiSerializable
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 SslPropertiesProperty sslPropertiesProperty = SslPropertiesProperty.builder()
         .disableSsl(false)
         .build();