EjemplosPoliticasAWS/IAM/adminEtiqueta.json
2022-09-01 02:03:46 +02:00

16 lines
335 B
JSON

{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": [
"iam:TagUser",
"iam:TagRole",
"iam:UntagUser",
"iam:UntagRole"
],
"Resource": "*",
"Condition": {"ForAllValues:StringEquals": {"aws:TagKeys": "Department"}}
}
}