@cloud-copilot/iam-data 0.18.202603241 → 0.18.202603251
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.
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [
|
|
8
8
|
"aws:RequestTag/${TagKey}",
|
|
9
|
-
"aws:TagKeys"
|
|
9
|
+
"aws:TagKeys",
|
|
10
|
+
"route53profiles:ResourceIds"
|
|
10
11
|
],
|
|
11
12
|
"dependentActions": [
|
|
12
13
|
"ec2:DescribeVpcs"
|
|
@@ -17,7 +18,13 @@
|
|
|
17
18
|
"description": "Grants permission to associates a resource, such as DNS Firewall rule group, private hosted zone, resolver rule, etc. to a specified Profile",
|
|
18
19
|
"accessLevel": "Write",
|
|
19
20
|
"resourceTypes": [],
|
|
20
|
-
"conditionKeys": [
|
|
21
|
+
"conditionKeys": [
|
|
22
|
+
"route53profiles:ResourceTypes",
|
|
23
|
+
"route53profiles:HostedZoneDomains",
|
|
24
|
+
"route53profiles:ResolverRuleDomains",
|
|
25
|
+
"route53profiles:FirewallRuleGroupPriority",
|
|
26
|
+
"route53profiles:ResourceArns"
|
|
27
|
+
],
|
|
21
28
|
"dependentActions": []
|
|
22
29
|
},
|
|
23
30
|
"createprofile": {
|
|
@@ -44,7 +51,9 @@
|
|
|
44
51
|
"description": "Grants permission to delete an association between a customer VPC and the specified Profile",
|
|
45
52
|
"accessLevel": "Write",
|
|
46
53
|
"resourceTypes": [],
|
|
47
|
-
"conditionKeys": [
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"route53profiles:ResourceIds"
|
|
56
|
+
],
|
|
48
57
|
"dependentActions": []
|
|
49
58
|
},
|
|
50
59
|
"disassociateresourcefromprofile": {
|
|
@@ -52,7 +61,13 @@
|
|
|
52
61
|
"description": "Grants permission to delete the asoociation between the resource. such as DNS Firewall rule group, private hosted zone, resolver rule, etc. and the specified Profile",
|
|
53
62
|
"accessLevel": "Write",
|
|
54
63
|
"resourceTypes": [],
|
|
55
|
-
"conditionKeys": [
|
|
64
|
+
"conditionKeys": [
|
|
65
|
+
"route53profiles:ResourceTypes",
|
|
66
|
+
"route53profiles:HostedZoneDomains",
|
|
67
|
+
"route53profiles:ResolverRuleDomains",
|
|
68
|
+
"route53profiles:FirewallRuleGroupPriority",
|
|
69
|
+
"route53profiles:ResourceArns"
|
|
70
|
+
],
|
|
56
71
|
"dependentActions": []
|
|
57
72
|
},
|
|
58
73
|
"getprofile": {
|
|
@@ -195,7 +210,12 @@
|
|
|
195
210
|
"description": "Grants permission to update the Profile resource association name or the resource properties or both, if both name and resource properties are null, the api returns the existing Profile resource association",
|
|
196
211
|
"accessLevel": "Write",
|
|
197
212
|
"resourceTypes": [],
|
|
198
|
-
"conditionKeys": [
|
|
213
|
+
"conditionKeys": [
|
|
214
|
+
"route53profiles:ResourceTypes",
|
|
215
|
+
"route53profiles:HostedZoneDomains",
|
|
216
|
+
"route53profiles:ResolverRuleDomains",
|
|
217
|
+
"route53profiles:FirewallRuleGroupPriority"
|
|
218
|
+
],
|
|
199
219
|
"dependentActions": []
|
|
200
220
|
}
|
|
201
221
|
}
|
|
@@ -13,5 +13,35 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the presence of tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"route53profiles:firewallrulegrouppriority": {
|
|
18
|
+
"key": "route53profiles:FirewallRuleGroupPriority",
|
|
19
|
+
"description": "Filters access by priority range of a Firewall Rule Group",
|
|
20
|
+
"type": "Numeric"
|
|
21
|
+
},
|
|
22
|
+
"route53profiles:hostedzonedomains": {
|
|
23
|
+
"key": "route53profiles:HostedZoneDomains",
|
|
24
|
+
"description": "Filters access by Hosted Zone domains",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"route53profiles:resolverruledomains": {
|
|
28
|
+
"key": "route53profiles:ResolverRuleDomains",
|
|
29
|
+
"description": "Filters access by Resolver Rule domains",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"route53profiles:resourcearns": {
|
|
33
|
+
"key": "route53profiles:ResourceArns",
|
|
34
|
+
"description": "Filters access by specific resource ARNs",
|
|
35
|
+
"type": "ARN"
|
|
36
|
+
},
|
|
37
|
+
"route53profiles:resourceids": {
|
|
38
|
+
"key": "route53profiles:ResourceIds",
|
|
39
|
+
"description": "Filters access by given VPCs",
|
|
40
|
+
"type": "String"
|
|
41
|
+
},
|
|
42
|
+
"route53profiles:resourcetypes": {
|
|
43
|
+
"key": "route53profiles:ResourceTypes",
|
|
44
|
+
"description": "Filters access by specific resource type. Possible options include 'HostedZone', 'FirewallRuleGroup', 'ResolverQueryLoggingConfig', 'ResolverRule', and 'VpcEndpoint'",
|
|
45
|
+
"type": "String"
|
|
16
46
|
}
|
|
17
47
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.202603251",
|
|
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": "2026-03-
|
|
9
|
+
"updatedAt": "2026-03-25T05:13:15.124Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|