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

StartBackupJobInput

import type { StartBackupJobInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";
interface StartBackupJobInput {
BackupOptions?: {
[key: string]: string | null | undefined;
}
| null;
BackupVaultName: string;
CompleteWindowMinutes?: number | null;
IamRoleArn: string;
IdempotencyToken?: string | null;
Lifecycle?: Lifecycle | null;
RecoveryPointTags?: {
[key: string]: string | null | undefined;
}
| null;
ResourceArn: string;
StartWindowMinutes?: number | null;
}

§Properties

§
BackupOptions?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
BackupVaultName: string
[src]
§
CompleteWindowMinutes?: number | null
[src]
§
IamRoleArn: string
[src]
§
IdempotencyToken?: string | null
[src]
§
Lifecycle?: Lifecycle | null
[src]
§
RecoveryPointTags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ResourceArn: string
[src]
§
StartWindowMinutes?: number | null
[src]