Skip to content

Commit

Permalink
Add sagemaker:AddTags policy for CreateTransformJob policy statements
Browse files Browse the repository at this point in the history
Fixes: #26012.
  • Loading branch information
l3ku committed Jun 17, 2023
1 parent acfdbfa commit c3bddca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ export class SageMakerCreateTransformJob extends sfn.TaskStateBase {
}),
],
}),
new iam.PolicyStatement({
actions: ['sagemaker:AddTags'],
resources: ['*'],
}),
);
}

Expand Down

0 comments on commit c3bddca

Please sign in to comment.