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

InstallationMedia

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

Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.

interface InstallationMedia {
CustomAvailabilityZoneId?: string | null;
Engine?: string | null;
EngineInstallationMediaPath?: string | null;
EngineVersion?: string | null;
FailureCause?: InstallationMediaFailureCause | null;
InstallationMediaId?: string | null;
OSInstallationMediaPath?: string | null;
Status?: string | null;
}

§Properties

§
CustomAvailabilityZoneId?: string | null
[src]

The custom Availability Zone (AZ) that contains the installation media.

§
Engine?: string | null
[src]

The DB engine.

§
EngineInstallationMediaPath?: string | null
[src]

The path to the installation medium for the DB engine.

§
EngineVersion?: string | null
[src]

The engine version of the DB engine.

§

If an installation media failure occurred, the cause of the failure.

§
InstallationMediaId?: string | null
[src]

The installation medium ID.

§
OSInstallationMediaPath?: string | null
[src]

The path to the installation medium for the operating system associated with the DB engine.

§
Status?: string | null
[src]

The status of the installation medium.