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: aws#26012.
  • Loading branch information
l3ku committed Jun 17, 2023
1 parent 0737b4e commit 909e699
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 909e699

Please sign in to comment.