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

UpdateDataSourceRequest

import type { UpdateDataSourceRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateDataSourceRequest {
AwsAccountId: string;
Credentials?: DataSourceCredentials | null;
DataSourceId: string;
DataSourceParameters?: DataSourceParameters | null;
Name: string;
SslProperties?: SslProperties | null;
VpcConnectionProperties?: VpcConnectionProperties | null;
}

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
Credentials?: DataSourceCredentials | null
[src]

The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.

§
DataSourceId: string
[src]

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

§
DataSourceParameters?: DataSourceParameters | null
[src]

The parameters that Amazon QuickSight uses to connect to your underlying source.

§
Name: string
[src]

A display name for the data source.

§
SslProperties?: SslProperties | null
[src]

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

§
VpcConnectionProperties?: VpcConnectionProperties | null
[src]

Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.