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

SourceConfig

import type { SourceConfig } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The source configuration for the standby Autonomous Database.

interface SourceConfig {
automaticBackupsReplicationEnabled?: boolean;
autonomousDatabase?: string;
}

§Properties

§
automaticBackupsReplicationEnabled?: boolean
[src]

Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.

§
autonomousDatabase?: string
[src]

Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.