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

ListAppVersionResourceMappingsResponse

import type { ListAppVersionResourceMappingsResponse } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface ListAppVersionResourceMappingsResponse {
nextToken?: string | null;
resourceMappings: ResourceMapping[];
}

§Properties

§
nextToken?: string | null
[src]

The token for the next set of results, or null if there are no more results.

§
resourceMappings: ResourceMapping[]
[src]

Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.