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

PhysicalResourceIdContextKeyValuePair

import type { PhysicalResourceIdContextKeyValuePair } from "https://aws-api.deno.dev/v0.3/services/cloudformation.ts?docs=full";

Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs are not enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.

interface PhysicalResourceIdContextKeyValuePair {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The resource context key.

§
Value: string
[src]

The resource context value.