iamdata 0.1.202505151__py3-none-any.whl → 0.1.202505171__py3-none-any.whl
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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/backup-search.json +1 -0
- iamdata/data/actions/codebuild.json +367 -12
- iamdata/data/actions/codepipeline.json +15 -0
- iamdata/data/actions/events.json +24 -0
- iamdata/data/actions/medical-imaging.json +45 -0
- iamdata/data/actions/profile.json +102 -0
- iamdata/data/actions/resiliencehub.json +19 -5
- iamdata/data/actions/ssm.json +1 -0
- iamdata/data/actions/support.json +16 -0
- iamdata/data/actions/transform.json +86 -0
- iamdata/data/conditionKeys/codebuild.json +550 -0
- iamdata/data/conditionKeys/dsql.json +2 -2
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/conditionKeys/transform.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/events.json +8 -0
- iamdata/data/resourceTypes/profile.json +7 -0
- iamdata/data/resourceTypes/transform.json +6 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/RECORD +24 -21
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -180,7 +180,21 @@
|
|
|
180
180
|
],
|
|
181
181
|
"conditionKeys": [
|
|
182
182
|
"aws:RequestTag/${TagKey}",
|
|
183
|
-
"aws:TagKeys"
|
|
183
|
+
"aws:TagKeys",
|
|
184
|
+
"codebuild:imageId",
|
|
185
|
+
"codebuild:computeType",
|
|
186
|
+
"codebuild:vpcConfig",
|
|
187
|
+
"codebuild:vpcConfig.vpcId",
|
|
188
|
+
"codebuild:vpcConfig.securityGroupIds",
|
|
189
|
+
"codebuild:vpcConfig.subnets",
|
|
190
|
+
"codebuild:computeConfiguration",
|
|
191
|
+
"codebuild:computeConfiguration.disk",
|
|
192
|
+
"codebuild:computeConfiguration.instanceType",
|
|
193
|
+
"codebuild:computeConfiguration.machineType",
|
|
194
|
+
"codebuild:computeConfiguration.memory",
|
|
195
|
+
"codebuild:computeConfiguration.vCpu",
|
|
196
|
+
"codebuild:environmentType",
|
|
197
|
+
"codebuild:fleetServiceRole"
|
|
184
198
|
],
|
|
185
199
|
"dependentActions": []
|
|
186
200
|
},
|
|
@@ -198,7 +212,91 @@
|
|
|
198
212
|
],
|
|
199
213
|
"conditionKeys": [
|
|
200
214
|
"aws:RequestTag/${TagKey}",
|
|
201
|
-
"aws:TagKeys"
|
|
215
|
+
"aws:TagKeys",
|
|
216
|
+
"codebuild:autoRetryLimit",
|
|
217
|
+
"codebuild:concurrentBuildLimit",
|
|
218
|
+
"codebuild:artifacts",
|
|
219
|
+
"codebuild:artifacts.bucketOwnerAccess",
|
|
220
|
+
"codebuild:artifacts.encryptionDisabled",
|
|
221
|
+
"codebuild:artifacts.location",
|
|
222
|
+
"codebuild:secondaryArtifacts",
|
|
223
|
+
"codebuild:secondaryArtifacts.artifactIdentifier",
|
|
224
|
+
"codebuild:secondaryArtifacts.bucketOwnerAccess",
|
|
225
|
+
"codebuild:secondaryArtifacts.encryptionDisabled",
|
|
226
|
+
"codebuild:secondaryArtifacts.location",
|
|
227
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.bucketOwnerAccess",
|
|
228
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.encryptionDisabled",
|
|
229
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.location",
|
|
230
|
+
"codebuild:source",
|
|
231
|
+
"codebuild:source.buildStatusConfig.targetUrl",
|
|
232
|
+
"codebuild:source.buildStatusConfig.context",
|
|
233
|
+
"codebuild:source.location",
|
|
234
|
+
"codebuild:source.insecureSsl",
|
|
235
|
+
"codebuild:source.buildspec",
|
|
236
|
+
"codebuild:source.auth.resource",
|
|
237
|
+
"codebuild:source.auth.type",
|
|
238
|
+
"codebuild:secondarySources",
|
|
239
|
+
"codebuild:secondarySources.sourceIdentifier",
|
|
240
|
+
"codebuild:secondarySources.buildStatusConfig.targetUrl",
|
|
241
|
+
"codebuild:secondarySources.buildStatusConfig.context",
|
|
242
|
+
"codebuild:secondarySources.location",
|
|
243
|
+
"codebuild:secondarySources.auth.resource",
|
|
244
|
+
"codebuild:secondarySources.auth.type",
|
|
245
|
+
"codebuild:secondarySources.buildspec",
|
|
246
|
+
"codebuild:secondarySources.insecureSsl",
|
|
247
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.targetUrl",
|
|
248
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.context",
|
|
249
|
+
"codebuild:secondarySources/${sourceIdentifier}.location",
|
|
250
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.resource",
|
|
251
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.type",
|
|
252
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildspec",
|
|
253
|
+
"codebuild:secondarySources/${sourceIdentifier}.insecureSsl",
|
|
254
|
+
"codebuild:logsConfig",
|
|
255
|
+
"codebuild:logsConfig.s3Logs",
|
|
256
|
+
"codebuild:logsConfig.s3Logs.bucketOwnerAccess",
|
|
257
|
+
"codebuild:logsConfig.s3Logs.encryptionDisabled",
|
|
258
|
+
"codebuild:logsConfig.s3Logs.location",
|
|
259
|
+
"codebuild:logsConfig.s3Logs.status",
|
|
260
|
+
"codebuild:fileSystemLocations.identifier",
|
|
261
|
+
"codebuild:fileSystemLocations.type",
|
|
262
|
+
"codebuild:fileSystemLocations.location",
|
|
263
|
+
"codebuild:fileSystemLocations/${identifier}.type",
|
|
264
|
+
"codebuild:fileSystemLocations/${identifier}.location",
|
|
265
|
+
"codebuild:buildBatchConfig",
|
|
266
|
+
"codebuild:buildBatchConfig.serviceRole",
|
|
267
|
+
"codebuild:buildBatchConfig.restrictions.computeTypesAllowed",
|
|
268
|
+
"codebuild:buildBatchConfig.restrictions.fleetsAllowed",
|
|
269
|
+
"codebuild:vpcConfig",
|
|
270
|
+
"codebuild:vpcConfig.subnets",
|
|
271
|
+
"codebuild:vpcConfig.vpcId",
|
|
272
|
+
"codebuild:vpcConfig.securityGroupIds",
|
|
273
|
+
"codebuild:environment",
|
|
274
|
+
"codebuild:environment.type",
|
|
275
|
+
"codebuild:environment.fleet.fleetArn",
|
|
276
|
+
"codebuild:environment.computeType",
|
|
277
|
+
"codebuild:environment.image",
|
|
278
|
+
"codebuild:environment.imagePullCredentialsType",
|
|
279
|
+
"codebuild:environment.privilegedMode",
|
|
280
|
+
"codebuild:environment.certificate",
|
|
281
|
+
"codebuild:environment.computeConfiguration",
|
|
282
|
+
"codebuild:environment.computeConfiguration.disk",
|
|
283
|
+
"codebuild:environment.computeConfiguration.instanceType",
|
|
284
|
+
"codebuild:environment.computeConfiguration.machineType",
|
|
285
|
+
"codebuild:environment.computeConfiguration.memory",
|
|
286
|
+
"codebuild:environment.computeConfiguration.vCpu",
|
|
287
|
+
"codebuild:environment.environmentVariables",
|
|
288
|
+
"codebuild:environment.environmentVariables.name",
|
|
289
|
+
"codebuild:environment.environmentVariables.value",
|
|
290
|
+
"codebuild:environment.environmentVariables/${name}.value",
|
|
291
|
+
"codebuild:environment.registryCredential",
|
|
292
|
+
"codebuild:environment.registryCredential.credential",
|
|
293
|
+
"codebuild:environment.registryCredential.credentialProvider",
|
|
294
|
+
"codebuild:encryptionKey",
|
|
295
|
+
"codebuild:cache",
|
|
296
|
+
"codebuild:cache.type",
|
|
297
|
+
"codebuild:cache.location",
|
|
298
|
+
"codebuild:cache.modes",
|
|
299
|
+
"codebuild:serviceRole"
|
|
202
300
|
],
|
|
203
301
|
"dependentActions": []
|
|
204
302
|
},
|
|
@@ -232,7 +330,12 @@
|
|
|
232
330
|
],
|
|
233
331
|
"conditionKeys": [
|
|
234
332
|
"aws:RequestTag/${TagKey}",
|
|
235
|
-
"aws:TagKeys"
|
|
333
|
+
"aws:TagKeys",
|
|
334
|
+
"codebuild:exportConfig.s3Destination.bucket",
|
|
335
|
+
"codebuild:exportConfig.s3Destination.bucketOwner",
|
|
336
|
+
"codebuild:exportConfig.s3Destination.encryptionKey",
|
|
337
|
+
"codebuild:exportConfig.s3Destination.encryptionDisabled",
|
|
338
|
+
"codebuild:exportConfig.s3Destination.path"
|
|
236
339
|
],
|
|
237
340
|
"dependentActions": []
|
|
238
341
|
},
|
|
@@ -248,7 +351,13 @@
|
|
|
248
351
|
"dependentActions": []
|
|
249
352
|
}
|
|
250
353
|
],
|
|
251
|
-
"conditionKeys": [
|
|
354
|
+
"conditionKeys": [
|
|
355
|
+
"codebuild:buildType",
|
|
356
|
+
"codebuild:manualCreation",
|
|
357
|
+
"codebuild:scopeConfiguration.domain",
|
|
358
|
+
"codebuild:scopeConfiguration.name",
|
|
359
|
+
"codebuild:scopeConfiguration.scope"
|
|
360
|
+
],
|
|
252
361
|
"dependentActions": []
|
|
253
362
|
},
|
|
254
363
|
"deletebuildbatch": {
|
|
@@ -450,7 +559,13 @@
|
|
|
450
559
|
"description": "Grants permission to import the source repository credentials for an AWS CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository",
|
|
451
560
|
"accessLevel": "Write",
|
|
452
561
|
"resourceTypes": [],
|
|
453
|
-
"conditionKeys": [
|
|
562
|
+
"conditionKeys": [
|
|
563
|
+
"codebuild:authType",
|
|
564
|
+
"codebuild:serverType",
|
|
565
|
+
"codebuild:shouldOverwrite",
|
|
566
|
+
"codebuild:token",
|
|
567
|
+
"codebuild:username"
|
|
568
|
+
],
|
|
454
569
|
"dependentActions": []
|
|
455
570
|
},
|
|
456
571
|
"invalidateprojectcache": {
|
|
@@ -721,7 +836,72 @@
|
|
|
721
836
|
"dependentActions": []
|
|
722
837
|
}
|
|
723
838
|
],
|
|
724
|
-
"conditionKeys": [
|
|
839
|
+
"conditionKeys": [
|
|
840
|
+
"codebuild:autoRetryLimit",
|
|
841
|
+
"codebuild:artifacts",
|
|
842
|
+
"codebuild:artifacts.bucketOwnerAccess",
|
|
843
|
+
"codebuild:artifacts.encryptionDisabled",
|
|
844
|
+
"codebuild:artifacts.location",
|
|
845
|
+
"codebuild:secondaryArtifacts",
|
|
846
|
+
"codebuild:secondaryArtifacts.artifactIdentifier",
|
|
847
|
+
"codebuild:secondaryArtifacts.bucketOwnerAccess",
|
|
848
|
+
"codebuild:secondaryArtifacts.encryptionDisabled",
|
|
849
|
+
"codebuild:secondaryArtifacts.location",
|
|
850
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.bucketOwnerAccess",
|
|
851
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.encryptionDisabled",
|
|
852
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.location",
|
|
853
|
+
"codebuild:source",
|
|
854
|
+
"codebuild:source.buildStatusConfig.targetUrl",
|
|
855
|
+
"codebuild:source.buildStatusConfig.context",
|
|
856
|
+
"codebuild:source.location",
|
|
857
|
+
"codebuild:source.insecureSsl",
|
|
858
|
+
"codebuild:source.buildspec",
|
|
859
|
+
"codebuild:source.auth.resource",
|
|
860
|
+
"codebuild:source.auth.type",
|
|
861
|
+
"codebuild:secondarySources",
|
|
862
|
+
"codebuild:secondarySources.sourceIdentifier",
|
|
863
|
+
"codebuild:secondarySources.buildStatusConfig.targetUrl",
|
|
864
|
+
"codebuild:secondarySources.buildStatusConfig.context",
|
|
865
|
+
"codebuild:secondarySources.location",
|
|
866
|
+
"codebuild:secondarySources.auth.resource",
|
|
867
|
+
"codebuild:secondarySources.auth.type",
|
|
868
|
+
"codebuild:secondarySources.buildspec",
|
|
869
|
+
"codebuild:secondarySources.insecureSsl",
|
|
870
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.targetUrl",
|
|
871
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.context",
|
|
872
|
+
"codebuild:secondarySources/${sourceIdentifier}.location",
|
|
873
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.resource",
|
|
874
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.type",
|
|
875
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildspec",
|
|
876
|
+
"codebuild:secondarySources/${sourceIdentifier}.insecureSsl",
|
|
877
|
+
"codebuild:logsConfig",
|
|
878
|
+
"codebuild:logsConfig.s3Logs",
|
|
879
|
+
"codebuild:logsConfig.s3Logs.bucketOwnerAccess",
|
|
880
|
+
"codebuild:logsConfig.s3Logs.encryptionDisabled",
|
|
881
|
+
"codebuild:logsConfig.s3Logs.location",
|
|
882
|
+
"codebuild:logsConfig.s3Logs.status",
|
|
883
|
+
"codebuild:environment",
|
|
884
|
+
"codebuild:environment.type",
|
|
885
|
+
"codebuild:environment.fleet.fleetArn",
|
|
886
|
+
"codebuild:environment.computeType",
|
|
887
|
+
"codebuild:environment.image",
|
|
888
|
+
"codebuild:environment.imagePullCredentialsType",
|
|
889
|
+
"codebuild:environment.privilegedMode",
|
|
890
|
+
"codebuild:environment.certificate",
|
|
891
|
+
"codebuild:environment.environmentVariables",
|
|
892
|
+
"codebuild:environment.environmentVariables.name",
|
|
893
|
+
"codebuild:environment.environmentVariables.value",
|
|
894
|
+
"codebuild:environment.environmentVariables/${name}.value",
|
|
895
|
+
"codebuild:environment.registryCredential",
|
|
896
|
+
"codebuild:environment.registryCredential.credential",
|
|
897
|
+
"codebuild:environment.registryCredential.credentialProvider",
|
|
898
|
+
"codebuild:encryptionKey",
|
|
899
|
+
"codebuild:cache",
|
|
900
|
+
"codebuild:cache.type",
|
|
901
|
+
"codebuild:cache.location",
|
|
902
|
+
"codebuild:cache.modes",
|
|
903
|
+
"codebuild:serviceRole"
|
|
904
|
+
],
|
|
725
905
|
"dependentActions": []
|
|
726
906
|
},
|
|
727
907
|
"startbuildbatch": {
|
|
@@ -736,7 +916,72 @@
|
|
|
736
916
|
"dependentActions": []
|
|
737
917
|
}
|
|
738
918
|
],
|
|
739
|
-
"conditionKeys": [
|
|
919
|
+
"conditionKeys": [
|
|
920
|
+
"codebuild:artifacts",
|
|
921
|
+
"codebuild:artifacts.bucketOwnerAccess",
|
|
922
|
+
"codebuild:artifacts.encryptionDisabled",
|
|
923
|
+
"codebuild:artifacts.location",
|
|
924
|
+
"codebuild:secondaryArtifacts",
|
|
925
|
+
"codebuild:secondaryArtifacts.artifactIdentifier",
|
|
926
|
+
"codebuild:secondaryArtifacts.bucketOwnerAccess",
|
|
927
|
+
"codebuild:secondaryArtifacts.encryptionDisabled",
|
|
928
|
+
"codebuild:secondaryArtifacts.location",
|
|
929
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.bucketOwnerAccess",
|
|
930
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.encryptionDisabled",
|
|
931
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.location",
|
|
932
|
+
"codebuild:source",
|
|
933
|
+
"codebuild:source.location",
|
|
934
|
+
"codebuild:source.insecureSsl",
|
|
935
|
+
"codebuild:source.buildspec",
|
|
936
|
+
"codebuild:source.auth.resource",
|
|
937
|
+
"codebuild:source.auth.type",
|
|
938
|
+
"codebuild:secondarySources",
|
|
939
|
+
"codebuild:secondarySources.sourceIdentifier",
|
|
940
|
+
"codebuild:secondarySources.buildStatusConfig.targetUrl",
|
|
941
|
+
"codebuild:secondarySources.buildStatusConfig.context",
|
|
942
|
+
"codebuild:secondarySources.location",
|
|
943
|
+
"codebuild:secondarySources.auth.resource",
|
|
944
|
+
"codebuild:secondarySources.auth.type",
|
|
945
|
+
"codebuild:secondarySources.buildspec",
|
|
946
|
+
"codebuild:secondarySources.insecureSsl",
|
|
947
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.targetUrl",
|
|
948
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.context",
|
|
949
|
+
"codebuild:secondarySources/${sourceIdentifier}.location",
|
|
950
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.resource",
|
|
951
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.type",
|
|
952
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildspec",
|
|
953
|
+
"codebuild:secondarySources/${sourceIdentifier}.insecureSsl",
|
|
954
|
+
"codebuild:logsConfig",
|
|
955
|
+
"codebuild:logsConfig.s3Logs",
|
|
956
|
+
"codebuild:logsConfig.s3Logs.bucketOwnerAccess",
|
|
957
|
+
"codebuild:logsConfig.s3Logs.encryptionDisabled",
|
|
958
|
+
"codebuild:logsConfig.s3Logs.location",
|
|
959
|
+
"codebuild:logsConfig.s3Logs.status",
|
|
960
|
+
"codebuild:buildBatchConfig",
|
|
961
|
+
"codebuild:buildBatchConfig.serviceRole",
|
|
962
|
+
"codebuild:buildBatchConfig.restrictions.computeTypesAllowed",
|
|
963
|
+
"codebuild:buildBatchConfig.restrictions.fleetsAllowed",
|
|
964
|
+
"codebuild:environment",
|
|
965
|
+
"codebuild:environment.type",
|
|
966
|
+
"codebuild:environment.computeType",
|
|
967
|
+
"codebuild:environment.image",
|
|
968
|
+
"codebuild:environment.imagePullCredentialsType",
|
|
969
|
+
"codebuild:environment.privilegedMode",
|
|
970
|
+
"codebuild:environment.certificate",
|
|
971
|
+
"codebuild:environment.environmentVariables",
|
|
972
|
+
"codebuild:environment.environmentVariables.name",
|
|
973
|
+
"codebuild:environment.environmentVariables.value",
|
|
974
|
+
"codebuild:environment.environmentVariables/${name}.value",
|
|
975
|
+
"codebuild:environment.registryCredential",
|
|
976
|
+
"codebuild:environment.registryCredential.credential",
|
|
977
|
+
"codebuild:environment.registryCredential.credentialProvider",
|
|
978
|
+
"codebuild:encryptionKey",
|
|
979
|
+
"codebuild:cache",
|
|
980
|
+
"codebuild:cache.type",
|
|
981
|
+
"codebuild:cache.location",
|
|
982
|
+
"codebuild:cache.modes",
|
|
983
|
+
"codebuild:serviceRole"
|
|
984
|
+
],
|
|
740
985
|
"dependentActions": []
|
|
741
986
|
},
|
|
742
987
|
"startcommandexecution": {
|
|
@@ -843,7 +1088,21 @@
|
|
|
843
1088
|
],
|
|
844
1089
|
"conditionKeys": [
|
|
845
1090
|
"aws:RequestTag/${TagKey}",
|
|
846
|
-
"aws:TagKeys"
|
|
1091
|
+
"aws:TagKeys",
|
|
1092
|
+
"codebuild:imageId",
|
|
1093
|
+
"codebuild:computeType",
|
|
1094
|
+
"codebuild:vpcConfig",
|
|
1095
|
+
"codebuild:vpcConfig.vpcId",
|
|
1096
|
+
"codebuild:vpcConfig.securityGroupIds",
|
|
1097
|
+
"codebuild:vpcConfig.subnets",
|
|
1098
|
+
"codebuild:computeConfiguration",
|
|
1099
|
+
"codebuild:computeConfiguration.disk",
|
|
1100
|
+
"codebuild:computeConfiguration.instanceType",
|
|
1101
|
+
"codebuild:computeConfiguration.machineType",
|
|
1102
|
+
"codebuild:computeConfiguration.memory",
|
|
1103
|
+
"codebuild:computeConfiguration.vCpu",
|
|
1104
|
+
"codebuild:environmentType",
|
|
1105
|
+
"codebuild:fleetServiceRole"
|
|
847
1106
|
],
|
|
848
1107
|
"dependentActions": []
|
|
849
1108
|
},
|
|
@@ -861,7 +1120,91 @@
|
|
|
861
1120
|
],
|
|
862
1121
|
"conditionKeys": [
|
|
863
1122
|
"aws:RequestTag/${TagKey}",
|
|
864
|
-
"aws:TagKeys"
|
|
1123
|
+
"aws:TagKeys",
|
|
1124
|
+
"codebuild:autoRetryLimit",
|
|
1125
|
+
"codebuild:concurrentBuildLimit",
|
|
1126
|
+
"codebuild:artifacts",
|
|
1127
|
+
"codebuild:artifacts.bucketOwnerAccess",
|
|
1128
|
+
"codebuild:artifacts.encryptionDisabled",
|
|
1129
|
+
"codebuild:artifacts.location",
|
|
1130
|
+
"codebuild:secondaryArtifacts",
|
|
1131
|
+
"codebuild:secondaryArtifacts.artifactIdentifier",
|
|
1132
|
+
"codebuild:secondaryArtifacts.bucketOwnerAccess",
|
|
1133
|
+
"codebuild:secondaryArtifacts.encryptionDisabled",
|
|
1134
|
+
"codebuild:secondaryArtifacts.location",
|
|
1135
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.bucketOwnerAccess",
|
|
1136
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.encryptionDisabled",
|
|
1137
|
+
"codebuild:secondaryArtifacts/${artifactIdentifier}.location",
|
|
1138
|
+
"codebuild:source",
|
|
1139
|
+
"codebuild:source.buildStatusConfig.targetUrl",
|
|
1140
|
+
"codebuild:source.buildStatusConfig.context",
|
|
1141
|
+
"codebuild:source.location",
|
|
1142
|
+
"codebuild:source.insecureSsl",
|
|
1143
|
+
"codebuild:source.buildspec",
|
|
1144
|
+
"codebuild:source.auth.resource",
|
|
1145
|
+
"codebuild:source.auth.type",
|
|
1146
|
+
"codebuild:secondarySources",
|
|
1147
|
+
"codebuild:secondarySources.sourceIdentifier",
|
|
1148
|
+
"codebuild:secondarySources.buildStatusConfig.targetUrl",
|
|
1149
|
+
"codebuild:secondarySources.buildStatusConfig.context",
|
|
1150
|
+
"codebuild:secondarySources.location",
|
|
1151
|
+
"codebuild:secondarySources.auth.resource",
|
|
1152
|
+
"codebuild:secondarySources.auth.type",
|
|
1153
|
+
"codebuild:secondarySources.buildspec",
|
|
1154
|
+
"codebuild:secondarySources.insecureSsl",
|
|
1155
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.targetUrl",
|
|
1156
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildStatusConfig.context",
|
|
1157
|
+
"codebuild:secondarySources/${sourceIdentifier}.location",
|
|
1158
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.resource",
|
|
1159
|
+
"codebuild:secondarySources/${sourceIdentifier}.auth.type",
|
|
1160
|
+
"codebuild:secondarySources/${sourceIdentifier}.buildspec",
|
|
1161
|
+
"codebuild:secondarySources/${sourceIdentifier}.insecureSsl",
|
|
1162
|
+
"codebuild:logsConfig",
|
|
1163
|
+
"codebuild:logsConfig.s3Logs",
|
|
1164
|
+
"codebuild:logsConfig.s3Logs.bucketOwnerAccess",
|
|
1165
|
+
"codebuild:logsConfig.s3Logs.encryptionDisabled",
|
|
1166
|
+
"codebuild:logsConfig.s3Logs.location",
|
|
1167
|
+
"codebuild:logsConfig.s3Logs.status",
|
|
1168
|
+
"codebuild:fileSystemLocations.identifier",
|
|
1169
|
+
"codebuild:fileSystemLocations.type",
|
|
1170
|
+
"codebuild:fileSystemLocations.location",
|
|
1171
|
+
"codebuild:fileSystemLocations/${identifier}.type",
|
|
1172
|
+
"codebuild:fileSystemLocations/${identifier}.location",
|
|
1173
|
+
"codebuild:buildBatchConfig",
|
|
1174
|
+
"codebuild:buildBatchConfig.serviceRole",
|
|
1175
|
+
"codebuild:buildBatchConfig.restrictions.computeTypesAllowed",
|
|
1176
|
+
"codebuild:buildBatchConfig.restrictions.fleetsAllowed",
|
|
1177
|
+
"codebuild:vpcConfig",
|
|
1178
|
+
"codebuild:vpcConfig.subnets",
|
|
1179
|
+
"codebuild:vpcConfig.vpcId",
|
|
1180
|
+
"codebuild:vpcConfig.securityGroupIds",
|
|
1181
|
+
"codebuild:environment",
|
|
1182
|
+
"codebuild:environment.type",
|
|
1183
|
+
"codebuild:environment.fleet.fleetArn",
|
|
1184
|
+
"codebuild:environment.computeType",
|
|
1185
|
+
"codebuild:environment.image",
|
|
1186
|
+
"codebuild:environment.imagePullCredentialsType",
|
|
1187
|
+
"codebuild:environment.privilegedMode",
|
|
1188
|
+
"codebuild:environment.certificate",
|
|
1189
|
+
"codebuild:environment.computeConfiguration",
|
|
1190
|
+
"codebuild:environment.computeConfiguration.disk",
|
|
1191
|
+
"codebuild:environment.computeConfiguration.instanceType",
|
|
1192
|
+
"codebuild:environment.computeConfiguration.machineType",
|
|
1193
|
+
"codebuild:environment.computeConfiguration.memory",
|
|
1194
|
+
"codebuild:environment.computeConfiguration.vCpu",
|
|
1195
|
+
"codebuild:environment.environmentVariables",
|
|
1196
|
+
"codebuild:environment.environmentVariables.name",
|
|
1197
|
+
"codebuild:environment.environmentVariables.value",
|
|
1198
|
+
"codebuild:environment.environmentVariables/${name}.value",
|
|
1199
|
+
"codebuild:environment.registryCredential",
|
|
1200
|
+
"codebuild:environment.registryCredential.credential",
|
|
1201
|
+
"codebuild:environment.registryCredential.credentialProvider",
|
|
1202
|
+
"codebuild:encryptionKey",
|
|
1203
|
+
"codebuild:cache",
|
|
1204
|
+
"codebuild:cache.type",
|
|
1205
|
+
"codebuild:cache.location",
|
|
1206
|
+
"codebuild:cache.modes",
|
|
1207
|
+
"codebuild:serviceRole"
|
|
865
1208
|
],
|
|
866
1209
|
"dependentActions": []
|
|
867
1210
|
},
|
|
@@ -879,7 +1222,8 @@
|
|
|
879
1222
|
],
|
|
880
1223
|
"conditionKeys": [
|
|
881
1224
|
"aws:RequestTag/${TagKey}",
|
|
882
|
-
"aws:TagKeys"
|
|
1225
|
+
"aws:TagKeys",
|
|
1226
|
+
"codebuild:projectVisibility"
|
|
883
1227
|
],
|
|
884
1228
|
"dependentActions": []
|
|
885
1229
|
},
|
|
@@ -913,7 +1257,12 @@
|
|
|
913
1257
|
],
|
|
914
1258
|
"conditionKeys": [
|
|
915
1259
|
"aws:RequestTag/${TagKey}",
|
|
916
|
-
"aws:TagKeys"
|
|
1260
|
+
"aws:TagKeys",
|
|
1261
|
+
"codebuild:exportConfig.s3Destination.bucket",
|
|
1262
|
+
"codebuild:exportConfig.s3Destination.bucketOwner",
|
|
1263
|
+
"codebuild:exportConfig.s3Destination.encryptionKey",
|
|
1264
|
+
"codebuild:exportConfig.s3Destination.encryptionDisabled",
|
|
1265
|
+
"codebuild:exportConfig.s3Destination.path"
|
|
917
1266
|
],
|
|
918
1267
|
"dependentActions": []
|
|
919
1268
|
},
|
|
@@ -929,7 +1278,13 @@
|
|
|
929
1278
|
"dependentActions": []
|
|
930
1279
|
}
|
|
931
1280
|
],
|
|
932
|
-
"conditionKeys": [
|
|
1281
|
+
"conditionKeys": [
|
|
1282
|
+
"codebuild:buildType",
|
|
1283
|
+
"codebuild:manualCreation",
|
|
1284
|
+
"codebuild:scopeConfiguration.domain",
|
|
1285
|
+
"codebuild:scopeConfiguration.name",
|
|
1286
|
+
"codebuild:scopeConfiguration.scope"
|
|
1287
|
+
],
|
|
933
1288
|
"dependentActions": []
|
|
934
1289
|
}
|
|
935
1290
|
}
|
|
@@ -233,6 +233,21 @@
|
|
|
233
233
|
"conditionKeys": [],
|
|
234
234
|
"dependentActions": []
|
|
235
235
|
},
|
|
236
|
+
"listdeployactionexecutiontargets": {
|
|
237
|
+
"name": "ListDeployActionExecutionTargets",
|
|
238
|
+
"description": "Grants permission to list the deployment details for deploy action executions that have occurred in a pipeline",
|
|
239
|
+
"accessLevel": "Read",
|
|
240
|
+
"resourceTypes": [
|
|
241
|
+
{
|
|
242
|
+
"name": "pipeline",
|
|
243
|
+
"required": true,
|
|
244
|
+
"conditionKeys": [],
|
|
245
|
+
"dependentActions": []
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
},
|
|
236
251
|
"listpipelineexecutions": {
|
|
237
252
|
"name": "ListPipelineExecutions",
|
|
238
253
|
"description": "Grants permission to list a summary of the most recent executions for a pipeline",
|
iamdata/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": [],
|
|
@@ -270,6 +270,51 @@
|
|
|
270
270
|
"conditionKeys": [],
|
|
271
271
|
"dependentActions": []
|
|
272
272
|
},
|
|
273
|
+
"searchdicominstances": {
|
|
274
|
+
"name": "SearchDICOMInstances",
|
|
275
|
+
"description": "Grants permission to search dicom instances that returns data in DICOM JSON format",
|
|
276
|
+
"accessLevel": "Read",
|
|
277
|
+
"resourceTypes": [
|
|
278
|
+
{
|
|
279
|
+
"name": "datastore",
|
|
280
|
+
"required": true,
|
|
281
|
+
"conditionKeys": [],
|
|
282
|
+
"dependentActions": []
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
},
|
|
288
|
+
"searchdicomseries": {
|
|
289
|
+
"name": "SearchDICOMSeries",
|
|
290
|
+
"description": "Grants permission to search dicom series that returns data in DICOM JSON format",
|
|
291
|
+
"accessLevel": "Read",
|
|
292
|
+
"resourceTypes": [
|
|
293
|
+
{
|
|
294
|
+
"name": "datastore",
|
|
295
|
+
"required": true,
|
|
296
|
+
"conditionKeys": [],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"conditionKeys": [],
|
|
301
|
+
"dependentActions": []
|
|
302
|
+
},
|
|
303
|
+
"searchdicomstudies": {
|
|
304
|
+
"name": "SearchDICOMStudies",
|
|
305
|
+
"description": "Grants permission to search dicom studies that returns data in DICOM JSON format",
|
|
306
|
+
"accessLevel": "Read",
|
|
307
|
+
"resourceTypes": [
|
|
308
|
+
{
|
|
309
|
+
"name": "datastore",
|
|
310
|
+
"required": true,
|
|
311
|
+
"conditionKeys": [],
|
|
312
|
+
"dependentActions": []
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"conditionKeys": [],
|
|
316
|
+
"dependentActions": []
|
|
317
|
+
},
|
|
273
318
|
"searchimagesets": {
|
|
274
319
|
"name": "SearchImageSets",
|
|
275
320
|
"description": "Grants permission to search image sets",
|