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

RemediationExceptionResourceKey

import type { RemediationExceptionResourceKey } 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 RemediationExceptionResourceKey {
ResourceId?: string | null;
ResourceType?: string | null;
}

§Properties

§
ResourceId?: string | null
[src]

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

§
ResourceType?: string | null
[src]

The type of a resource.