File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "PolicyVersion": {
3+ "CreateDate": "2025-11-19T04:34:07Z",
4+ "VersionId": "v1",
5+ "Document": {
6+ "Version": "2012-10-17",
7+ "Statement": [
8+ {
9+ "Action": [
10+ "kms:DescribeKey"
11+ ],
12+ "Resource": "arn:aws:kms:*:*:key/*",
13+ "Effect": "Allow",
14+ "Sid": "KMSDescribeKey"
15+ },
16+ {
17+ "Action": [
18+ "kms:GenerateDataKey",
19+ "kms:Decrypt"
20+ ],
21+ "Resource": "arn:aws:kms:*:*:key/*",
22+ "Effect": "Allow",
23+ "Condition": {
24+ "StringEquals": {
25+ "kms:EncryptionContext:sagemaker:component": "amazon-sagemaker-spaces",
26+ "kms:EncryptionContext:sagemaker:eks-cluster-arn": "${aws:PrincipalTag/eks-cluster-arn}"
27+ }
28+ },
29+ "Sid": "KMSKeyOperations"
30+ }
31+ ]
32+ },
33+ "IsDefaultVersion": true
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments