We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ca19f + 6b7bdab commit 7cfac4fCopy full SHA for 7cfac4f
deploy/pivot_role/pivotRole.yaml
@@ -331,6 +331,7 @@ Resources:
331
- 'sagemaker:ListNotebookInstances'
332
- 'sagemaker:ListDomains'
333
- 'sagemaker:ListApps'
334
+ - 'sagemaker:DeleteApp'
335
Resource: '*'
336
- Effect: Allow
337
Action:
@@ -513,6 +514,7 @@ Resources:
513
514
- 'lakeformation:GetTableObjects'
515
- 'lakeformation:UpdateTableObjects'
516
- 'lakeformation:DeleteObjectsOnCancel'
517
+ - 'lakeformation:DescribeResource'
518
519
- Sid: Compute
520
Effect: Allow
@@ -659,4 +661,4 @@ Outputs:
659
661
Description: Platform Pivot Role
660
662
Value: PivotRole
663
Export:
- Name: !Sub '${AWS::StackName}-PivotRole'
664
+ Name: !Sub '${AWS::StackName}-PivotRole'
0 commit comments