interface SslPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDataSourcePropsMixin.SslPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDataSourcePropsMixin_SslPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSourcePropsMixin.SslPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDataSourcePropsMixin.SslPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDataSourcePropsMixin » SslPropertiesProperty |
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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const sslPropertiesProperty: quicksight_mixins.CfnDataSourcePropsMixin.SslPropertiesProperty = {
disableSsl: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| disable | boolean | IResolvable | A Boolean option to control whether SSL should be disabled. |
disableSsl?
Type:
boolean | IResolvable
(optional, default: false)
A Boolean option to control whether SSL should be disabled.

.NET
Go
Java
Python
TypeScript