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

LogicalResourceId

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

Defines a logical resource identifier.

interface LogicalResourceId {
identifier: string;
logicalStackName?: string | null;
resourceGroupName?: string | null;
terraformSourceName?: string | null;
}

§Properties

§
identifier: string
[src]

The identifier of the resource.

§
logicalStackName?: string | null
[src]

The name of the CloudFormation stack this resource belongs to.

§
resourceGroupName?: string | null
[src]

The name of the resource group that this resource belongs to.

§
terraformSourceName?: string | null
[src]

The name of the Terraform S3 state file this resource belongs to.