@cloud-copilot/iam-data 0.15.202509241 → 0.15.202509261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data/actions/ecs.json
CHANGED
|
@@ -695,6 +695,33 @@
|
|
|
695
695
|
],
|
|
696
696
|
"dependentActions": []
|
|
697
697
|
},
|
|
698
|
+
"putsystemlogevents": {
|
|
699
|
+
"name": "PutSystemLogEvents",
|
|
700
|
+
"description": "Grants permission to collect system logs from the container instances",
|
|
701
|
+
"accessLevel": "Write",
|
|
702
|
+
"resourceTypes": [
|
|
703
|
+
{
|
|
704
|
+
"name": "cluster",
|
|
705
|
+
"required": true,
|
|
706
|
+
"conditionKeys": [
|
|
707
|
+
"aws:ResourceTag/${TagKey}"
|
|
708
|
+
],
|
|
709
|
+
"dependentActions": []
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "container-instance",
|
|
713
|
+
"required": true,
|
|
714
|
+
"conditionKeys": [
|
|
715
|
+
"aws:ResourceTag/${TagKey}",
|
|
716
|
+
"ecs:cluster",
|
|
717
|
+
"ecs:capacity-provider"
|
|
718
|
+
],
|
|
719
|
+
"dependentActions": []
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"conditionKeys": [],
|
|
723
|
+
"dependentActions": []
|
|
724
|
+
},
|
|
698
725
|
"registercontainerinstance": {
|
|
699
726
|
"name": "RegisterContainerInstance",
|
|
700
727
|
"description": "Grants permission to register an EC2 instance into the specified cluster",
|
|
@@ -717,7 +717,9 @@
|
|
|
717
717
|
"dependentActions": []
|
|
718
718
|
}
|
|
719
719
|
],
|
|
720
|
-
"conditionKeys": [
|
|
720
|
+
"conditionKeys": [
|
|
721
|
+
"organizations:PolicyType"
|
|
722
|
+
],
|
|
721
723
|
"dependentActions": []
|
|
722
724
|
},
|
|
723
725
|
"listtargetsforpolicy": {
|
|
@@ -854,7 +856,8 @@
|
|
|
854
856
|
],
|
|
855
857
|
"conditionKeys": [
|
|
856
858
|
"aws:TagKeys",
|
|
857
|
-
"aws:RequestTag/${TagKey}"
|
|
859
|
+
"aws:RequestTag/${TagKey}",
|
|
860
|
+
"organizations:PolicyType"
|
|
858
861
|
],
|
|
859
862
|
"dependentActions": []
|
|
860
863
|
},
|
|
@@ -895,7 +898,8 @@
|
|
|
895
898
|
}
|
|
896
899
|
],
|
|
897
900
|
"conditionKeys": [
|
|
898
|
-
"aws:TagKeys"
|
|
901
|
+
"aws:TagKeys",
|
|
902
|
+
"organizations:PolicyType"
|
|
899
903
|
],
|
|
900
904
|
"dependentActions": []
|
|
901
905
|
},
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202509261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-09-
|
|
6
|
+
"updatedAt": "2025-09-26T04:46:24.485Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|