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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.SslPropertiesPropertystatic final classAn implementation forCfnDataSource.SslPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisableSsl
A Boolean option to control whether SSL should be disabled. -
builder
-