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

RelationalDatabaseDataSourceConfig

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

Describes a relational database data source configuration.

interface RelationalDatabaseDataSourceConfig {
rdsHttpEndpointConfig?: RdsHttpEndpointConfig | null;
relationalDatabaseSourceType?: RelationalDatabaseSourceType | null;
}

§Properties

§
rdsHttpEndpointConfig?: RdsHttpEndpointConfig | null
[src]

Amazon RDS HTTP endpoint settings.

§
relationalDatabaseSourceType?: RelationalDatabaseSourceType | null
[src]

Source type for the relational database.

  • RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.