@aws-amplify/cli-internal
Version:
Amplify CLI
9 lines • 582 B
TypeScript
import { CFNResource } from '../../_common/cfn-template';
import { ForwardCategoryRefactorer } from '../workflow/forward-category-refactorer';
export declare class CustomCDKForwardRefactorer extends ForwardCategoryRefactorer {
protected fetchSourceStackId(): Promise<string | undefined>;
protected fetchDestStackId(): Promise<string | undefined>;
protected resourceTypes(): string[];
protected gen2LogicalId(sourceId: string, sourceResource: CFNResource, targetResources: Map<string, CFNResource>): Promise<string>;
}
//# sourceMappingURL=custom-cdk-forward.d.ts.map