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

StartZonalShiftRequest

import type { StartZonalShiftRequest } from "https://aws-api.deno.dev/v0.4/services/arczonalshift.ts?docs=full";
interface StartZonalShiftRequest {
awayFrom: string;
comment: string;
expiresIn: string;
resourceIdentifier: string;
}

§Properties

§
awayFrom: string
[src]

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

§
comment: string
[src]

A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. A new comment overwrites any existing comment string.

§
expiresIn: string
[src]

TODO: Failed to render documentation: unhandled top level doc tag pre

§
resourceIdentifier: string
[src]

The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.