@cloud-copilot/iam-data 0.9.202411221 → 0.9.202411251
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/application-autoscaling.json +8 -0
- package/data/actions/artifact.json +76 -0
- package/data/actions/bcm-pricing-calculator.json +477 -0
- package/data/actions/ce.json +24 -0
- package/data/actions/chatbot.json +134 -2
- package/data/actions/cleanrooms.json +32 -0
- package/data/actions/cloudtrail.json +155 -6
- package/data/actions/connect.json +2 -1
- package/data/actions/iot.json +189 -0
- package/data/actions/iotfleetwise.json +113 -0
- package/data/actions/logs.json +93 -0
- package/data/actions/profile.json +102 -0
- package/data/actions/q.json +9 -0
- package/data/actions/qapps.json +74 -0
- package/data/actions/quicksight.json +250 -18
- package/data/actions/resiliencehub.json +24 -0
- package/data/actions/s3.json +9 -4
- package/data/actions/s3express.json +42 -0
- package/data/actions/ssm-quicksetup.json +62 -4
- package/data/actions/ssm.json +54 -1
- package/data/conditionKeys/bcm-pricing-calculator.json +32 -0
- package/data/conditionKeys/connect.json +5 -0
- package/data/conditionKeys/iot.json +15 -0
- package/data/conditionKeys/iotfleetwise.json +5 -0
- package/data/conditionKeys/quicksight.json +10 -0
- package/data/conditionKeys/s3.json +15 -0
- package/data/conditionKeys/ssm.json +0 -5
- package/data/resourceTypes/bcm-pricing-calculator.json +23 -0
- package/data/resourceTypes/chatbot.json +4 -0
- package/data/resourceTypes/cloudtrail.json +7 -0
- package/data/resourceTypes/iot.json +7 -0
- package/data/resourceTypes/iotfleetwise.json +7 -0
- package/data/resourceTypes/profile.json +7 -0
- package/data/resourceTypes/quicksight.json +14 -0
- package/data/resourceTypes/ssm-quicksetup.json +1 -1
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -22,7 +22,29 @@
|
|
|
22
22
|
"name": "DeleteConfigurationManager",
|
|
23
23
|
"description": "Grants permission to delete a configuration manager",
|
|
24
24
|
"accessLevel": "Write",
|
|
25
|
-
"resourceTypes": [
|
|
25
|
+
"resourceTypes": [
|
|
26
|
+
{
|
|
27
|
+
"name": "configuration-manager",
|
|
28
|
+
"required": true,
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"conditionKeys": [],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
},
|
|
36
|
+
"getconfiguration": {
|
|
37
|
+
"name": "GetConfiguration",
|
|
38
|
+
"description": "Grants permission to get Quick Setup configuration",
|
|
39
|
+
"accessLevel": "Read",
|
|
40
|
+
"resourceTypes": [
|
|
41
|
+
{
|
|
42
|
+
"name": "configuration-manager",
|
|
43
|
+
"required": false,
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
}
|
|
47
|
+
],
|
|
26
48
|
"conditionKeys": [],
|
|
27
49
|
"dependentActions": []
|
|
28
50
|
},
|
|
@@ -30,7 +52,14 @@
|
|
|
30
52
|
"name": "GetConfigurationManager",
|
|
31
53
|
"description": "Grants permission to get a configuration manager",
|
|
32
54
|
"accessLevel": "Read",
|
|
33
|
-
"resourceTypes": [
|
|
55
|
+
"resourceTypes": [
|
|
56
|
+
{
|
|
57
|
+
"name": "configuration-manager",
|
|
58
|
+
"required": true,
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
}
|
|
62
|
+
],
|
|
34
63
|
"conditionKeys": [],
|
|
35
64
|
"dependentActions": []
|
|
36
65
|
},
|
|
@@ -50,6 +79,21 @@
|
|
|
50
79
|
"conditionKeys": [],
|
|
51
80
|
"dependentActions": []
|
|
52
81
|
},
|
|
82
|
+
"listconfigurations": {
|
|
83
|
+
"name": "ListConfigurations",
|
|
84
|
+
"description": "Grants permission to list Quick Setup configurations",
|
|
85
|
+
"accessLevel": "List",
|
|
86
|
+
"resourceTypes": [
|
|
87
|
+
{
|
|
88
|
+
"name": "configuration-manager",
|
|
89
|
+
"required": false,
|
|
90
|
+
"conditionKeys": [],
|
|
91
|
+
"dependentActions": []
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"conditionKeys": [],
|
|
95
|
+
"dependentActions": []
|
|
96
|
+
},
|
|
53
97
|
"listquicksetuptypes": {
|
|
54
98
|
"name": "ListQuickSetupTypes",
|
|
55
99
|
"description": "Grants permission to list the available Quick Setup types",
|
|
@@ -112,7 +156,14 @@
|
|
|
112
156
|
"name": "UpdateConfigurationDefinition",
|
|
113
157
|
"description": "Grants permission to update a Quick Setup configuration definition",
|
|
114
158
|
"accessLevel": "Write",
|
|
115
|
-
"resourceTypes": [
|
|
159
|
+
"resourceTypes": [
|
|
160
|
+
{
|
|
161
|
+
"name": "configuration-manager",
|
|
162
|
+
"required": true,
|
|
163
|
+
"conditionKeys": [],
|
|
164
|
+
"dependentActions": []
|
|
165
|
+
}
|
|
166
|
+
],
|
|
116
167
|
"conditionKeys": [],
|
|
117
168
|
"dependentActions": []
|
|
118
169
|
},
|
|
@@ -120,7 +171,14 @@
|
|
|
120
171
|
"name": "UpdateConfigurationManager",
|
|
121
172
|
"description": "Grants permission to update a Quick Setup configuration manager",
|
|
122
173
|
"accessLevel": "Write",
|
|
123
|
-
"resourceTypes": [
|
|
174
|
+
"resourceTypes": [
|
|
175
|
+
{
|
|
176
|
+
"name": "configuration-manager",
|
|
177
|
+
"required": true,
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
}
|
|
181
|
+
],
|
|
124
182
|
"conditionKeys": [],
|
|
125
183
|
"dependentActions": []
|
|
126
184
|
},
|
package/data/actions/ssm.json
CHANGED
|
@@ -986,6 +986,14 @@
|
|
|
986
986
|
"conditionKeys": [],
|
|
987
987
|
"dependentActions": []
|
|
988
988
|
},
|
|
989
|
+
"executeapi": {
|
|
990
|
+
"name": "ExecuteAPI",
|
|
991
|
+
"description": "Grants permission to a Systems Manager delegated administrator to view related resource details about OpsItems across multiple AWS accounts in the AWS Management Console",
|
|
992
|
+
"accessLevel": "Read",
|
|
993
|
+
"resourceTypes": [],
|
|
994
|
+
"conditionKeys": [],
|
|
995
|
+
"dependentActions": []
|
|
996
|
+
},
|
|
989
997
|
"getautomationexecution": {
|
|
990
998
|
"name": "GetAutomationExecution",
|
|
991
999
|
"description": "Grants permission to view details of a specified Automation execution",
|
|
@@ -1110,6 +1118,14 @@
|
|
|
1110
1118
|
],
|
|
1111
1119
|
"dependentActions": []
|
|
1112
1120
|
},
|
|
1121
|
+
"getexecutionpreview": {
|
|
1122
|
+
"name": "GetExecutionPreview",
|
|
1123
|
+
"description": "Grants permission to retrieve an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources",
|
|
1124
|
+
"accessLevel": "Read",
|
|
1125
|
+
"resourceTypes": [],
|
|
1126
|
+
"conditionKeys": [],
|
|
1127
|
+
"dependentActions": []
|
|
1128
|
+
},
|
|
1113
1129
|
"getinventory": {
|
|
1114
1130
|
"name": "GetInventory",
|
|
1115
1131
|
"description": "Grants permission to view instance inventory details per the specified criteria",
|
|
@@ -1504,6 +1520,36 @@
|
|
|
1504
1520
|
"conditionKeys": [],
|
|
1505
1521
|
"dependentActions": []
|
|
1506
1522
|
},
|
|
1523
|
+
"listnodes": {
|
|
1524
|
+
"name": "ListNodes",
|
|
1525
|
+
"description": "Grants permission to view details about managed nodes based on specified filters",
|
|
1526
|
+
"accessLevel": "List",
|
|
1527
|
+
"resourceTypes": [
|
|
1528
|
+
{
|
|
1529
|
+
"name": "resourcedatasync",
|
|
1530
|
+
"required": true,
|
|
1531
|
+
"conditionKeys": [],
|
|
1532
|
+
"dependentActions": []
|
|
1533
|
+
}
|
|
1534
|
+
],
|
|
1535
|
+
"conditionKeys": [],
|
|
1536
|
+
"dependentActions": []
|
|
1537
|
+
},
|
|
1538
|
+
"listnodessummary": {
|
|
1539
|
+
"name": "ListNodesSummary",
|
|
1540
|
+
"description": "Grants permission to view summary information about managed nodes based on specified filters and aggregators",
|
|
1541
|
+
"accessLevel": "List",
|
|
1542
|
+
"resourceTypes": [
|
|
1543
|
+
{
|
|
1544
|
+
"name": "resourcedatasync",
|
|
1545
|
+
"required": true,
|
|
1546
|
+
"conditionKeys": [],
|
|
1547
|
+
"dependentActions": []
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"conditionKeys": [],
|
|
1551
|
+
"dependentActions": []
|
|
1552
|
+
},
|
|
1507
1553
|
"listopsitemevents": {
|
|
1508
1554
|
"name": "ListOpsItemEvents",
|
|
1509
1555
|
"description": "Grants permission to view details about OpsItemEvents",
|
|
@@ -2011,6 +2057,14 @@
|
|
|
2011
2057
|
],
|
|
2012
2058
|
"dependentActions": []
|
|
2013
2059
|
},
|
|
2060
|
+
"startexecutionpreview": {
|
|
2061
|
+
"name": "StartExecutionPreview",
|
|
2062
|
+
"description": "Grants permission to create a preview showing the effects that running a specified Automation runbook would have on the targeted resources",
|
|
2063
|
+
"accessLevel": "Read",
|
|
2064
|
+
"resourceTypes": [],
|
|
2065
|
+
"conditionKeys": [],
|
|
2066
|
+
"dependentActions": []
|
|
2067
|
+
},
|
|
2014
2068
|
"startsession": {
|
|
2015
2069
|
"name": "StartSession",
|
|
2016
2070
|
"description": "Grants permission to initiate a connection to a specified target for a Session Manager session",
|
|
@@ -2042,7 +2096,6 @@
|
|
|
2042
2096
|
}
|
|
2043
2097
|
],
|
|
2044
2098
|
"conditionKeys": [
|
|
2045
|
-
"ssm:SessionDocumentAccessCheck",
|
|
2046
2099
|
"ssm:resourceTag/${TagKey}",
|
|
2047
2100
|
"aws:ResourceTag/${TagKey}"
|
|
2048
2101
|
],
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"bcm-pricing-calculator:bill-estimatebillestimateid": {
|
|
18
|
+
"key": "bcm-pricing-calculator:bill-estimateBillEstimateId",
|
|
19
|
+
"description": "bill-estimate resource billEstimateId identifier",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"bcm-pricing-calculator:bill-scenariobillscenarioid": {
|
|
23
|
+
"key": "bcm-pricing-calculator:bill-scenarioBillScenarioId",
|
|
24
|
+
"description": "bill-scenario resource billScenarioId identifier",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"bcm-pricing-calculator:workload-estimateworkloadestimateid": {
|
|
28
|
+
"key": "bcm-pricing-calculator:workload-estimateWorkloadEstimateId",
|
|
29
|
+
"description": "workload-estimate resource workloadEstimateId identifier",
|
|
30
|
+
"type": "String"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by using tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"connect:assignmenttype": {
|
|
18
|
+
"key": "connect:AssignmentType",
|
|
19
|
+
"description": "Filters access by restricting access to create contacts based on Assignment Type",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
17
22
|
"connect:attributetype": {
|
|
18
23
|
"key": "connect:AttributeType",
|
|
19
24
|
"description": "Filters access by the attribute type of the Amazon Connect instance",
|
|
@@ -19,6 +19,21 @@
|
|
|
19
19
|
"description": "Filters access by the mode of the client for IoT Tunnel",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"iot:commandexecutionparameterboolean/${commandparametername}": {
|
|
23
|
+
"key": "iot:CommandExecutionParameterBoolean/${CommandParameterName}",
|
|
24
|
+
"description": "Filters access by the command parameter name and boolean value",
|
|
25
|
+
"type": "Bool"
|
|
26
|
+
},
|
|
27
|
+
"iot:commandexecutionparameternumber/${commandparametername}": {
|
|
28
|
+
"key": "iot:CommandExecutionParameterNumber/${CommandParameterName}",
|
|
29
|
+
"description": "Filters access by the command parameter name and numeric value",
|
|
30
|
+
"type": "Numeric"
|
|
31
|
+
},
|
|
32
|
+
"iot:commandexecutionparameterstring/${commandparametername}": {
|
|
33
|
+
"key": "iot:CommandExecutionParameterString/${CommandParameterName}",
|
|
34
|
+
"description": "Filters access by the command parameter name and string value",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
22
37
|
"iot:delete": {
|
|
23
38
|
"key": "iot:Delete",
|
|
24
39
|
"description": "Filters access by a flag indicating whether or not to also delete an IoT Tunnel immediately when making iot:CloseTunnel request",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by campaign destination ARN, eg. an S3 bucket ARN or a Timestream ARN",
|
|
20
20
|
"type": "ARN"
|
|
21
21
|
},
|
|
22
|
+
"iotfleetwise:signals": {
|
|
23
|
+
"key": "iotfleetwise:Signals",
|
|
24
|
+
"description": "Filters access by fully qualified signal names",
|
|
25
|
+
"type": "ArrayOfString"
|
|
26
|
+
},
|
|
22
27
|
"iotfleetwise:updatetodecodermanifestarn": {
|
|
23
28
|
"key": "iotfleetwise:UpdateToDecoderManifestArn",
|
|
24
29
|
"description": "Filters access by a list of IoT FleetWise Decoder Manifest ARNs",
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by tag keys",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"identitystore:groupid": {
|
|
18
|
+
"key": "identitystore:GroupId",
|
|
19
|
+
"description": "Filters access by IdentityStore group ARN",
|
|
20
|
+
"type": "ARN"
|
|
21
|
+
},
|
|
17
22
|
"quicksight:allowedembeddingdomains": {
|
|
18
23
|
"key": "quicksight:AllowedEmbeddingDomains",
|
|
19
24
|
"description": "Filters access by the allowed embedding domains",
|
|
@@ -29,6 +34,11 @@
|
|
|
29
34
|
"description": "Filters access by the edition of QuickSight",
|
|
30
35
|
"type": "String"
|
|
31
36
|
},
|
|
37
|
+
"quicksight:group": {
|
|
38
|
+
"key": "quicksight:Group",
|
|
39
|
+
"description": "Filters access by QuickSight group ARN",
|
|
40
|
+
"type": "ARN"
|
|
41
|
+
},
|
|
32
42
|
"quicksight:iamarn": {
|
|
33
43
|
"key": "quicksight:IamArn",
|
|
34
44
|
"description": "Filters access by IAM user or role ARN",
|
|
@@ -59,6 +59,11 @@
|
|
|
59
59
|
"description": "Filters access by a specific job suspended cause (for example, AWAITING_CONFIRMATION) to cancelling suspended jobs",
|
|
60
60
|
"type": "String"
|
|
61
61
|
},
|
|
62
|
+
"s3:objectcreationoperation": {
|
|
63
|
+
"key": "s3:ObjectCreationOperation",
|
|
64
|
+
"description": "Filters access by whether or not the operation creates an object",
|
|
65
|
+
"type": "Bool"
|
|
66
|
+
},
|
|
62
67
|
"s3:requestjoboperation": {
|
|
63
68
|
"key": "s3:RequestJobOperation",
|
|
64
69
|
"description": "Filters access by operation to creating jobs",
|
|
@@ -104,6 +109,16 @@
|
|
|
104
109
|
"description": "Filters access by a specific replication destination region for targeted buckets of the AWS FIS action aws:s3:bucket-pause-replication",
|
|
105
110
|
"type": "String"
|
|
106
111
|
},
|
|
112
|
+
"s3:if-match": {
|
|
113
|
+
"key": "s3:if-match",
|
|
114
|
+
"description": "Filters access by the request's 'If-Match' conditional header",
|
|
115
|
+
"type": "String"
|
|
116
|
+
},
|
|
117
|
+
"s3:if-none-match": {
|
|
118
|
+
"key": "s3:if-none-match",
|
|
119
|
+
"description": "Filters access by the request's 'If-None-Match' conditional header",
|
|
120
|
+
"type": "String"
|
|
121
|
+
},
|
|
107
122
|
"s3:isreplicationpauserequest": {
|
|
108
123
|
"key": "s3:isReplicationPauseRequest",
|
|
109
124
|
"description": "Filters access by request made via AWS FIS action aws:s3:bucket-pause-replication",
|
|
@@ -44,11 +44,6 @@
|
|
|
44
44
|
"description": "Filters access by Systems Manager parameters created in a hierarchical structure",
|
|
45
45
|
"type": "String"
|
|
46
46
|
},
|
|
47
|
-
"ssm:sessiondocumentaccesscheck": {
|
|
48
|
-
"key": "ssm:SessionDocumentAccessCheck",
|
|
49
|
-
"description": "Filters access by verifying that a user has permission to access either the default Session Manager configuration document or the custom configuration document specified in a request",
|
|
50
|
-
"type": "Bool"
|
|
51
|
-
},
|
|
52
47
|
"ssm:sourceinstancearn": {
|
|
53
48
|
"key": "ssm:SourceInstanceARN",
|
|
54
49
|
"description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bill-estimate": {
|
|
3
|
+
"key": "bill-estimate",
|
|
4
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-estimate/${BillEstimateId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"bcm-pricing-calculator:bill-estimateBillEstimateId"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"bill-scenario": {
|
|
10
|
+
"key": "bill-scenario",
|
|
11
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-scenario/${BillScenarioId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"bcm-pricing-calculator:bill-scenarioBillScenarioId"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"workload-estimate": {
|
|
17
|
+
"key": "workload-estimate",
|
|
18
|
+
"arn": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:workload-estimate/${WorkloadEstimateId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -2,5 +2,9 @@
|
|
|
2
2
|
"chatbotconfiguration": {
|
|
3
3
|
"key": "ChatbotConfiguration",
|
|
4
4
|
"arn": "arn:${Partition}:chatbot::${Account}:chat-configuration/${ConfigurationType}/${ChatbotConfigurationName}"
|
|
5
|
+
},
|
|
6
|
+
"custom-action": {
|
|
7
|
+
"key": "custom-action",
|
|
8
|
+
"arn": "arn:${Partition}:chatbot::${Account}:custom-action/${ActionName}"
|
|
5
9
|
}
|
|
6
10
|
}
|
|
@@ -19,5 +19,12 @@
|
|
|
19
19
|
"conditionKeys": [
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
22
|
+
},
|
|
23
|
+
"dashboard": {
|
|
24
|
+
"key": "dashboard",
|
|
25
|
+
"arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:dashboard/${DashboardName}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
22
29
|
}
|
|
23
30
|
}
|
|
@@ -201,5 +201,12 @@
|
|
|
201
201
|
"conditionKeys": [
|
|
202
202
|
"aws:ResourceTag/${TagKey}"
|
|
203
203
|
]
|
|
204
|
+
},
|
|
205
|
+
"command": {
|
|
206
|
+
"key": "command",
|
|
207
|
+
"arn": "arn:${Partition}:iot:${Region}:${Account}:command/${CommandId}",
|
|
208
|
+
"conditionKeys": [
|
|
209
|
+
"aws:ResourceTag/${TagKey}"
|
|
210
|
+
]
|
|
204
211
|
}
|
|
205
212
|
}
|
|
@@ -40,5 +40,12 @@
|
|
|
40
40
|
"conditionKeys": [
|
|
41
41
|
"aws:ResourceTag/${TagKey}"
|
|
42
42
|
]
|
|
43
|
+
},
|
|
44
|
+
"statetemplate": {
|
|
45
|
+
"key": "statetemplate",
|
|
46
|
+
"arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:state-template/${StateTemplateId}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
43
50
|
}
|
|
44
51
|
}
|
|
@@ -40,5 +40,12 @@
|
|
|
40
40
|
"conditionKeys": [
|
|
41
41
|
"aws:ResourceTag/${TagKey}"
|
|
42
42
|
]
|
|
43
|
+
},
|
|
44
|
+
"event-triggers": {
|
|
45
|
+
"key": "event-triggers",
|
|
46
|
+
"arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/event-triggers/${EventTriggerName}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
43
50
|
}
|
|
44
51
|
}
|
|
@@ -118,5 +118,19 @@
|
|
|
118
118
|
"conditionKeys": [
|
|
119
119
|
"aws:ResourceTag/${TagKey}"
|
|
120
120
|
]
|
|
121
|
+
},
|
|
122
|
+
"brand": {
|
|
123
|
+
"key": "brand",
|
|
124
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:brand/${ResourceId}",
|
|
125
|
+
"conditionKeys": [
|
|
126
|
+
"aws:ResourceTag/${TagKey}"
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"custompermissions": {
|
|
130
|
+
"key": "custompermissions",
|
|
131
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:custompermissions/${ResourceId}",
|
|
132
|
+
"conditionKeys": [
|
|
133
|
+
"aws:ResourceTag/${TagKey}"
|
|
134
|
+
]
|
|
121
135
|
}
|
|
122
136
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"configuration-manager": {
|
|
3
3
|
"key": "configuration-manager",
|
|
4
|
-
"arn": "arn:${Partition}:ssm-quicksetup
|
|
4
|
+
"arn": "arn:${Partition}:ssm-quicksetup:${Region}:${Account}:configuration-manager/${ConfigurationManagerId}",
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
package/data/serviceNames.json
CHANGED
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"backup-storage": "AWS Backup storage",
|
|
47
47
|
"batch": "AWS Batch",
|
|
48
48
|
"bcm-data-exports": "AWS Billing And Cost Management Data Exports",
|
|
49
|
+
"bcm-pricing-calculator": "AWS Billing And Cost Management Pricing Calculator",
|
|
49
50
|
"bedrock": "Amazon Bedrock",
|
|
50
51
|
"billing": "AWS Billing",
|
|
51
52
|
"billingconductor": "AWS Billing Conductor",
|
package/data/services.json
CHANGED
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.202411251",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-25T04:47:16.782Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|