agent-claw: automated task changes
This commit is contained in:
8
cdk/node_modules/aws-cdk-lib/aws-cloudwatch/lib/private/env-tokens.d.ts
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk-lib/aws-cloudwatch/lib/private/env-tokens.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user