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

UpdateNetworkResourceMetadataRequest

import type { UpdateNetworkResourceMetadataRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface UpdateNetworkResourceMetadataRequest {
GlobalNetworkId: string;
Metadata: {
[key: string]: string | null | undefined;
}
;
ResourceArn: string;
}

§Properties

§
GlobalNetworkId: string
[src]

The ID of the global network.

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

The resource metadata.

§
ResourceArn: string
[src]

The ARN of the resource.