UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

8 lines (7 loc) 195 B
interface StackInfo { readonly account: string; readonly region: string; readonly name: string; } export declare function getStackInfoFromArn(stackArn: string): StackInfo; export {};