UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

9 lines (8 loc) 361 B
/** * Make a Token that renders to given region if used in a different stack, otherwise undefined */ export declare function regionIfDifferentFromStack(region: string): string; /** * Make a Token that renders to given account if used in a different stack, otherwise undefined */ export declare function accountIfDifferentFromStack(account: string): string;