machinelearning:AddTags is a Tagging access-level action in the machinelearning service. Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value
ARNs that machinelearning:AddTags can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows machinelearning:AddTags. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMachinelearningAddTags",
"Effect": "Allow",
"Action": "machinelearning:AddTags",
"Resource": "*"
}
]
}