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

CreateDataSourceRequest

import type { CreateDataSourceRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface CreateDataSourceRequest {
AwsAccountId: string;
Credentials?: DataSourceCredentials | null;
DataSourceId: string;
DataSourceParameters?: DataSourceParameters | null;
Name: string;
Permissions?: ResourcePermission[] | null;
SslProperties?: SslProperties | null;
Tags?: Tag[] | null;
VpcConnectionProperties?: VpcConnectionProperties | null;
}

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
Credentials?: DataSourceCredentials | null
[src]

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

§
DataSourceId: string
[src]

An ID for 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.

§
Permissions?: ResourcePermission[] | null
[src]

A list of resource permissions on the data source.

§
SslProperties?: SslProperties | null
[src]

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

§
Tags?: Tag[] | null
[src]

Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.

§

The type of the data source. To return a list of all data sources, use ListDataSources.

Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

§
VpcConnectionProperties?: VpcConnectionProperties | null
[src]

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