@berenddeboer/nx-aws-cdk
Version:
Nx self-inferring plugin for AWS CDK stacks
12 lines (11 loc) • 364 B
TypeScript
import { CreateNodesV2 } from "@nx/devkit";
export interface CdkPluginOptions {
cdkTargetName?: string;
synthTargetName?: string;
deployTargetName?: string;
diffTargetName?: string;
rollbackTargetName?: string;
watchTargetName?: string;
destroyTargetName?: string;
}
export declare const createNodesV2: CreateNodesV2<CdkPluginOptions>;