aws-cdk
Version:
CDK Toolkit, the command line tool for CDK apps
9 lines (8 loc) • 366 B
TypeScript
import { SDK } from '../aws-auth';
export declare function determineAllowCrossAccountAssetPublishing(sdk: SDK, customStackName?: string): Promise<boolean>;
interface BootstrapStackInfo {
hasStagingBucket: boolean;
bootstrapVersion: number;
}
export declare function getBootstrapStackInfo(sdk: SDK, stackName: string): Promise<BootstrapStackInfo>;
export {};