File tree 1 file changed +4
-4
lines changed
packages/aws-cdk/test/integ/helpers
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ export interface CdkModernBootstrapCommandOptions extends CommonCdkBootstrapComm
300
300
readonly template ?: string ;
301
301
302
302
/**
303
- * @default false
303
+ * @default undefined
304
304
*/
305
305
readonly terminationProtection ?: boolean ;
306
306
@@ -428,9 +428,9 @@ export class TestFixture {
428
428
if ( options . defaultPermissionsBoundary ) {
429
429
args . push ( '--create-default-permissions-boundary' ) ;
430
430
}
431
- if ( options . customPermissionsBoundary ) {
432
- args . push ( '--create-default -permissions-boundary' , options . customPermissionsBoundary ) ;
433
- }
431
+ // if (options.customPermissionsBoundary) {
432
+ // args.push('--permissions-boundary', options.customPermissionsBoundary);
433
+ // }
434
434
435
435
return this . cdk ( args , {
436
436
...options . cliOptions ,
You can’t perform that action at this time.
0 commit comments