File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,11 @@ Parameters:
308
308
Description : Optional - A name for the IAM Role attached to the Instance Profile
309
309
Default : " "
310
310
311
+ InstanceRolePermissionsBoundaryARN :
312
+ Type : String
313
+ Description : The ARN of the policy used to set the permissions boundary for the role.
314
+ Default : " "
315
+
311
316
InstanceOperatingSystem :
312
317
Type : String
313
318
Description : The operating system to run on the instances
@@ -445,6 +450,9 @@ Conditions:
445
450
SetInstanceRoleName :
446
451
!Not [ !Equals [ !Ref InstanceRoleName, "" ] ]
447
452
453
+ SetInstanceRolePermissionsBoundaryARN :
454
+ !Not [ !Equals [ !Ref InstanceRolePermissionsBoundaryARN, "" ] ]
455
+
448
456
UseSpecifiedSecretsBucket :
449
457
!Not [ !Equals [ !Ref SecretsBucket, "" ] ]
450
458
You can’t perform that action at this time.
0 commit comments