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

UpdateGlobalSettingsInput

import type { UpdateGlobalSettingsInput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface UpdateGlobalSettingsInput {
GlobalSettings?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
GlobalSettings?: {
[key: string]: string | null | undefined;
}
| null
[src]

A value for isCrossAccountBackupEnabled and a Region. Example: update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2.