@cloud-copilot/iam-data 0.9.202505151 → 0.9.202505161
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/events.json
CHANGED
|
@@ -66,6 +66,18 @@
|
|
|
66
66
|
"required": true,
|
|
67
67
|
"conditionKeys": [],
|
|
68
68
|
"dependentActions": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "alias",
|
|
72
|
+
"required": false,
|
|
73
|
+
"conditionKeys": [],
|
|
74
|
+
"dependentActions": []
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "key",
|
|
78
|
+
"required": false,
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
69
81
|
}
|
|
70
82
|
],
|
|
71
83
|
"conditionKeys": [],
|
|
@@ -900,6 +912,18 @@
|
|
|
900
912
|
"required": true,
|
|
901
913
|
"conditionKeys": [],
|
|
902
914
|
"dependentActions": []
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "alias",
|
|
918
|
+
"required": false,
|
|
919
|
+
"conditionKeys": [],
|
|
920
|
+
"dependentActions": []
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "key",
|
|
924
|
+
"required": false,
|
|
925
|
+
"conditionKeys": [],
|
|
926
|
+
"dependentActions": []
|
|
903
927
|
}
|
|
904
928
|
],
|
|
905
929
|
"conditionKeys": [],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dsql:witnessregion": {
|
|
18
18
|
"key": "dsql:WitnessRegion",
|
|
19
|
-
"description": "Filters access by the witness region of
|
|
20
|
-
"type": "
|
|
19
|
+
"description": "Filters access by the witness region of multi-Region clusters",
|
|
20
|
+
"type": "String"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -59,5 +59,13 @@
|
|
|
59
59
|
"terminate-instance": {
|
|
60
60
|
"key": "terminate-instance",
|
|
61
61
|
"arn": "arn:${Partition}:events:${Region}:${Account}:target/terminate-instance"
|
|
62
|
+
},
|
|
63
|
+
"alias": {
|
|
64
|
+
"key": "alias",
|
|
65
|
+
"arn": "arn:${Partition}:kms:${Region}:${Account}:alias/${Alias}"
|
|
66
|
+
},
|
|
67
|
+
"key": {
|
|
68
|
+
"key": "key",
|
|
69
|
+
"arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}"
|
|
62
70
|
}
|
|
63
71
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202505161",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-05-
|
|
6
|
+
"updatedAt": "2025-05-16T04:48:53.114Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|