@Stability(value=Stable)
public static interface CfnDataSource.SslPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.SslPropertiesProperty.Builder
A builder for
CfnDataSource.SslPropertiesProperty |
static class |
CfnDataSource.SslPropertiesProperty.Jsii$Proxy
An implementation for
CfnDataSource.SslPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.SslPropertiesProperty.Builder |
builder() |
default Object |
getDisableSsl()
A Boolean option to control whether SSL should be disabled.
|
@Stability(value=Stable) @Nullable default Object getDisableSsl()
@Stability(value=Stable) static CfnDataSource.SslPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.