Interface IBackupDestRes

interface IBackupDestRes {
    backupDestinations: {
        accessKeyId: string;
        bucket: string;
        endpoint: string;
        id: string;
        name: string;
        region: string;
        secretAccessKey: string;
    }[];
}

Properties

backupDestinations: {
    accessKeyId: string;
    bucket: string;
    endpoint: string;
    id: string;
    name: string;
    region: string;
    secretAccessKey: string;
}[]

Type declaration

  • accessKeyId: string
  • bucket: string
  • endpoint: string
  • id: string
  • name: string
  • region: string
  • secretAccessKey: string

Generated using TypeDoc