@cloud-copilot/iam-data 0.15.202510241 → 0.15.202510281
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.
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
"vpc-lattice-svcs:ServiceArn",
|
|
39
39
|
"vpc-lattice-svcs:SourceVpc",
|
|
40
40
|
"vpc-lattice-svcs:SourceVpcOwnerAccount",
|
|
41
|
+
"vpc-lattice-svcs:RequestMethod",
|
|
42
|
+
"vpc-lattice-svcs:RequestPath",
|
|
41
43
|
"vpc-lattice-svcs:RequestHeader/${HeaderName}",
|
|
42
44
|
"vpc-lattice-svcs:RequestQueryString/${QueryStringKey}"
|
|
43
45
|
],
|
|
@@ -14,6 +14,16 @@
|
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"identitycenter:applicationarn": {
|
|
18
|
+
"key": "identitycenter:ApplicationArn",
|
|
19
|
+
"description": "Filters access by the ARN of the IAM Identity Center application",
|
|
20
|
+
"type": "ARN"
|
|
21
|
+
},
|
|
22
|
+
"identitycenter:instancearn": {
|
|
23
|
+
"key": "identitycenter:InstanceArn",
|
|
24
|
+
"description": "Filters access by the ARN of the IAM Identity Center instance",
|
|
25
|
+
"type": "ARN"
|
|
26
|
+
},
|
|
17
27
|
"sso:applicationaccount": {
|
|
18
28
|
"key": "sso:ApplicationAccount",
|
|
19
29
|
"description": "Filters access by the account which creates the application. This condition key is not supported for customer managed SAML applications",
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by the method of the request",
|
|
15
15
|
"type": "String"
|
|
16
16
|
},
|
|
17
|
+
"vpc-lattice-svcs:requestpath": {
|
|
18
|
+
"key": "vpc-lattice-svcs:RequestPath",
|
|
19
|
+
"description": "Filters access by the path portion of the request URL",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
17
22
|
"vpc-lattice-svcs:requestquerystring/${querystringkey}": {
|
|
18
23
|
"key": "vpc-lattice-svcs:RequestQueryString/${QueryStringKey}",
|
|
19
24
|
"description": "Filters access by the query string key-value pairs in the request URL",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202510281",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2025-10-
|
|
9
|
+
"updatedAt": "2025-10-28T04:48:09.773Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|