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

RdsHttpEndpointConfig

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

The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.

interface RdsHttpEndpointConfig {
awsRegion?: string | null;
awsSecretStoreArn?: string | null;
databaseName?: string | null;
dbClusterIdentifier?: string | null;
schema?: string | null;
}

§Properties

§
awsRegion?: string | null
[src]

Amazon Web Services Region for Amazon RDS HTTP endpoint.

§
awsSecretStoreArn?: string | null
[src]

Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.

§
databaseName?: string | null
[src]

Logical database name.

§
dbClusterIdentifier?: string | null
[src]

Amazon RDS cluster Amazon Resource Name (ARN).

§
schema?: string | null
[src]

Logical schema name.