UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

10 lines (9 loc) 484 B
import { type IoHelper } from '../../../../@aws-cdk/tmp-toolkit-helpers/src/api/io/private'; import type { SDK } from '../aws-auth'; export declare function determineAllowCrossAccountAssetPublishing(sdk: SDK, ioHelper: IoHelper, customStackName?: string): Promise<boolean>; interface BootstrapStackInfo { hasStagingBucket: boolean; bootstrapVersion: number; } export declare function getBootstrapStackInfo(sdk: SDK, stackName: string): Promise<BootstrapStackInfo>; export {};