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

ManagedResourceSummary

import type { ManagedResourceSummary } from "https://aws-api.deno.dev/v0.4/services/arczonalshift.ts?docs=full";

A complex structure for a managed resource in an account.

A managed resource is a Network Load Balancer or Application Load Balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an AWS Region.

Note: 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.

interface ManagedResourceSummary {
arn?: string | null;
availabilityZones: string[];
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) for the managed resource.

§
availabilityZones: string[]
[src]

The Availability Zones that a resource is deployed in.

§
name?: string | null
[src]

The name of the managed resource.