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

DataSourceCredentials

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

Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

interface DataSourceCredentials {
CopySourceArn?: string | null;
CredentialPair?: CredentialPair | null;
}

§Properties

§
CopySourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.

§
CredentialPair?: CredentialPair | null
[src]

Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).