UNPKG

@aws-cdk/aws-cloudwatch

Version:

The CDK Construct Library for AWS::CloudWatch

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;