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

ResourceKey

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

The details that identify a resource within Config, including the resource type and resource ID.

interface ResourceKey {
resourceId: string;
resourceType: ResourceType;
}

§Properties

§
resourceId: string
[src]

The ID of the resource (for example., sg-xxxxxx).

§
resourceType: ResourceType
[src]

The resource type.