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

UnsupportedResource

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

Defines a resource that is not supported by AWS Resilience Hub.

interface UnsupportedResource {
logicalResourceId: LogicalResourceId;
physicalResourceId: PhysicalResourceId;
resourceType: string;
}

§Properties

§
logicalResourceId: LogicalResourceId
[src]

The logical resource identifier for the unsupported resource.

§
physicalResourceId: PhysicalResourceId
[src]

The physical resource identifier for the unsupported resource.

§
resourceType: string
[src]

The type of resource.