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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.SslPropertiesProperty
static final class
An 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.Default: - false
- See Also:
-
builder
-