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

SourceRegion

import type { SourceRegion } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.

interface SourceRegion {
Endpoint?: string | null;
RegionName?: string | null;
Status?: string | null;
SupportsDBInstanceAutomatedBackupsReplication?: boolean | null;
}

§Properties

§
Endpoint?: string | null
[src]

The endpoint for the source Amazon Web Services Region endpoint.

§
RegionName?: string | null
[src]

The name of the source Amazon Web Services Region.

§
Status?: string | null
[src]

The status of the source Amazon Web Services Region.

§
SupportsDBInstanceAutomatedBackupsReplication?: boolean | null
[src]

Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.