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

Outpost

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

A data type that represents an Outpost.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

interface Outpost {
Arn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the Outpost.