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

DeleteVolumeOntapConfiguration

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

Use to specify skipping a final backup, or to add tags to a final backup.

interface DeleteVolumeOntapConfiguration {
FinalBackupTags?: Tag[] | null;
SkipFinalBackup?: boolean | null;
}

§Properties

§
FinalBackupTags?: Tag[] | null
[src]
§
SkipFinalBackup?: boolean | null
[src]

Set to true if you want to skip taking a final backup of the volume you are deleting.