Interface CfnDataSourcePropsMixin.SslPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.SslPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.SslPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Secure Socket Layer (SSL) properties that apply when Quick Sight 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.cfnpropertymixins.services.quicksight.*;
SslPropertiesProperty sslPropertiesProperty = SslPropertiesProperty.builder()
.disableSsl(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSourcePropsMixin.SslPropertiesPropertystatic final classAn implementation forCfnDataSourcePropsMixin.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.Returns union: either
BooleanorIResolvableDefault: - false
- See Also:
-
builder
-