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

RDSMetadata

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

The datasource details that are specific to Amazon RDS.

interface RDSMetadata {
Database?: RDSDatabase | null;
DatabaseUserName?: string | null;
DataPipelineId?: string | null;
ResourceRole?: string | null;
SelectSqlQuery?: string | null;
ServiceRole?: string | null;
}

§Properties

§
Database?: RDSDatabase | null
[src]

The database details required to connect to an Amazon RDS.

§
DatabaseUserName?: string | null
[src]
§
DataPipelineId?: string | null
[src]

The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.

§
ResourceRole?: string | null
[src]

The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.

§
SelectSqlQuery?: string | null
[src]

The SQL query that is supplied during "CreateDataSourceFromRDS". Returns only if Verbose is true in GetDataSourceInput.

§
ServiceRole?: string | null
[src]

The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.