Files
2026-05-06 18:55:16 -05:00

3 lines
198 B
TypeScript

import type { Construct } from 'constructs';
export declare function lookupImage(scope: Construct, cachedInContext: boolean | undefined, parameterName: string, additionalCacheKey?: string): string;