aws-cdk-lib.aws_quicksight.CfnDataSource.SslPropertiesProperty

interface SslPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSource.SslPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSource_SslPropertiesProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSource.SslPropertiesProperty
Pythonaws_cdk.aws_quicksight.CfnDataSource.SslPropertiesProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSource » SslPropertiesProperty

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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sslPropertiesProperty: quicksight.CfnDataSource.SslPropertiesProperty = {
  disableSsl: false,
};

Properties

NameTypeDescription
disableSsl?boolean | IResolvableA Boolean option to control whether SSL should be disabled.

disableSsl?

Type: boolean | IResolvable (optional)

A Boolean option to control whether SSL should be disabled.