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

RelocateBucketRequest

import type { RelocateBucketRequest } from "https://googleapis.deno.dev/v1/storage:v1.ts";

A Relocate Bucket request.

interface RelocateBucketRequest {
destinationCustomPlacementConfig?: {
dataLocations?: string[];
}
;
destinationLocation?: string;
validateOnly?: boolean;
}

§Properties

§
destinationCustomPlacementConfig?: {
dataLocations?: string[];
}
[src]

The bucket's new custom placement configuration if relocating to a Custom Dual Region.

§
destinationLocation?: string
[src]

The new location the bucket will be relocated to.

§
validateOnly?: boolean
[src]

If true, validate the operation, but do not actually relocate the bucket.