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

BatchGetResourceConfigRequest

import type { BatchGetResourceConfigRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface BatchGetResourceConfigRequest {
resourceKeys: ResourceKey[];
}

§Properties

§
resourceKeys: ResourceKey[]
[src]

A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.