Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SslProperties

import type { SslProperties } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

interface SslProperties {
DisableSsl?: boolean | null;
}

§Properties

§
DisableSsl?: boolean | null
[src]

A Boolean option to control whether SSL should be disabled.