A policy with no IAM delegation
IAM policies cannot grant access to this key at all
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AppOnly",
"Effect": "Allow",
"Principal": { "AWS": "arn:aws:iam::111122223333:role/App" },
"Action": ["kms:Decrypt", "kms:PutKeyPolicy"],
"Resource": "*"
}
]
}