@aws-cdk-testing/cli-integ
Version:
Integration tests for the AWS CDK CLI
10 lines (9 loc) • 302 B
TypeScript
export declare function allBut(exclude: string[]): string[];
/**
* Regions that don't support CloudFormation Stack Refactoring
*/
export declare const STACK_REFACTORING_REGIONS: string[];
/**
* Regions that don't support AWS::Bedrock::Agent
*/
export declare const BEDROCK_AGENT_REGIONS: string[];