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

GetManagedResourceResponse

import type { GetManagedResourceResponse } from "https://aws-api.deno.dev/v0.4/services/arczonalshift.ts?docs=full";
interface GetManagedResourceResponse {
appliedWeights: {
[key: string]: number | null | undefined;
}
;
arn?: string | null;
name?: string | null;
zonalShifts: ZonalShiftInResource[];
}

§Properties

§
appliedWeights: {
[key: string]: number | null | undefined;
}
[src]

A collection of key-value pairs that indicate whether resources are active in Availability Zones or not. The key name is the Availability Zone where the resource is deployed. The value is 1 or 0.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) for the resource.

§
name?: string | null
[src]

The name of the resource.

§

The zonal shifts that are currently active for a resource.