docusaurus-theme-openapi-docs 0.0.0-402 → 0.0.0-403

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.
@@ -1,4802 +0,0 @@
1
- components:
2
- examples: {}
3
- headers: {}
4
- parameters: {}
5
- requestBodies: {}
6
- responses: {}
7
- securitySchemes:
8
- CustomAuthorizer:
9
- type: apiKey
10
- name: authorization
11
- in: header
12
- description: "The **authorization** value is a JSON Web Token (JWT), which you\
13
- \ can get through \n[a CSPM login request](/api/cloud/cspm/login#operation/app-login).\n"
14
- schemas:
15
- ErrorType:
16
- enum:
17
- - violation
18
- - cve
19
- type: string
20
- ErrorsInFileCount:
21
- properties:
22
- filePath:
23
- type: string
24
- errorsCount:
25
- type: number
26
- format: double
27
- openErrorsCount:
28
- type: number
29
- format: double
30
- suppressedErrorsCount:
31
- type: number
32
- format: double
33
- passedCount:
34
- type: number
35
- format: double
36
- fixedCount:
37
- type: number
38
- format: double
39
- type:
40
- $ref: '#/components/schemas/ErrorType'
41
- required:
42
- - filePath
43
- - errorsCount
44
- - openErrorsCount
45
- - suppressedErrorsCount
46
- - passedCount
47
- - fixedCount
48
- - type
49
- type: object
50
- additionalProperties: false
51
- GetErrorsFilesResponseBody:
52
- properties:
53
- data:
54
- items:
55
- $ref: '#/components/schemas/ErrorsInFileCount'
56
- type: array
57
- required:
58
- - data
59
- type: object
60
- additionalProperties: false
61
- SourceType:
62
- type: string
63
- enum:
64
- - Github
65
- - Bitbucket
66
- - Gitlab
67
- - AzureRepos
68
- - cli
69
- - AWS
70
- - Azure
71
- - GCP
72
- - Docker
73
- - githubEnterprise
74
- - gitlabEnterprise
75
- - bitbucketEnterprise
76
- - terraformCloud
77
- - githubActions
78
- - circleci
79
- - codebuild
80
- - jenkins
81
- - tfcRunTasks
82
- Severity:
83
- type: string
84
- enum:
85
- - CRITICAL
86
- - HIGH
87
- - MEDIUM
88
- - LOW
89
- Category:
90
- type: string
91
- enum:
92
- - IAM
93
- - Logging
94
- - Monitoring
95
- - Networking
96
- - Kubernetes
97
- - General
98
- - Serverless
99
- - Elasticsearch
100
- - Storage
101
- - Secrets
102
- - Public
103
- - Vulnerabilities
104
- - Drift
105
- Type:
106
- type: string
107
- enum:
108
- - Errors
109
- - Suppressed
110
- - Passed
111
- - Fixed
112
- Search:
113
- properties:
114
- text:
115
- type: string
116
- options:
117
- items:
118
- type: string
119
- enum:
120
- - path
121
- - code
122
- type: array
123
- title:
124
- type: string
125
- enum:
126
- - title
127
- - constructive_title
128
- - descriptive_title
129
- required:
130
- - text
131
- - options
132
- type: object
133
- additionalProperties: false
134
- CodeStatus:
135
- type: string
136
- enum:
137
- - hasFix
138
- nullable: false
139
- GetErrorsFilters:
140
- properties:
141
- repository:
142
- type: string
143
- description: Repository name
144
- branch:
145
- type: string
146
- description: Branch name
147
- nullable: true
148
- sourceTypes:
149
- items:
150
- $ref: '#/components/schemas/SourceType'
151
- type: array
152
- severities:
153
- items:
154
- $ref: '#/components/schemas/Severity'
155
- type: array
156
- tags:
157
- items:
158
- properties:
159
- value:
160
- type: string
161
- key:
162
- type: string
163
- required:
164
- - value
165
- - key
166
- type: object
167
- type: array
168
- CICDRunId:
169
- type: number
170
- format: double
171
- description: CICD run ID
172
- categories:
173
- items:
174
- $ref: '#/components/schemas/Category'
175
- type: array
176
- types:
177
- items:
178
- $ref: '#/components/schemas/Type'
179
- type: array
180
- search:
181
- $ref: '#/components/schemas/Search'
182
- authors:
183
- items:
184
- type: string
185
- type: array
186
- description: Array of code authors
187
- codeStatus:
188
- items:
189
- $ref: '#/components/schemas/CodeStatus'
190
- type: array
191
- required:
192
- - repository
193
- - sourceTypes
194
- type: object
195
- additionalProperties: false
196
- CVE:
197
- properties:
198
- cveId:
199
- type: string
200
- status:
201
- type: string
202
- cvss:
203
- type: number
204
- format: double
205
- vector:
206
- type: string
207
- description:
208
- type: string
209
- severity:
210
- type: string
211
- packageName:
212
- type: string
213
- packageVersion:
214
- type: string
215
- riskFactors:
216
- type: string
217
- link:
218
- type: string
219
- publishedDate:
220
- type: string
221
- format: date-time
222
- required:
223
- - cveId
224
- - status
225
- - cvss
226
- - vector
227
- - description
228
- - severity
229
- - packageName
230
- - packageVersion
231
- - riskFactors
232
- - link
233
- - publishedDate
234
- type: object
235
- additionalProperties: false
236
- VariableRenderingError:
237
- properties:
238
- path:
239
- type: string
240
- lines:
241
- items:
242
- type: number
243
- format: double
244
- type: array
245
- code:
246
- type: string
247
- fixedCode:
248
- type: string
249
- required:
250
- - path
251
- - lines
252
- - code
253
- - fixedCode
254
- type: object
255
- additionalProperties: false
256
- moduleReferences:
257
- properties:
258
- name:
259
- type: string
260
- path:
261
- type: string
262
- displayPath:
263
- type: string
264
- lines:
265
- items:
266
- type: number
267
- format: double
268
- type: array
269
- code:
270
- type: string
271
- required:
272
- - name
273
- - path
274
- - displayPath
275
- - lines
276
- - code
277
- type: object
278
- additionalProperties: false
279
- moduleError:
280
- properties:
281
- moduleReferences:
282
- items:
283
- $ref: '#/components/schemas/moduleReferences'
284
- type: array
285
- moduleFile:
286
- type: string
287
- fixedCode:
288
- type: string
289
- code:
290
- type: string
291
- required:
292
- - moduleReferences
293
- - moduleFile
294
- - fixedCode
295
- - code
296
- type: object
297
- additionalProperties: false
298
- SmartFix:
299
- properties:
300
- id:
301
- type: string
302
- code:
303
- type: string
304
- times:
305
- type: number
306
- format: double
307
- percent:
308
- type: number
309
- format: double
310
- inspectedKey:
311
- type: string
312
- fixedCode:
313
- type: string
314
- required:
315
- - id
316
- - times
317
- - percent
318
- - inspectedKey
319
- type: object
320
- additionalProperties: false
321
- ViolationError:
322
- properties:
323
- cves:
324
- items:
325
- $ref: '#/components/schemas/CVE'
326
- type: array
327
- resourceCode:
328
- type: string
329
- filePath:
330
- type: string
331
- resourceId:
332
- type: string
333
- resourceType:
334
- type: string
335
- errorId:
336
- type: string
337
- fixedCode:
338
- type: string
339
- status:
340
- type: string
341
- scannerType:
342
- type: string
343
- metadataChecksMetadataPath:
344
- type: string
345
- frameworkType:
346
- type: string
347
- description: Valid values are **terraform**, **cloudformation**
348
- errorLines:
349
- items:
350
- type: number
351
- format: double
352
- type: array
353
- fixPath:
354
- type: string
355
- lines:
356
- items:
357
- type: number
358
- format: double
359
- type: array
360
- author:
361
- type: string
362
- commitHash:
363
- type: string
364
- date:
365
- type: string
366
- format: date-time
367
- variableRendering:
368
- $ref: '#/components/schemas/VariableRenderingError'
369
- module:
370
- $ref: '#/components/schemas/moduleError'
371
- runtimeId:
372
- type: string
373
- runtimeSourceId:
374
- type: string
375
- fixes:
376
- items:
377
- $ref: '#/components/schemas/SmartFix'
378
- type: array
379
- selectedFix:
380
- allOf:
381
- - $ref: '#/components/schemas/SmartFix'
382
- nullable: true
383
- createdBy:
384
- type: string
385
- runtimeFrameworkType:
386
- type: string
387
- required:
388
- - resourceCode
389
- - filePath
390
- - resourceId
391
- - resourceType
392
- - errorId
393
- - fixedCode
394
- - status
395
- - scannerType
396
- - metadataChecksMetadataPath
397
- - frameworkType
398
- - errorLines
399
- - fixPath
400
- - lines
401
- - author
402
- - commitHash
403
- - date
404
- - variableRendering
405
- - module
406
- - runtimeId
407
- - runtimeSourceId
408
- - fixes
409
- type: object
410
- additionalProperties: false
411
- ErrorsInFileWithPaginationResponse:
412
- properties:
413
- data:
414
- items:
415
- $ref: '#/components/schemas/ViolationError'
416
- type: array
417
- hasNext:
418
- type: boolean
419
- required:
420
- - data
421
- - hasNext
422
- type: object
423
- additionalProperties: false
424
- GetErrorsInFileWithFilters:
425
- properties:
426
- repository:
427
- type: string
428
- description: Repository name
429
- branch:
430
- type: string
431
- nullable: true
432
- description: Branch name
433
- sourceTypes:
434
- items:
435
- $ref: '#/components/schemas/SourceType'
436
- type: array
437
- severities:
438
- items:
439
- $ref: '#/components/schemas/Severity'
440
- type: array
441
- tags:
442
- items:
443
- properties:
444
- value:
445
- type: string
446
- key:
447
- type: string
448
- required:
449
- - value
450
- - key
451
- type: object
452
- type: array
453
- CICDRunId:
454
- type: number
455
- format: double
456
- description: CICD run ID
457
- categories:
458
- items:
459
- $ref: '#/components/schemas/Category'
460
- type: array
461
- types:
462
- items:
463
- $ref: '#/components/schemas/Type'
464
- type: array
465
- search:
466
- $ref: '#/components/schemas/Search'
467
- authors:
468
- items:
469
- type: string
470
- type: array
471
- description: Array of code authors
472
- codeStatus:
473
- items:
474
- $ref: '#/components/schemas/CodeStatus'
475
- type: array
476
- filePath:
477
- type: string
478
- description: File path
479
- required:
480
- - repository
481
- - sourceTypes
482
- - filePath
483
- type: object
484
- additionalProperties: false
485
- SubmitResponse:
486
- properties:
487
- message:
488
- type: string
489
- remediationsResponse:
490
- items:
491
- type: string
492
- type: array
493
- required:
494
- - message
495
- type: object
496
- additionalProperties: false
497
- SubmitActionsResponse:
498
- properties:
499
- data:
500
- $ref: '#/components/schemas/SubmitResponse'
501
- required:
502
- - data
503
- type: object
504
- additionalProperties: false
505
- SubmitActionsType:
506
- enum:
507
- - default
508
- - pr
509
- type: string
510
- SubmitActionsMetadata:
511
- properties:
512
- owner:
513
- type: string
514
- description: Repostory owner
515
- repoName:
516
- type: string
517
- description: Repostory name
518
- pr:
519
- type: string
520
- description: Pull request number (PR)
521
- runNumber:
522
- type: number
523
- format: double
524
- description: Run number
525
- sourceBranchName:
526
- type: string
527
- description: Source branch name
528
- required:
529
- - owner
530
- - repoName
531
- - runNumber
532
- type: object
533
- additionalProperties: false
534
- Justification:
535
- properties:
536
- comment:
537
- type: string
538
- createdBy:
539
- type: string
540
- expirationTime:
541
- type: number
542
- format: double
543
- required:
544
- - comment
545
- - createdBy
546
- type: object
547
- additionalProperties: false
548
- CICDViolation:
549
- properties:
550
- metadataChecksMetadataPath:
551
- type: string
552
- metadataLines:
553
- items:
554
- type: number
555
- format: double
556
- type: array
557
- violationId:
558
- type: string
559
- resourceId:
560
- type: string
561
- frameworkType:
562
- type: string
563
- description: Valid values are **terraform**, **cloudformation**
564
- s3FilePath:
565
- type: string
566
- CICDRunId:
567
- type: number
568
- format: double
569
- justificationId:
570
- type: string
571
- nullable: true
572
- status:
573
- type: string
574
- repository:
575
- type: string
576
- s3FixFilePath:
577
- type: string
578
- nullable: true
579
- creationDate:
580
- type: string
581
- updatedDate:
582
- type: string
583
- commentIds:
584
- items:
585
- type: string
586
- type: array
587
- vcsCommentLine:
588
- type: string
589
- nullable: true
590
- errorLines:
591
- items:
592
- type: number
593
- format: double
594
- type: array
595
- severity:
596
- type: string
597
- justification:
598
- $ref: '#/components/schemas/Justification'
599
- bulkSuppression:
600
- type: boolean
601
- runtimeId:
602
- type: string
603
- nullable: true
604
- runtimeSourceId:
605
- type: string
606
- nullable: true
607
- required:
608
- - metadataChecksMetadataPath
609
- - metadataLines
610
- - violationId
611
- - resourceId
612
- - frameworkType
613
- - s3FilePath
614
- - CICDRunId
615
- - justificationId
616
- - status
617
- - repository
618
- - s3FixFilePath
619
- - creationDate
620
- - updatedDate
621
- - commentIds
622
- - vcsCommentLine
623
- - errorLines
624
- - severity
625
- type: object
626
- additionalProperties: false
627
- DefaultBranchViolationToFix:
628
- properties:
629
- metadataChecksMetadataPath:
630
- type: string
631
- metadataLines:
632
- items:
633
- type: number
634
- format: double
635
- type: array
636
- violationId:
637
- type: string
638
- resourceId:
639
- type: string
640
- frameworkType:
641
- type: string
642
- description: Valid values are **terraform**, **cloudformation**
643
- s3FilePath:
644
- type: string
645
- owner:
646
- type: string
647
- repoName:
648
- type: string
649
- fullId:
650
- type: string
651
- fixPath:
652
- type: string
653
- errorLines:
654
- items:
655
- type: number
656
- format: double
657
- type: array
658
- runtimeId:
659
- type: string
660
- nullable: true
661
- runtimeSourceId:
662
- type: string
663
- nullable: true
664
- fixedCode:
665
- type: string
666
- nullable: true
667
- selectedFix:
668
- type: string
669
- nullable: true
670
- inspectedKey:
671
- type: string
672
- nullable: true
673
- fixes:
674
- items:
675
- $ref: '#/components/schemas/SmartFix'
676
- type: array
677
- resourceCode:
678
- type: string
679
- nullable: true
680
- required:
681
- - metadataChecksMetadataPath
682
- - metadataLines
683
- - violationId
684
- - resourceId
685
- - frameworkType
686
- - s3FilePath
687
- - owner
688
- - repoName
689
- - fullId
690
- - fixedCode
691
- type: object
692
- additionalProperties: false
693
- ResourceToSuppress:
694
- properties:
695
- id:
696
- type: string
697
- accountId:
698
- type: string
699
- required:
700
- - id
701
- - accountId
702
- type: object
703
- additionalProperties: false
704
- ResourceViolationToSuppress:
705
- properties:
706
- violationId:
707
- type: string
708
- suppressionType:
709
- type: string
710
- comment:
711
- type: string
712
- expirationTime:
713
- type: number
714
- format: double
715
- resources:
716
- items:
717
- $ref: '#/components/schemas/ResourceToSuppress'
718
- type: array
719
- required:
720
- - violationId
721
- - suppressionType
722
- - comment
723
- - resources
724
- type: object
725
- additionalProperties: false
726
- TagsViolationToSuppress:
727
- properties:
728
- violationId:
729
- type: string
730
- suppressionType:
731
- type: string
732
- comment:
733
- type: string
734
- expirationTime:
735
- type: number
736
- format: double
737
- tags:
738
- items:
739
- properties:
740
- value:
741
- type: string
742
- key:
743
- type: string
744
- required:
745
- - value
746
- - key
747
- type: object
748
- type: array
749
- required:
750
- - violationId
751
- - suppressionType
752
- - comment
753
- - tags
754
- type: object
755
- additionalProperties: false
756
- SourcesViolationToSuppress:
757
- properties:
758
- violationId:
759
- type: string
760
- suppressionType:
761
- type: string
762
- comment:
763
- type: string
764
- expirationTime:
765
- type: number
766
- format: double
767
- accountIds:
768
- items:
769
- type: string
770
- type: array
771
- required:
772
- - violationId
773
- - suppressionType
774
- - comment
775
- - accountIds
776
- type: object
777
- additionalProperties: false
778
- BaseViolationToSuppress:
779
- properties:
780
- violationId:
781
- type: string
782
- suppressionType:
783
- type: string
784
- comment:
785
- type: string
786
- expirationTime:
787
- type: number
788
- format: double
789
- required:
790
- - violationId
791
- - suppressionType
792
- - comment
793
- type: object
794
- additionalProperties: false
795
- SubmitActionsRequest:
796
- properties:
797
- type:
798
- $ref: '#/components/schemas/SubmitActionsType'
799
- metadata:
800
- $ref: '#/components/schemas/SubmitActionsMetadata'
801
- violationsToFix:
802
- anyOf:
803
- - items:
804
- $ref: '#/components/schemas/CICDViolation'
805
- type: array
806
- - items:
807
- $ref: '#/components/schemas/DefaultBranchViolationToFix'
808
- type: array
809
- violationsToSuppress:
810
- anyOf:
811
- - items:
812
- $ref: '#/components/schemas/CICDViolation'
813
- type: array
814
- - items:
815
- anyOf:
816
- - $ref: '#/components/schemas/ResourceViolationToSuppress'
817
- - $ref: '#/components/schemas/TagsViolationToSuppress'
818
- - $ref: '#/components/schemas/SourcesViolationToSuppress'
819
- - $ref: '#/components/schemas/BaseViolationToSuppress'
820
- type: array
821
- required:
822
- - type
823
- - violationsToFix
824
- - violationsToSuppress
825
- type: object
826
- additionalProperties: false
827
- ErrorsReturn:
828
- properties:
829
- errors:
830
- items:
831
- type: string
832
- type: array
833
- required:
834
- - errors
835
- type: object
836
- additionalProperties: false
837
- CategoryType:
838
- type: string
839
- enum:
840
- - elasticsearch
841
- - general
842
- - iam
843
- - logging
844
- - monitoring
845
- - networking
846
- - public
847
- - secrets
848
- - serverless
849
- - storage
850
- SeverityType:
851
- type: string
852
- enum:
853
- - critical
854
- - high
855
- - medium
856
- - low
857
- MetadataPolicy:
858
- properties:
859
- name:
860
- type: string
861
- guidelines:
862
- type: string
863
- description: Text that describe guidelines
864
- category:
865
- $ref: '#/components/schemas/CategoryType'
866
- severity:
867
- $ref: '#/components/schemas/SeverityType'
868
- required:
869
- - name
870
- - guidelines
871
- - category
872
- - severity
873
- type: object
874
- additionalProperties: false
875
- ProviderType:
876
- type: string
877
- enum:
878
- - aws
879
- - gcp
880
- - azure
881
- ScopePolicy:
882
- properties:
883
- provider:
884
- $ref: '#/components/schemas/ProviderType'
885
- required:
886
- - provider
887
- type: object
888
- additionalProperties: false
889
- AwsResourceTypes:
890
- type: string
891
- enum:
892
- - aws
893
- - aws_root
894
- - aws_root_access_key
895
- - aws_acm_certificate
896
- - aws_acm_certificate_validation
897
- - aws_acmpca_certificate_authority
898
- - aws_api_gateway_account
899
- - aws_api_gateway_api_key
900
- - aws_api_gateway_authorizer
901
- - aws_api_gateway_base_path_mapping
902
- - aws_api_gateway_client_certificate
903
- - aws_api_gateway_deployment
904
- - aws_api_gateway_documentation_part
905
- - aws_api_gateway_documentation_version
906
- - aws_api_gateway_domain_name
907
- - aws_api_gateway_gateway_response
908
- - aws_api_gateway_integration
909
- - aws_api_gateway_integration_response
910
- - aws_api_gateway_method
911
- - aws_api_gateway_method_response
912
- - aws_api_gateway_method_settings
913
- - aws_api_gateway_model
914
- - aws_api_gateway_request_validator
915
- - aws_api_gateway_resource
916
- - aws_api_gateway_rest_api
917
- - aws_api_gateway_stage
918
- - aws_api_gateway_usage_plan
919
- - aws_api_gateway_usage_plan_key
920
- - aws_api_gateway_vpc_link
921
- - aws_apigatewayv2_api
922
- - aws_apigatewayv2_api_mapping
923
- - aws_apigatewayv2_authorizer
924
- - aws_apigatewayv2_deployment
925
- - aws_apigatewayv2_domain_name
926
- - aws_apigatewayv2_integration
927
- - aws_apigatewayv2_integration_response
928
- - aws_apigatewayv2_model
929
- - aws_apigatewayv2_route
930
- - aws_apigatewayv2_route_response
931
- - aws_apigatewayv2_stage
932
- - aws_apigatewayv2_vpc_link
933
- - aws_accessanalyzer_analyzer
934
- - aws_appmesh_mesh
935
- - aws_appmesh_route
936
- - aws_appmesh_virtual_node
937
- - aws_appmesh_virtual_router
938
- - aws_appmesh_virtual_service
939
- - aws_appsync_api_key
940
- - aws_appsync_datasource
941
- - aws_appsync_function
942
- - aws_appsync_graphql_api
943
- - aws_appsync_resolver
944
- - aws_appautoscaling_policy
945
- - aws_appautoscaling_scheduled_action
946
- - aws_appautoscaling_target
947
- - aws_athena_database
948
- - aws_athena_named_query
949
- - aws_athena_workgroup
950
- - aws_autoscaling_attachment
951
- - aws_autoscaling_group
952
- - aws_autoscaling_lifecycle_hook
953
- - aws_autoscaling_notification
954
- - aws_autoscaling_policy
955
- - aws_autoscaling_schedule
956
- - aws_backup_plan
957
- - aws_backup_selection
958
- - aws_backup_vault
959
- - aws_batch_compute_environment
960
- - aws_batch_job_definition
961
- - aws_batch_job_queue
962
- - aws_budgets_budget
963
- - aws_cloud9_environment_ec2
964
- - aws_cloudformation_stack
965
- - aws_cloudformation_stack_set
966
- - aws_cloudformation_stack_set_instance
967
- - aws_cloudfront_distribution
968
- - aws_cloudfront_origin_access_identity
969
- - aws_cloudfront_public_key
970
- - aws_cloudhsm_v2_cluster
971
- - aws_cloudhsm_v2_hsm
972
- - aws_cloudtrail
973
- - aws_cloudwatch_dashboard
974
- - aws_cloudwatch_event_permission
975
- - aws_cloudwatch_event_rule
976
- - aws_cloudwatch_event_target
977
- - aws_cloudwatch_log_destination
978
- - aws_cloudwatch_log_destination_policy
979
- - aws_cloudwatch_log_group
980
- - aws_cloudwatch_log_metric_filter
981
- - aws_cloudwatch_log_resource_policy
982
- - aws_cloudwatch_log_stream
983
- - aws_cloudwatch_log_subscription_filter
984
- - aws_cloudwatch_metric_alarm
985
- - aws_codebuild_project
986
- - aws_codebuild_source_credential
987
- - aws_codebuild_webhook
988
- - aws_codecommit_repository
989
- - aws_codecommit_trigger
990
- - aws_codedeploy_app
991
- - aws_codedeploy_deployment_config
992
- - aws_codedeploy_deployment_group
993
- - aws_codepipeline
994
- - aws_codepipeline_webhook
995
- - aws_codestarnotifications_notification_rule
996
- - aws_cognito_identity_pool
997
- - aws_cognito_identity_pool_roles_attachment
998
- - aws_cognito_identity_provider
999
- - aws_cognito_resource_server
1000
- - aws_cognito_user_group
1001
- - aws_cognito_user_pool
1002
- - aws_cognito_user_pool_client
1003
- - aws_cognito_user_pool_domain
1004
- - aws_config_aggregate_authorization
1005
- - aws_config_config_rule
1006
- - aws_config_configuration_aggregator
1007
- - aws_config_configuration_recorder
1008
- - aws_config_configuration_recorder_status
1009
- - aws_config_delivery_channel
1010
- - aws_config_organization_custom_rule
1011
- - aws_config_organization_managed_rule
1012
- - aws_cur_report_definition
1013
- - aws_dlm_lifecycle_policy
1014
- - aws_datapipeline_pipeline
1015
- - aws_datasync_agent
1016
- - aws_datasync_location_efs
1017
- - aws_datasync_location_nfs
1018
- - aws_datasync_location_s3
1019
- - aws_datasync_location_smb
1020
- - aws_datasync_task
1021
- - aws_dms_certificate
1022
- - aws_dms_endpoint
1023
- - aws_dms_event_subscription
1024
- - aws_dms_replication_instance
1025
- - aws_dms_replication_subnet_group
1026
- - aws_dms_replication_task
1027
- - aws_devicefarm_project
1028
- - aws_dx_bgp_peer
1029
- - aws_dx_connection
1030
- - aws_dx_connection_association
1031
- - aws_dx_gateway
1032
- - aws_dx_gateway_association
1033
- - aws_dx_gateway_association_proposal
1034
- - aws_dx_hosted_private_virtual_interface
1035
- - aws_dx_hosted_private_virtual_interface_accepter
1036
- - aws_dx_hosted_public_virtual_interface
1037
- - aws_dx_hosted_public_virtual_interface_accepter
1038
- - aws_dx_hosted_transit_virtual_interface
1039
- - aws_dx_hosted_transit_virtual_interface_accepter
1040
- - aws_dx_lag
1041
- - aws_dx_private_virtual_interface
1042
- - aws_dx_public_virtual_interface
1043
- - aws_dx_transit_virtual_interface
1044
- - aws_directory_service_conditional_forwarder
1045
- - aws_directory_service_directory
1046
- - aws_directory_service_log_subscription
1047
- - aws_docdb_cluster
1048
- - aws_docdb_cluster_instance
1049
- - aws_docdb_cluster_parameter_group
1050
- - aws_docdb_cluster_snapshot
1051
- - aws_docdb_subnet_group
1052
- - aws_dynamodb_global_table
1053
- - aws_dynamodb_table
1054
- - aws_dynamodb_table_item
1055
- - aws_dax_cluster
1056
- - aws_dax_parameter_group
1057
- - aws_dax_subnet_group
1058
- - aws_ami
1059
- - aws_ami_copy
1060
- - aws_ami_from_instance
1061
- - aws_ami_launch_permission
1062
- - aws_ebs_default_kms_key
1063
- - aws_ebs_encryption_by_default
1064
- - aws_ebs_snapshot
1065
- - aws_ebs_snapshot_copy
1066
- - aws_ebs_volume
1067
- - aws_ec2_availability_zone_group
1068
- - aws_ec2_capacity_reservation
1069
- - aws_ec2_client_vpn_authorization_rule
1070
- - aws_ec2_client_vpn_endpoint
1071
- - aws_ec2_client_vpn_network_association
1072
- - aws_ec2_client_vpn_route
1073
- - aws_ec2_fleet
1074
- - aws_ec2_local_gateway_route
1075
- - aws_ec2_local_gateway_route_table_vpc_association
1076
- - aws_ec2_tag
1077
- - aws_ec2_traffic_mirror_filter
1078
- - aws_ec2_traffic_mirror_filter_rule
1079
- - aws_ec2_traffic_mirror_session
1080
- - aws_ec2_traffic_mirror_target
1081
- - aws_ec2_transit_gateway
1082
- - aws_ec2_transit_gateway_peering_attachment
1083
- - aws_ec2_transit_gateway_peering_attachment_accepter
1084
- - aws_ec2_transit_gateway_route
1085
- - aws_ec2_transit_gateway_route_table
1086
- - aws_ec2_transit_gateway_route_table_association
1087
- - aws_ec2_transit_gateway_route_table_propagation
1088
- - aws_ec2_transit_gateway_vpc_attachment
1089
- - aws_ec2_transit_gateway_vpc_attachment_accepter
1090
- - aws_eip
1091
- - aws_eip_association
1092
- - aws_instance
1093
- - aws_key_pair
1094
- - aws_launch_configuration
1095
- - aws_launch_template
1096
- - aws_placement_group
1097
- - aws_snapshot_create_volume_permission
1098
- - aws_spot_datafeed_subscription
1099
- - aws_spot_fleet_request
1100
- - aws_spot_instance_request
1101
- - aws_volume_attachment
1102
- - aws_ecr_lifecycle_policy
1103
- - aws_ecr_repository
1104
- - aws_ecr_repository_policy
1105
- - aws_ecs_capacity_provider
1106
- - aws_ecs_cluster
1107
- - aws_ecs_service
1108
- - aws_ecs_task_definition
1109
- - aws_efs_access_point
1110
- - aws_efs_file_system
1111
- - aws_efs_file_system_policy
1112
- - aws_efs_mount_target
1113
- - aws_eks_cluster
1114
- - aws_eks_fargate_profile
1115
- - aws_eks_node_group
1116
- - aws_elasticache_cluster
1117
- - aws_elasticache_parameter_group
1118
- - aws_elasticache_replication_group
1119
- - aws_elasticache_security_group
1120
- - aws_elasticache_subnet_group
1121
- - aws_elastic_beanstalk_application
1122
- - aws_elastic_beanstalk_application_version
1123
- - aws_elastic_beanstalk_configuration_template
1124
- - aws_elastic_beanstalk_environment
1125
- - aws_app_cookie_stickiness_policy
1126
- - aws_elb
1127
- - aws_elb_attachment
1128
- - aws_lb_cookie_stickiness_policy
1129
- - aws_lb_ssl_negotiation_policy
1130
- - aws_load_balancer_backend_server_policy
1131
- - aws_load_balancer_listener_policy
1132
- - aws_load_balancer_policy
1133
- - aws_proxy_protocol_policy
1134
- - aws_lb
1135
- - aws_lb_listener
1136
- - aws_lb_listener_certificate
1137
- - aws_lb_listener_rule
1138
- - aws_lb_target_group
1139
- - aws_lb_target_group_attachment
1140
- - aws_emr_cluster
1141
- - aws_emr_instance_group
1142
- - aws_emr_security_configuration
1143
- - aws_elastictranscoder_pipeline
1144
- - aws_elastictranscoder_preset
1145
- - aws_elasticsearch_domain
1146
- - aws_elasticsearch_domain_policy
1147
- - aws_fsx_lustre_file_system
1148
- - aws_fsx_windows_file_system
1149
- - aws_fms_admin_account
1150
- - aws_gamelift_alias
1151
- - aws_gamelift_build
1152
- - aws_gamelift_fleet
1153
- - aws_gamelift_game_session_queue
1154
- - aws_glacier_vault
1155
- - aws_glacier_vault_lock
1156
- - aws_globalaccelerator_accelerator
1157
- - aws_globalaccelerator_endpoint_group
1158
- - aws_globalaccelerator_listener
1159
- - aws_glue_catalog_database
1160
- - aws_glue_catalog_table
1161
- - aws_glue_classifier
1162
- - aws_glue_connection
1163
- - aws_glue_crawler
1164
- - aws_glue_job
1165
- - aws_glue_security_configuration
1166
- - aws_glue_trigger
1167
- - aws_glue_workflow
1168
- - aws_guardduty_detector
1169
- - aws_guardduty_invite_accepter
1170
- - aws_guardduty_ipset
1171
- - aws_guardduty_member
1172
- - aws_guardduty_organization_admin_account
1173
- - aws_guardduty_organization_configuration
1174
- - aws_guardduty_threatintelset
1175
- - aws_iam_access_key
1176
- - aws_iam_account_alias
1177
- - aws_iam_account_password_policy
1178
- - aws_iam_group
1179
- - aws_iam_group_membership
1180
- - aws_iam_group_policy
1181
- - aws_iam_group_policy_attachment
1182
- - aws_iam_instance_profile
1183
- - aws_iam_openid_connect_provider
1184
- - aws_iam_policy
1185
- - aws_iam_policy_attachment
1186
- - aws_iam_policy_document
1187
- - aws_iam_role
1188
- - aws_iam_role_policy
1189
- - aws_iam_role_policy_attachment
1190
- - aws_iam_saml_provider
1191
- - aws_iam_server_certificate
1192
- - aws_iam_service_linked_role
1193
- - aws_iam_user
1194
- - aws_iam_user_group_membership
1195
- - aws_iam_user_login_profile
1196
- - aws_iam_user_policy
1197
- - aws_iam_user_policy_attachment
1198
- - aws_iam_user_ssh_key
1199
- - aws_inspector_assessment_target
1200
- - aws_inspector_assessment_template
1201
- - aws_inspector_resource_group
1202
- - aws_iot_certificate
1203
- - aws_iot_policy
1204
- - aws_iot_policy_attachment
1205
- - aws_iot_role_alias
1206
- - aws_iot_thing
1207
- - aws_iot_thing_principal_attachment
1208
- - aws_iot_thing_type
1209
- - aws_iot_topic_rule
1210
- - aws_kms_alias
1211
- - aws_kms_ciphertext
1212
- - aws_kms_external_key
1213
- - aws_kms_grant
1214
- - aws_kms_key
1215
- - aws_kinesis_analytics_application
1216
- - aws_kinesis_stream
1217
- - aws_kinesis_firehose_delivery_stream
1218
- - aws_kinesis_video_stream
1219
- - aws_lambda_alias
1220
- - aws_lambda_event_source_mapping
1221
- - aws_lambda_function
1222
- - aws_lambda_function_event_invoke_config
1223
- - aws_lambda_layer_version
1224
- - aws_lambda_permission
1225
- - aws_lambda_provisioned_concurrency_config
1226
- - aws_licensemanager_association
1227
- - aws_licensemanager_license_configuration
1228
- - aws_lightsail_domain
1229
- - aws_lightsail_instance
1230
- - aws_lightsail_key_pair
1231
- - aws_lightsail_static_ip
1232
- - aws_lightsail_static_ip_attachment
1233
- - aws_mq_broker
1234
- - aws_mq_configuration
1235
- - aws_macie_member_account_association
1236
- - aws_macie_s3_bucket_association
1237
- - aws_msk_cluster
1238
- - aws_msk_configuration
1239
- - aws_media_convert_queue
1240
- - aws_media_package_channel
1241
- - aws_media_store_container
1242
- - aws_media_store_container_policy
1243
- - aws_neptune_cluster
1244
- - aws_neptune_cluster_instance
1245
- - aws_neptune_cluster_parameter_group
1246
- - aws_neptune_cluster_snapshot
1247
- - aws_neptune_event_subscription
1248
- - aws_neptune_parameter_group
1249
- - aws_neptune_subnet_group
1250
- - aws_opsworks_application
1251
- - aws_opsworks_custom_layer
1252
- - aws_opsworks_ganglia_layer
1253
- - aws_opsworks_haproxy_layer
1254
- - aws_opsworks_instance
1255
- - aws_opsworks_java_app_layer
1256
- - aws_opsworks_memcached_layer
1257
- - aws_opsworks_mysql_layer
1258
- - aws_opsworks_nodejs_app_layer
1259
- - aws_opsworks_permission
1260
- - aws_opsworks_php_app_layer
1261
- - aws_opsworks_rails_app_layer
1262
- - aws_opsworks_rds_db_instance
1263
- - aws_opsworks_stack
1264
- - aws_opsworks_static_web_layer
1265
- - aws_opsworks_user_profile
1266
- - aws_organizations_account
1267
- - aws_organizations_organization
1268
- - aws_organizations_organizational_unit
1269
- - aws_organizations_policy
1270
- - aws_organizations_policy_attachment
1271
- - aws_pinpoint_adm_channel
1272
- - aws_pinpoint_apns_channel
1273
- - aws_pinpoint_apns_sandbox_channel
1274
- - aws_pinpoint_apns_voip_channel
1275
- - aws_pinpoint_apns_voip_sandbox_channel
1276
- - aws_pinpoint_app
1277
- - aws_pinpoint_baidu_channel
1278
- - aws_pinpoint_email_channel
1279
- - aws_pinpoint_event_stream
1280
- - aws_pinpoint_gcm_channel
1281
- - aws_pinpoint_sms_channel
1282
- - aws_qldb_ledger
1283
- - aws_quicksight_group
1284
- - aws_quicksight_user
1285
- - aws_ram_principal_association
1286
- - aws_ram_resource_association
1287
- - aws_ram_resource_share
1288
- - aws_ram_resource_share_accepter
1289
- - aws_db_cluster_snapshot
1290
- - aws_db_event_subscription
1291
- - aws_db_instance
1292
- - aws_db_instance_role_association
1293
- - aws_db_option_group
1294
- - aws_db_parameter_group
1295
- - aws_db_security_group
1296
- - aws_db_snapshot
1297
- - aws_db_subnet_group
1298
- - aws_rds_cluster
1299
- - aws_rds_cluster_endpoint
1300
- - aws_rds_cluster_instance
1301
- - aws_rds_cluster_parameter_group
1302
- - aws_rds_global_cluster
1303
- - aws_redshift_cluster
1304
- - aws_redshift_event_subscription
1305
- - aws_redshift_parameter_group
1306
- - aws_redshift_security_group
1307
- - aws_redshift_snapshot_copy_grant
1308
- - aws_redshift_snapshot_schedule
1309
- - aws_redshift_snapshot_schedule_association
1310
- - aws_redshift_subnet_group
1311
- - aws_resourcegroups_group
1312
- - aws_route53_delegation_set
1313
- - aws_route53_health_check
1314
- - aws_route53_query_log
1315
- - aws_route53_record
1316
- - aws_route53_zone
1317
- - aws_route53_zone_association
1318
- - aws_route53_resolver_endpoint
1319
- - aws_route53_resolver_rule
1320
- - aws_route53_resolver_rule_association
1321
- - aws_s3_access_point
1322
- - aws_s3_account_public_access_block
1323
- - aws_s3_bucket
1324
- - aws_s3_bucket_analytics_configuration
1325
- - aws_s3_bucket_inventory
1326
- - aws_s3_bucket_metric
1327
- - aws_s3_bucket_notification
1328
- - aws_s3_bucket_object
1329
- - aws_s3_bucket_policy
1330
- - aws_s3_bucket_public_access_block
1331
- - aws_ses_active_receipt_rule_set
1332
- - aws_ses_configuration_set
1333
- - aws_ses_domain_dkim
1334
- - aws_ses_domain_identity
1335
- - aws_ses_domain_identity_verification
1336
- - aws_ses_domain_mail_from
1337
- - aws_ses_email_identity
1338
- - aws_ses_event_destination
1339
- - aws_ses_identity_notification_topic
1340
- - aws_ses_identity_policy
1341
- - aws_ses_receipt_filter
1342
- - aws_ses_receipt_rule
1343
- - aws_ses_receipt_rule_set
1344
- - aws_ses_template
1345
- - aws_sns_platform_application
1346
- - aws_sns_sms_preferences
1347
- - aws_sns_topic
1348
- - aws_sns_topic_policy
1349
- - aws_sns_topic_subscription
1350
- - aws_sqs_queue
1351
- - aws_sqs_queue_policy
1352
- - aws_ssm_activation
1353
- - aws_ssm_association
1354
- - aws_ssm_document
1355
- - aws_ssm_maintenance_window
1356
- - aws_ssm_maintenance_window_target
1357
- - aws_ssm_maintenance_window_task
1358
- - aws_ssm_parameter
1359
- - aws_ssm_patch_baseline
1360
- - aws_ssm_patch_group
1361
- - aws_ssm_resource_data_sync
1362
- - aws_swf_domain
1363
- - aws_sagemaker_endpoint
1364
- - aws_sagemaker_endpoint_configuration
1365
- - aws_sagemaker_model
1366
- - aws_sagemaker_notebook_instance
1367
- - aws_sagemaker_notebook_instance_lifecycle_configuration
1368
- - aws_secretsmanager_secret
1369
- - aws_secretsmanager_secret_rotation
1370
- - aws_secretsmanager_secret_version
1371
- - aws_securityhub_account
1372
- - aws_securityhub_member
1373
- - aws_securityhub_product_subscription
1374
- - aws_securityhub_standards_subscription
1375
- - aws_servicecatalog_portfolio
1376
- - aws_service_discovery_http_namespace
1377
- - aws_service_discovery_private_dns_namespace
1378
- - aws_service_discovery_public_dns_namespace
1379
- - aws_service_discovery_service
1380
- - aws_servicequotas_service_quota
1381
- - aws_shield_protection
1382
- - aws_simpledb_domain
1383
- - aws_sfn_activity
1384
- - aws_sfn_state_machine
1385
- - aws_storagegateway_cache
1386
- - aws_storagegateway_cached_iscsi_volume
1387
- - aws_storagegateway_gateway
1388
- - aws_storagegateway_nfs_file_share
1389
- - aws_storagegateway_smb_file_share
1390
- - aws_storagegateway_upload_buffer
1391
- - aws_storagegateway_working_storage
1392
- - aws_transfer_server
1393
- - aws_transfer_ssh_key
1394
- - aws_transfer_user
1395
- - aws_customer_gateway
1396
- - aws_default_network_acl
1397
- - aws_default_route_table
1398
- - aws_default_security_group
1399
- - aws_default_subnet
1400
- - aws_default_vpc
1401
- - aws_default_vpc_dhcp_options
1402
- - aws_egress_only_internet_gateway
1403
- - aws_flow_log
1404
- - aws_internet_gateway
1405
- - aws_main_route_table_association
1406
- - aws_nat_gateway
1407
- - aws_network_acl
1408
- - aws_network_acl_rule
1409
- - aws_network_interface
1410
- - aws_network_interface_attachment
1411
- - aws_network_interface_sg_attachment
1412
- - aws_route
1413
- - aws_route_table
1414
- - aws_route_table_association
1415
- - aws_security_group
1416
- - aws_security_group_rule
1417
- - aws_subnet
1418
- - aws_vpc
1419
- - aws_vpc_dhcp_options
1420
- - aws_vpc_dhcp_options_association
1421
- - aws_vpc_endpoint
1422
- - aws_vpc_endpoint_connection_notification
1423
- - aws_vpc_endpoint_route_table_association
1424
- - aws_vpc_endpoint_service
1425
- - aws_vpc_endpoint_service_allowed_principal
1426
- - aws_vpc_endpoint_subnet_association
1427
- - aws_vpc_ipv4_cidr_block_association
1428
- - aws_vpc_peering_connection
1429
- - aws_vpc_peering_connection_accepter
1430
- - aws_vpc_peering_connection_options
1431
- - aws_vpn_connection
1432
- - aws_vpn_connection_route
1433
- - aws_vpn_gateway
1434
- - aws_vpn_gateway_attachment
1435
- - aws_vpn_gateway_route_propagation
1436
- - aws_waf_byte_match_set
1437
- - aws_waf_geo_match_set
1438
- - aws_waf_ipset
1439
- - aws_waf_rate_based_rule
1440
- - aws_waf_regex_match_set
1441
- - aws_waf_regex_pattern_set
1442
- - aws_waf_rule
1443
- - aws_waf_rule_group
1444
- - aws_waf_size_constraint_set
1445
- - aws_waf_sql_injection_match_set
1446
- - aws_waf_web_acl
1447
- - aws_waf_xss_match_set
1448
- - aws_wafregional_byte_match_set
1449
- - aws_wafregional_geo_match_set
1450
- - aws_wafregional_ipset
1451
- - aws_wafregional_rate_based_rule
1452
- - aws_wafregional_regex_match_set
1453
- - aws_wafregional_regex_pattern_set
1454
- - aws_wafregional_rule
1455
- - aws_wafregional_rule_group
1456
- - aws_wafregional_size_constraint_set
1457
- - aws_wafregional_sql_injection_match_set
1458
- - aws_wafregional_web_acl
1459
- - aws_wafregional_web_acl_association
1460
- - aws_wafregional_xss_match_set
1461
- - aws_wafv2_ip_set
1462
- - aws_wafv2_regex_pattern_set
1463
- - aws_wafv2_rule_group
1464
- - aws_wafv2_web_acl
1465
- - aws_wafv2_web_acl_association
1466
- - aws_wafv2_web_acl_logging_configuration
1467
- - aws_worklink_fleet
1468
- - aws_worklink_website_certificate_authority_association
1469
- - aws_workspaces_directory
1470
- - aws_workspaces_ip_group
1471
- - aws_workspaces_workspace
1472
- - aws_xray_sampling_rule
1473
- - aws_route53_vpc_association_authorization
1474
- - aws_acmpca_certificate
1475
- - aws_acmpca_certificate_authority_certificate
1476
- - aws_cloudfront_key_group
1477
- - aws_cloudwatch_query_definition
1478
- - aws_cognito_user_pool_ui_customization
1479
- - aws_ecr_registry_policy
1480
- - aws_ecr_replication_configuration
1481
- - aws_ecrpublic_repository
1482
- - aws_eks_addon
1483
- - aws_kinesis_stream_consumer
1484
- - aws_kinesisanalyticsv2_application_snapshot
1485
- - aws_lightsail_instance_public_ports
1486
- - aws_mwaa_environment
1487
- - aws_route53_hosted_zone_dnssec
1488
- - aws_route53_resolver_firewall_domain_list
1489
- - aws_route53_resolver_firewall_rule_group
1490
- - aws_sagemaker_app
1491
- - aws_securityhub_insight
1492
- GcpResourceTypes:
1493
- type: string
1494
- enum:
1495
- - google_access_context_manager_access_level
1496
- - google_access_context_manager_access_policy
1497
- - google_access_context_manager_service_perimeter
1498
- - google_access_context_manager_service_perimeter_resource
1499
- - google_app_engine_application
1500
- - google_app_engine_application_url_dispatch_rules
1501
- - google_app_engine_domain_mapping
1502
- - google_app_engine_firewall_rule
1503
- - google_app_engine_flexible_app_version
1504
- - google_app_engine_service_split_traffic
1505
- - google_app_engine_standard_app_version
1506
- - google_bigquery_dataset
1507
- - google_bigquery_dataset_access
1508
- - google_bigquery_dataset_iam
1509
- - google_bigquery_job
1510
- - google_bigquery_table
1511
- - google_bigquery_data_transfer_config
1512
- - google_binary_authorization_attestor
1513
- - google_binary_authorization_attestor_iam
1514
- - google_binary_authorization_policy
1515
- - google_logging_billing_account_bucket_config
1516
- - google_logging_billing_account_exclusion
1517
- - google_logging_billing_account_sink
1518
- - google_logging_folder_bucket_config
1519
- - google_logging_folder_exclusion
1520
- - google_logging_folder_sink
1521
- - google_logging_metric
1522
- - google_logging_organization_bucket_config
1523
- - google_logging_organization_exclusion
1524
- - google_logging_organization_sink
1525
- - google_logging_project_bucket_config
1526
- - google_logging_project_exclusion
1527
- - google_logging_project_sink
1528
- - google_monitoring_alert_policy
1529
- - google_monitoring_dashboard
1530
- - google_monitoring_group
1531
- - google_monitoring_metric_descriptor
1532
- - google_monitoring_notification_channel
1533
- - google_monitoring_service
1534
- - google_monitoring_slo
1535
- - google_monitoring_uptime_check_config
1536
- - google_cloud_asset_folder_feed
1537
- - google_cloud_asset_organization_feed
1538
- - google_cloud_asset_project_feed
1539
- - google_bigtable_app_profile
1540
- - google_bigtable_gc_policy
1541
- - google_bigtable_instance
1542
- - google_bigtable_instance_iam
1543
- - google_bigtable_table
1544
- - google_cloudbuild_trigger
1545
- - google_composer_environment
1546
- - google_dns_managed_zone
1547
- - google_dns_policy
1548
- - google_dns_record_set
1549
- - google_deployment_manager_deployment
1550
- - google_endpoints_service
1551
- - google_endpoints_service_iam
1552
- - google_cloudfunctions_cloud_function_iam
1553
- - google_cloudfunctions_function
1554
- - google_healthcare_dataset
1555
- - google_healthcare_dataset_iam
1556
- - google_healthcare_dicom_store
1557
- - google_healthcare_dicom_store_iam
1558
- - google_healthcare_fhir_store
1559
- - google_healthcare_fhir_store_iam
1560
- - google_healthcare_hl7_v2_store
1561
- - google_healthcare_hl7_v2_store_iam
1562
- - google_cloudiot_device
1563
- - google_cloudiot_device_registry
1564
- - google_kms_crypto_key_iam
1565
- - google_kms_key_ring_iam
1566
- - google_kms_crypto_key
1567
- - google_kms_key_ring
1568
- - google_kms_key_ring_import_job
1569
- - google_kms_secret_ciphertext
1570
- - google_billing_account_iam_binding
1571
- - google_billing_account_iam_member
1572
- - google_billing_account_iam_policy
1573
- - google_folder
1574
- - google_folder_iam_audit_config
1575
- - google_folder_iam_binding
1576
- - google_folder_iam_member
1577
- - google_folder_iam_policy
1578
- - google_folder_organization_policy
1579
- - google_organization_iam_audit_config
1580
- - google_organization_iam_binding
1581
- - google_organization_iam_custom_role
1582
- - google_organization_iam_member
1583
- - google_organization_iam_policy
1584
- - google_organization_policy
1585
- - google_project
1586
- - google_project_iam_binding
1587
- - google_project_iam_member
1588
- - google_project_iam_custom_role
1589
- - google_project_organization_policy
1590
- - google_project_service
1591
- - google_service_account
1592
- - google_service_account_iam
1593
- - google_service_account_key
1594
- - google_usage_export_bucket
1595
- - google_pubsub_subscription
1596
- - google_pubsub_subscription_iam
1597
- - google_pubsub_topic
1598
- - google_pubsub_topic_iam
1599
- - google_cloud_run_domain_mapping
1600
- - google_cloud_run_service
1601
- - google_cloud_run_service_iam
1602
- - google_sql_database
1603
- - google_sql_database_instance
1604
- - google_sql_source_representation_instance
1605
- - google_sql_ssl_cert
1606
- - google_sql_user
1607
- - google_cloud_scheduler_job
1608
- - google_sourcerepo_repository
1609
- - google_sourcerepo_repository_iam
1610
- - google_spanner_database
1611
- - google_spanner_database_iam
1612
- - google_spanner_instance
1613
- - google_spanner_instance_iam
1614
- - google_storage_bucket
1615
- - google_storage_bucket_access_control
1616
- - google_storage_bucket_acl
1617
- - google_storage_bucket_iam_binding
1618
- - google_storage_bucket_iam_member
1619
- - google_storage_bucket_object
1620
- - google_storage_default_object_access_control
1621
- - google_storage_default_object_acl
1622
- - google_storage_hmac_key
1623
- - google_storage_notification
1624
- - google_storage_object_access_control
1625
- - google_storage_object_acl
1626
- - google_tpu_node
1627
- - google_cloud_tasks_queue
1628
- - google_compute_address
1629
- - google_compute_attached_disk
1630
- - google_compute_autoscaler
1631
- - google_compute_backend_bucket
1632
- - google_compute_backend_bucket_signed_url_key
1633
- - google_compute_backend_service
1634
- - google_compute_backend_service_signed_url_key
1635
- - google_compute_disk
1636
- - google_compute_disk_resource_policy_attachment
1637
- - google_compute_firewall
1638
- - google_compute_forwarding_rule
1639
- - google_compute_global_address
1640
- - google_compute_global_forwarding_rule
1641
- - google_compute_global_network_endpoint
1642
- - google_compute_global_network_endpoint_group
1643
- - google_compute_health_check
1644
- - google_compute_http_health_check
1645
- - google_compute_https_health_check
1646
- - google_compute_image
1647
- - google_compute_instance
1648
- - google_compute_instance_from_template
1649
- - google_compute_instance_group
1650
- - google_compute_instance_group_manager
1651
- - google_compute_instance_group_named_port
1652
- - google_compute_instance_iam
1653
- - google_compute_instance_template
1654
- - google_compute_interconnect_attachment
1655
- - google_compute_network
1656
- - google_compute_network_endpoint
1657
- - google_compute_network_endpoint_group
1658
- - google_compute_network_peering
1659
- - google_compute_network_peering_routes_config
1660
- - google_compute_node_group
1661
- - google_compute_node_template
1662
- - google_compute_project_default_network_tier
1663
- - google_compute_project_metadata
1664
- - google_compute_project_metadata_item
1665
- - google_compute_region_autoscaler
1666
- - google_compute_region_backend_service
1667
- - google_compute_region_disk
1668
- - google_compute_region_disk_resource_policy_attachment
1669
- - google_compute_region_health_check
1670
- - google_compute_region_instance_group_manager
1671
- - google_compute_region_ssl_certificate
1672
- - google_compute_region_target_http_proxy
1673
- - google_compute_region_target_https_proxy
1674
- - google_compute_region_url_map
1675
- - google_compute_reservation
1676
- - google_compute_resource_policy
1677
- - google_compute_route
1678
- - google_compute_router
1679
- - google_compute_router_bgp_peer
1680
- - google_compute_router_interface
1681
- - google_compute_router_nat
1682
- - google_compute_security_policy
1683
- - google_compute_shared_vpc_host_project
1684
- - google_compute_shared_vpc_service_project
1685
- - google_compute_snapshot
1686
- - google_compute_ssl_certificate
1687
- - google_compute_ssl_policy
1688
- - google_compute_subnetwork
1689
- - google_compute_subnetwork_iam
1690
- - google_compute_target_http_proxy
1691
- - google_compute_target_https_proxy
1692
- - google_compute_target_instance
1693
- - google_compute_target_pool
1694
- - google_compute_target_ssl_proxy
1695
- - google_compute_target_tcp_proxy
1696
- - google_compute_url_map
1697
- - google_compute_vpn_gateway
1698
- - google_compute_vpn_tunnel
1699
- - google_container_analysis_note
1700
- - google_container_analysis_occurrence
1701
- - google_container_registry
1702
- - google_data_catalog_entry
1703
- - google_data_catalog_entry_group
1704
- - google_data_catalog_entry_group_iam
1705
- - google_data_catalog_tag
1706
- - google_data_catalog_tag_template
1707
- - google_dataflow_job
1708
- - google_dataproc_autoscaling_policy
1709
- - google_dataproc_cluster
1710
- - google_dataproc_cluster_iam
1711
- - google_dataproc_job
1712
- - google_dataproc_job_iam
1713
- - google_datastore_index
1714
- - google_dialogflow_agent
1715
- - google_dialogflow_entity_type
1716
- - google_dialogflow_intent
1717
- - google_filestore_instance
1718
- - google_firestore_index
1719
- - google_identity_platform_default_supported_idp_config
1720
- - google_identity_platform_inbound_saml_config
1721
- - google_identity_platform_oauth_idp_config
1722
- - google_identity_platform_tenant
1723
- - google_identity_platform_tenant_default_supported_idp_config
1724
- - google_identity_platform_tenant_inbound_saml_config
1725
- - google_identity_platform_tenant_oauth_idp_config
1726
- - google_iap_app_engine_service_iam
1727
- - google_iap_app_engine_version_iam
1728
- - google_iap_brand
1729
- - google_iap_client
1730
- - google_iap_tunnel_instance_iam
1731
- - google_iap_web_backend_service_iam
1732
- - google_iap_web_iam
1733
- - google_iap_web_type_app_engine_iam
1734
- - google_iap_web_type_compute_iam
1735
- - google_container_cluster
1736
- - google_container_node_pool
1737
- - google_ml_engine_model
1738
- - google_redis_instance
1739
- - google_network_management_connectivity_test_resource
1740
- - google_os_config_patch_deployment
1741
- - google_os_login_ssh_public_key
1742
- - google_resource_manager_lien
1743
- - google_runtimeconfig_config
1744
- - google_runtimeconfig_config_iam
1745
- - google_runtimeconfig_variable
1746
- - google_secret_manager_secret
1747
- - google_secret_manager_secret_iam
1748
- - google_secret_manager_secret_version
1749
- - google_scc_source
1750
- - google_vpc_access_connector
1751
- - google_service_networking_connection
1752
- - google_storage_transfer_job
1753
- - google_project_iam
1754
- - google_storage_bucket_iam
1755
- - google_dataflow_flex_template_job
1756
- - google_active_directory_domain
1757
- - google_apigee_envgroup
1758
- - google_apigee_envgroup_attachment
1759
- - google_apigee_environment
1760
- - google_apigee_instance
1761
- - google_apigee_instance_attachment
1762
- - google_data_catalog_tag_template_iam_binding
1763
- - google_data_catalog_tag_template_iam_member
1764
- - google_data_catalog_tag_template_iam_policy
1765
- - google_eventarc_trigger
1766
- - google_healthcare_consent_store
1767
- - google_healthcare_consent_store_iam_binding
1768
- - google_healthcare_consent_store_iam_member
1769
- - google_healthcare_consent_store_iam_policy
1770
- - google_tags_tag_binding
1771
- - google_tags_tag_key
1772
- - google_tags_tag_key_iam_binding
1773
- - google_tags_tag_key_iam_member
1774
- - google_tags_tag_key_iam_policy
1775
- - google_tags_tag_value
1776
- - google_tags_tag_value_iam_binding
1777
- - google_tags_tag_value_iam_member
1778
- - google_tags_tag_value_iam_policy
1779
- - google_workflows_workflow
1780
- AzureResourceTypes:
1781
- type: string
1782
- enum:
1783
- - azurerm_api_management
1784
- - azurerm_api_management_api
1785
- - azurerm_api_management_api_operation
1786
- - azurerm_api_management_api_operation_policy
1787
- - azurerm_api_management_api_policy
1788
- - azurerm_api_management_api_schema
1789
- - azurerm_api_management_api_version_set
1790
- - azurerm_api_management_authorization_server
1791
- - azurerm_api_management_backend
1792
- - azurerm_api_management_certificate
1793
- - azurerm_api_management_diagnostic
1794
- - azurerm_api_management_group
1795
- - azurerm_api_management_group_user
1796
- - azurerm_api_management_identity_provider_aad
1797
- - azurerm_api_management_identity_provider_facebook
1798
- - azurerm_api_management_identity_provider_google
1799
- - azurerm_api_management_identity_provider_microsoft
1800
- - azurerm_api_management_identity_provider_twitter
1801
- - azurerm_api_management_logger
1802
- - azurerm_api_management_named_value
1803
- - azurerm_api_management_openid_connect_provider
1804
- - azurerm_api_management_product
1805
- - azurerm_api_management_product_api
1806
- - azurerm_api_management_product_group
1807
- - azurerm_api_management_product_policy
1808
- - azurerm_api_management_property
1809
- - azurerm_api_management_subscription
1810
- - azurerm_api_management_user
1811
- - azurerm_analysis_services_server
1812
- - azurerm_app_configuration
1813
- - azurerm_app_service
1814
- - azurerm_app_service_active_slot
1815
- - azurerm_app_service_certificate
1816
- - azurerm_app_service_certificate_order
1817
- - azurerm_app_service_custom_hostname_binding
1818
- - azurerm_app_service_environment
1819
- - azurerm_app_service_hybrid_connection
1820
- - azurerm_app_service_plan
1821
- - azurerm_app_service_slot
1822
- - azurerm_app_service_slot_virtual_network_swift_connection
1823
- - azurerm_app_service_source_control_token
1824
- - azurerm_app_service_virtual_network_swift_connection
1825
- - azurerm_function_app
1826
- - azurerm_function_app_slot
1827
- - azurerm_application_insights
1828
- - azurerm_application_insights_analytics_item
1829
- - azurerm_application_insights_api_key
1830
- - azurerm_application_insights_web_test
1831
- - azurerm_role_assignment
1832
- - azurerm_role_definition
1833
- - azurerm_user_assigned_identity
1834
- - azurerm_automation_account
1835
- - azurerm_automation_certificate
1836
- - azurerm_automation_connection
1837
- - azurerm_automation_connection_certificate
1838
- - azurerm_automation_connection_classic_certificate
1839
- - azurerm_automation_connection_service_principal
1840
- - azurerm_automation_credential
1841
- - azurerm_automation_dsc_configuration
1842
- - azurerm_automation_dsc_nodeconfiguration
1843
- - azurerm_automation_job_schedule
1844
- - azurerm_automation_module
1845
- - azurerm_automation_runbook
1846
- - azurerm_automation_schedule
1847
- - azurerm_automation_variable_bool
1848
- - azurerm_automation_variable_datetime
1849
- - azurerm_automation_variable_int
1850
- - azurerm_automation_variable_string
1851
- - azurerm_resource_group
1852
- - azurerm_batch_account
1853
- - azurerm_batch_application
1854
- - azurerm_batch_certificate
1855
- - azurerm_batch_pool
1856
- - azurerm_blueprint_assignment
1857
- - azurerm_bot_channel_directline
1858
- - azurerm_bot_channel_email
1859
- - azurerm_bot_channel_ms_teams
1860
- - azurerm_bot_channel_slack
1861
- - azurerm_bot_channels_registration
1862
- - azurerm_bot_connection
1863
- - azurerm_bot_web_app
1864
- - azurerm_cdn_endpoint
1865
- - azurerm_cdn_profile
1866
- - azurerm_cognitive_account
1867
- - azurerm_availability_set
1868
- - azurerm_dedicated_host
1869
- - azurerm_dedicated_host_group
1870
- - azurerm_disk_encryption_set
1871
- - azurerm_image
1872
- - azurerm_linux_virtual_machine
1873
- - azurerm_linux_virtual_machine_scale_set
1874
- - azurerm_managed_disk
1875
- - azurerm_marketplace_agreement
1876
- - azurerm_orchestrated_virtual_machine_scale_set
1877
- - azurerm_proximity_placement_group
1878
- - azurerm_shared_image
1879
- - azurerm_shared_image_gallery
1880
- - azurerm_shared_image_version
1881
- - azurerm_snapshot
1882
- - azurerm_virtual_machine
1883
- - azurerm_virtual_machine_data_disk_attachment
1884
- - azurerm_virtual_machine_extension
1885
- - azurerm_virtual_machine_scale_set
1886
- - azurerm_virtual_machine_scale_set_extension
1887
- - azurerm_windows_virtual_machine
1888
- - azurerm_windows_virtual_machine_scale_set
1889
- - azurerm_container_group
1890
- - azurerm_container_registry
1891
- - azurerm_container_registry_webhook
1892
- - azurerm_kubernetes_cluster
1893
- - azurerm_kubernetes_cluster_node_pool
1894
- - azurerm_cosmosdb_account
1895
- - azurerm_cosmosdb_cassandra_keyspace
1896
- - azurerm_cosmosdb_gremlin_database
1897
- - azurerm_cosmosdb_gremlin_graph
1898
- - azurerm_cosmosdb_mongo_collection
1899
- - azurerm_cosmosdb_mongo_database
1900
- - azurerm_cosmosdb_sql_container
1901
- - azurerm_cosmosdb_sql_database
1902
- - azurerm_cosmosdb_table
1903
- - azurerm_cost_management_export_resource_group
1904
- - azurerm_custom_provider
1905
- - azurerm_dns_a_record
1906
- - azurerm_dns_aaaa_record
1907
- - azurerm_dns_caa_record
1908
- - azurerm_dns_cname_record
1909
- - azurerm_dns_mx_record
1910
- - azurerm_dns_ns_record
1911
- - azurerm_dns_ptr_record
1912
- - azurerm_dns_srv_record
1913
- - azurerm_dns_txt_record
1914
- - azurerm_dns_zone
1915
- - azurerm_kusto_attached_database_configuration
1916
- - azurerm_kusto_cluster
1917
- - azurerm_kusto_cluster_customer_managed_key
1918
- - azurerm_kusto_cluster_principal_assignment
1919
- - azurerm_kusto_database
1920
- - azurerm_kusto_database_principal
1921
- - azurerm_kusto_database_principal_assignment
1922
- - azurerm_kusto_eventhub_data_connection
1923
- - azurerm_data_factory
1924
- - azurerm_data_factory_dataset_azure_blob
1925
- - azurerm_data_factory_dataset_cosmosdb_sqlapi
1926
- - azurerm_data_factory_dataset_delimited_text
1927
- - azurerm_data_factory_dataset_http
1928
- - azurerm_data_factory_dataset_json
1929
- - azurerm_data_factory_dataset_mysql
1930
- - azurerm_data_factory_dataset_postgresql
1931
- - azurerm_data_factory_dataset_sql_server_table
1932
- - azurerm_data_factory_integration_runtime_managed
1933
- - azurerm_data_factory_integration_runtime_self_hosted
1934
- - azurerm_data_factory_linked_service_azure_blob_storage
1935
- - azurerm_data_factory_linked_service_azure_file_storage
1936
- - azurerm_data_factory_linked_service_azure_function
1937
- - azurerm_data_factory_linked_service_cosmosdb
1938
- - azurerm_data_factory_linked_service_data_lake_storage_gen2
1939
- - azurerm_data_factory_linked_service_key_vault
1940
- - azurerm_data_factory_linked_service_mysql
1941
- - azurerm_data_factory_linked_service_postgresql
1942
- - azurerm_data_factory_linked_service_sftp
1943
- - azurerm_data_factory_linked_service_sql_server
1944
- - azurerm_data_factory_linked_service_web
1945
- - azurerm_data_factory_pipeline
1946
- - azurerm_data_factory_trigger_schedule
1947
- - azurerm_data_lake_analytics_account
1948
- - azurerm_data_lake_analytics_firewall_rule
1949
- - azurerm_data_lake_store
1950
- - azurerm_data_lake_store_file
1951
- - azurerm_data_lake_store_firewall_rule
1952
- - azurerm_data_share
1953
- - azurerm_data_share_account
1954
- - azurerm_data_share_dataset_blob_storage
1955
- - azurerm_data_share_dataset_data_lake_gen1
1956
- - azurerm_mariadb_configuration
1957
- - azurerm_mariadb_database
1958
- - azurerm_mariadb_firewall_rule
1959
- - azurerm_mariadb_server
1960
- - azurerm_mariadb_virtual_network_rule
1961
- - azurerm_mssql_database
1962
- - azurerm_mssql_database_vulnerability_assessment_rule_baseline
1963
- - azurerm_mssql_elasticpool
1964
- - azurerm_mssql_server
1965
- - azurerm_mssql_server_security_alert_policy
1966
- - azurerm_mssql_server_vulnerability_assessment
1967
- - azurerm_mssql_virtual_machine
1968
- - azurerm_mysql_active_directory_administrator
1969
- - azurerm_mysql_configuration
1970
- - azurerm_mysql_database
1971
- - azurerm_mysql_firewall_rule
1972
- - azurerm_mysql_server
1973
- - azurerm_mysql_virtual_network_rule
1974
- - azurerm_postgresql_active_directory_administrator
1975
- - azurerm_postgresql_configuration
1976
- - azurerm_postgresql_database
1977
- - azurerm_postgresql_firewall_rule
1978
- - azurerm_postgresql_server
1979
- - azurerm_postgresql_virtual_network_rule
1980
- - azurerm_sql_active_directory_administrator
1981
- - azurerm_sql_database
1982
- - azurerm_sql_elasticpool
1983
- - azurerm_sql_failover_group
1984
- - azurerm_sql_firewall_rule
1985
- - azurerm_sql_server
1986
- - azurerm_sql_virtual_network_rule
1987
- - azurerm_database_migration_project
1988
- - azurerm_database_migration_service
1989
- - azurerm_databricks_workspace
1990
- - azurerm_dev_test_global_vm_shutdown_schedule
1991
- - azurerm_dev_test_lab
1992
- - azurerm_dev_test_linux_virtual_machine
1993
- - azurerm_dev_test_policy
1994
- - azurerm_dev_test_schedule
1995
- - azurerm_dev_test_virtual_network
1996
- - azurerm_dev_test_windows_virtual_machine
1997
- - azurerm_devspace_controller
1998
- - azurerm_hdinsight_hadoop_cluster
1999
- - azurerm_hdinsight_hbase_cluster
2000
- - azurerm_hdinsight_interactive_query_cluster
2001
- - azurerm_hdinsight_kafka_cluster
2002
- - azurerm_hdinsight_ml_services_cluster
2003
- - azurerm_hdinsight_rserver_cluster
2004
- - azurerm_hdinsight_spark_cluster
2005
- - azurerm_hdinsight_storm_cluster
2006
- - azurerm_dedicated_hardware_security_module
2007
- - azurerm_healthcare_service
2008
- - azurerm_iotcentral_application
2009
- - azurerm_iothub
2010
- - azurerm_iothub_consumer_group
2011
- - azurerm_iothub_dps
2012
- - azurerm_iothub_dps_certificate
2013
- - azurerm_iothub_dps_shared_access_policy
2014
- - azurerm_iothub_shared_access_policy
2015
- - azurerm_key_vault
2016
- - azurerm_key_vault_access_policy
2017
- - azurerm_key_vault_certificate
2018
- - azurerm_key_vault_certificate_issuer
2019
- - azurerm_key_vault_key
2020
- - azurerm_key_vault_secret
2021
- - azurerm_lb
2022
- - azurerm_lb_backend_address_pool
2023
- - azurerm_lb_nat_pool
2024
- - azurerm_lb_nat_rule
2025
- - azurerm_lb_outbound_rule
2026
- - azurerm_lb_probe
2027
- - azurerm_lb_rule
2028
- - azurerm_log_analytics_datasource_windows_event
2029
- - azurerm_log_analytics_datasource_windows_performance_counter
2030
- - azurerm_log_analytics_linked_service
2031
- - azurerm_log_analytics_solution
2032
- - azurerm_log_analytics_workspace
2033
- - azurerm_logic_app_action_custom
2034
- - azurerm_logic_app_action_http
2035
- - azurerm_logic_app_integration_account
2036
- - azurerm_logic_app_trigger_custom
2037
- - azurerm_logic_app_trigger_http_request
2038
- - azurerm_logic_app_trigger_recurrence
2039
- - azurerm_logic_app_workflow
2040
- - azurerm_machine_learning_workspace
2041
- - azurerm_maintenance_assignment_dedicated_host
2042
- - azurerm_maintenance_assignment_virtual_machine
2043
- - azurerm_maintenance_configuration
2044
- - azurerm_managed_application
2045
- - azurerm_managed_application_definition
2046
- - azurerm_management_group
2047
- - azurerm_management_lock
2048
- - azurerm_maps_account
2049
- - azurerm_media_services_account
2050
- - azurerm_eventgrid_domain
2051
- - azurerm_eventgrid_domain_topic
2052
- - azurerm_eventgrid_event_subscription
2053
- - azurerm_eventgrid_topic
2054
- - azurerm_eventhub
2055
- - azurerm_eventhub_authorization_rule
2056
- - azurerm_eventhub_cluster
2057
- - azurerm_eventhub_consumer_group
2058
- - azurerm_eventhub_namespace
2059
- - azurerm_eventhub_namespace_authorization_rule
2060
- - azurerm_eventhub_namespace_disaster_recovery_config
2061
- - azurerm_iothub_endpoint_eventhub
2062
- - azurerm_iothub_endpoint_servicebus_queue
2063
- - azurerm_iothub_endpoint_servicebus_topic
2064
- - azurerm_iothub_endpoint_storage_container
2065
- - azurerm_iothub_fallback_route
2066
- - azurerm_iothub_route
2067
- - azurerm_notification_hub
2068
- - azurerm_notification_hub_authorization_rule
2069
- - azurerm_notification_hub_namespace
2070
- - azurerm_relay_hybrid_connection
2071
- - azurerm_relay_namespace
2072
- - azurerm_servicebus_namespace
2073
- - azurerm_servicebus_namespace_authorization_rule
2074
- - azurerm_servicebus_namespace_network_rule_set
2075
- - azurerm_servicebus_queue
2076
- - azurerm_servicebus_queue_authorization_rule
2077
- - azurerm_servicebus_subscription
2078
- - azurerm_servicebus_subscription_rule
2079
- - azurerm_servicebus_topic
2080
- - azurerm_servicebus_topic_authorization_rule
2081
- - azurerm_signalr_service
2082
- - azurerm_spatial_anchors_account
2083
- - azurerm_monitor_action_group
2084
- - azurerm_monitor_action_rule_action_group
2085
- - azurerm_monitor_action_rule_suppression
2086
- - azurerm_monitor_activity_log_alert
2087
- - azurerm_monitor_autoscale_setting
2088
- - azurerm_monitor_diagnostic_setting
2089
- - azurerm_monitor_log_profile
2090
- - azurerm_monitor_metric_alert
2091
- - azurerm_monitor_scheduled_query_rules_alert
2092
- - azurerm_monitor_scheduled_query_rules_log
2093
- - azurerm_netapp_account
2094
- - azurerm_netapp_pool
2095
- - azurerm_netapp_snapshot
2096
- - azurerm_netapp_volume
2097
- - azurerm_application_gateway
2098
- - azurerm_application_security_group
2099
- - azurerm_bastion_host
2100
- - azurerm_express_route_circuit
2101
- - azurerm_express_route_circuit_authorization
2102
- - azurerm_express_route_circuit_peering
2103
- - azurerm_express_route_gateway
2104
- - azurerm_firewall
2105
- - azurerm_firewall_application_rule_collection
2106
- - azurerm_firewall_nat_rule_collection
2107
- - azurerm_firewall_network_rule_collection
2108
- - azurerm_frontdoor
2109
- - azurerm_frontdoor_custom_https_configuration
2110
- - azurerm_frontdoor_firewall_policy
2111
- - azurerm_local_network_gateway
2112
- - azurerm_nat_gateway
2113
- - azurerm_nat_gateway_public_ip_association
2114
- - azurerm_network_ddos_protection_plan
2115
- - azurerm_network_interface
2116
- - azurerm_network_interface_application_gateway_backend_address_pool_association
2117
- - azurerm_network_interface_application_security_group_association
2118
- - azurerm_network_interface_backend_address_pool_association
2119
- - azurerm_network_interface_nat_rule_association
2120
- - azurerm_network_interface_security_group_association
2121
- - azurerm_network_packet_capture
2122
- - azurerm_network_profile
2123
- - azurerm_network_security_group
2124
- - azurerm_network_security_rule
2125
- - azurerm_network_watcher
2126
- - azurerm_network_watcher_flow_log
2127
- - azurerm_packet_capture
2128
- - azurerm_point_to_site_vpn_gateway
2129
- - azurerm_private_endpoint
2130
- - azurerm_private_link_service
2131
- - azurerm_public_ip
2132
- - azurerm_public_ip_prefix
2133
- - azurerm_route
2134
- - azurerm_route_filter
2135
- - azurerm_route_table
2136
- - azurerm_subnet
2137
- - azurerm_subnet_nat_gateway_association
2138
- - azurerm_subnet_network_security_group_association
2139
- - azurerm_subnet_route_table_association
2140
- - azurerm_traffic_manager_endpoint
2141
- - azurerm_traffic_manager_profile
2142
- - azurerm_virtual_hub
2143
- - azurerm_virtual_hub_connection
2144
- - azurerm_virtual_network
2145
- - azurerm_virtual_network_gateway
2146
- - azurerm_virtual_network_gateway_connection
2147
- - azurerm_virtual_network_peering
2148
- - azurerm_virtual_wan
2149
- - azurerm_vpn_gateway
2150
- - azurerm_vpn_server_configuration
2151
- - azurerm_web_application_firewall_policy
2152
- - azurerm_policy_assignment
2153
- - azurerm_policy_definition
2154
- - azurerm_policy_remediation
2155
- - azurerm_policy_set_definition
2156
- - azurerm_dashboard
2157
- - azurerm_powerbi_embedded
2158
- - azurerm_private_dns_a_record
2159
- - azurerm_private_dns_aaaa_record
2160
- - azurerm_private_dns_cname_record
2161
- - azurerm_private_dns_mx_record
2162
- - azurerm_private_dns_ptr_record
2163
- - azurerm_private_dns_srv_record
2164
- - azurerm_private_dns_txt_record
2165
- - azurerm_private_dns_zone
2166
- - azurerm_private_dns_zone_virtual_network_link
2167
- - azurerm_backup_container_storage_account
2168
- - azurerm_backup_policy_file_share
2169
- - azurerm_backup_policy_vm
2170
- - azurerm_backup_protected_file_share
2171
- - azurerm_backup_protected_vm
2172
- - azurerm_recovery_services_vault
2173
- - azurerm_site_recovery_fabric
2174
- - azurerm_site_recovery_network_mapping
2175
- - azurerm_site_recovery_protection_container
2176
- - azurerm_site_recovery_protection_container_mapping
2177
- - azurerm_site_recovery_replicated_vm
2178
- - azurerm_site_recovery_replication_policy
2179
- - azurerm_redis_cache
2180
- - azurerm_redis_firewall_rule
2181
- - azurerm_search_service
2182
- - azurerm_advanced_threat_protection
2183
- - azurerm_security_center_contact
2184
- - azurerm_security_center_subscription_pricing
2185
- - azurerm_security_center_workspace
2186
- - azurerm_sentinel_alert_rule_ms_security_incident
2187
- - azurerm_sentinel_alert_rule_scheduled
2188
- - azurerm_service_fabric_cluster
2189
- - azurerm_spring_cloud_app
2190
- - azurerm_spring_cloud_service
2191
- - azurerm_hpc_cache
2192
- - azurerm_hpc_cache_blob_target
2193
- - azurerm_hpc_cache_nfs_target
2194
- - azurerm_storage_account
2195
- - azurerm_storage_account_customer_managed_key
2196
- - azurerm_storage_account_network_rules
2197
- - azurerm_storage_blob
2198
- - azurerm_storage_container
2199
- - azurerm_storage_data_lake_gen2_filesystem
2200
- - azurerm_storage_management_policy
2201
- - azurerm_storage_queue
2202
- - azurerm_storage_share
2203
- - azurerm_storage_share_directory
2204
- - azurerm_storage_table
2205
- - azurerm_storage_table_entity
2206
- - azurerm_stream_analytics_function_javascript_udf
2207
- - azurerm_stream_analytics_job
2208
- - azurerm_stream_analytics_output_blob
2209
- - azurerm_stream_analytics_output_eventhub
2210
- - azurerm_stream_analytics_output_mssql
2211
- - azurerm_stream_analytics_output_servicebus_queue
2212
- - azurerm_stream_analytics_output_servicebus_topic
2213
- - azurerm_stream_analytics_reference_input_blob
2214
- - azurerm_stream_analytics_stream_input_blob
2215
- - azurerm_stream_analytics_stream_input_eventhub
2216
- - azurerm_stream_analytics_stream_input_iothub
2217
- - azurerm_synapse_workspace
2218
- - azurerm_template_deployment
2219
- - azurerm_iot_time_series_insights_access_policy
2220
- - azurerm_iot_time_series_insights_reference_data_set
2221
- - azurerm_iot_time_series_insights_standard_environment
2222
- - azurerm_api_management_email_template
2223
- - azurerm_communication_service
2224
- - azurerm_data_factory_dataset_parquet
2225
- - azurerm_data_factory_linked_service_azure_databricks
2226
- - azurerm_data_lake_store_virtual_network_rule
2227
- - azurerm_databox_edge_device
2228
- - azurerm_databox_edge_order
2229
- - azurerm_express_route_port
2230
- - azurerm_hpc_cache_access_policy
2231
- - azurerm_kusto_eventgrid_data_connection
2232
- - azurerm_kusto_iothub_data_connection
2233
- - azurerm_management_group_subscription_association
2234
- - azurerm_management_group_template_deployment
2235
- - azurerm_media_live_event
2236
- - azurerm_media_live_event_output
2237
- - azurerm_mssql_firewall_rule
2238
- - azurerm_mssql_virtual_network_rule
2239
- - azurerm_purview_account
2240
- - azurerm_redis_enterprise_cluster
2241
- - azurerm_redis_enterprise_database
2242
- - azurerm_security_center_assessment
2243
- - azurerm_security_center_assessment_metadata
2244
- - azurerm_security_center_assessment_policy
2245
- - azurerm_security_center_server_vulnerability_assessment
2246
- - azurerm_sentinel_data_connector_aws_cloud_trail
2247
- - azurerm_sentinel_data_connector_azure_active_directory
2248
- - azurerm_sentinel_data_connector_azure_advanced_threat_protection
2249
- - azurerm_sentinel_data_connector_azure_security_center
2250
- - azurerm_sentinel_data_connector_microsoft_cloud_app_security
2251
- - azurerm_sentinel_data_connector_office_365
2252
- - azurerm_sentinel_data_connector_threat_intelligence
2253
- - azurerm_spring_cloud_app_mysql_association
2254
- - azurerm_spring_cloud_app_redis_association
2255
- - azurerm_spring_cloud_custom_domain
2256
- - azurerm_subscription
2257
- - azurerm_tenant_template_deployment
2258
- - azurerm_vmware_private_cloud
2259
- CloudFormationResourceTypes:
2260
- type: string
2261
- enum:
2262
- - AWS::ApiGateway::ClientCertificate
2263
- - AWS::ApiGateway::GatewayResponse
2264
- - AWS::ApplicationAutoScaling::ScalableTarget
2265
- - AWS::DataSync::LocationEFS
2266
- - AWS::Greengrass::SubscriptionDefinition
2267
- - AWS::Inspector::AssessmentTemplate
2268
- - AWS::Pinpoint::APNSVoipSandboxChannel
2269
- - AWS::ACMPCA::CertificateAuthority
2270
- - AWS::CodePipeline::Pipeline
2271
- - AWS::GroundStation::MissionProfile
2272
- - AWS::WAFRegional::ByteMatchSet
2273
- - AWS::IoTThingsGraph::FlowTemplate
2274
- - AWS::ACMPCA::CertificateAuthorityActivation
2275
- - AWS::Amplify::Branch
2276
- - AWS::DMS::ReplicationInstance
2277
- - AWS::EC2::FlowLog
2278
- - AWS::ElastiCache::GlobalReplicationGroup
2279
- - AWS::Glue::Database
2280
- - AWS::IAM::OIDCProvider
2281
- - AWS::SageMaker::DataQualityJobDefinition
2282
- - AWS::SageMaker::Image
2283
- - AWS::ApiGatewayV2::ApiMapping
2284
- - AWS::EKS::FargateProfile
2285
- - AWS::GameLift::MatchmakingRuleSet
2286
- - AWS::Greengrass::Group
2287
- - AWS::IoTWireless::ServiceProfile
2288
- - AWS::RoboMaker::RobotApplicationVersion
2289
- - AWS::SecretsManager::RotationSchedule
2290
- - AWS::FraudDetector::Outcome
2291
- - AWS::Glue::DevEndpoint
2292
- - AWS::Glue::Table
2293
- - AWS::RDS::EventSubscription
2294
- - AWS::ServiceCatalog::PortfolioShare
2295
- - AWS::EC2::TrafficMirrorTarget
2296
- - AWS::IoT::MitigationAction
2297
- - AWS::SageMaker::CodeRepository
2298
- - AWS::CloudFront::StreamingDistribution
2299
- - AWS::Glue::Partition
2300
- - AWS::IoT::ThingPrincipalAttachment
2301
- - AWS::Lambda::Permission
2302
- - AWS::WAFRegional::IPSet
2303
- - AWS::AmazonMQ::ConfigurationAssociation
2304
- - AWS::Cognito::UserPoolUICustomizationAttachment
2305
- - AWS::IAM::Role
2306
- - AWS::WAF::ByteMatchSet
2307
- - AWS::XRay::SamplingRule
2308
- - AWS::AppConfig::Application
2309
- - AWS::AppMesh::GatewayRoute
2310
- - AWS::AppStream::Stack
2311
- - AWS::CloudTrail::Trail
2312
- - AWS::DAX::ParameterGroup
2313
- - AWS::ElasticLoadBalancingV2::Listener
2314
- - AWS::SageMaker::DeviceFleet
2315
- - AWS::PinpointEmail::Identity
2316
- - AWS::ApiGateway::Account
2317
- - AWS::ApiGatewayV2::Deployment
2318
- - AWS::CloudFront::RealtimeLogConfig
2319
- - AWS::CodeBuild::SourceCredential
2320
- - AWS::Cognito::IdentityPool
2321
- - AWS::OpsWorks::Volume
2322
- - AWS::Pinpoint::App
2323
- - AWS::Pinpoint::APNSVoipChannel
2324
- - AWS::CodeBuild::Project
2325
- - AWS::DocDB::DBInstance
2326
- - AWS::EC2::NetworkAcl
2327
- - AWS::EventSchemas::Schema
2328
- - AWS::IoT::Policy
2329
- - AWS::IoTWireless::DeviceProfile
2330
- - AWS::IoTWireless::TaskDefinition
2331
- - AWS::Cassandra::Keyspace
2332
- - AWS::IoT1Click::Device
2333
- - AWS::MediaConnect::FlowEntitlement
2334
- - AWS::Neptune::DBCluster
2335
- - AWS::ServiceCatalogAppRegistry::Application
2336
- - AWS::ApiGatewayV2::ApiGatewayManagedOverrides
2337
- - AWS::EMR::InstanceGroupConfig
2338
- - AWS::ElasticLoadBalancingV2::ListenerCertificate
2339
- - AWS::Glue::SchemaVersionMetadata
2340
- - AWS::MediaPackage::Channel
2341
- - AWS::RoboMaker::Fleet
2342
- - AWS::SSM::Document
2343
- - AWS::AppSync::GraphQLApi
2344
- - AWS::SES::ReceiptFilter
2345
- - AWS::AmazonMQ::Broker
2346
- - AWS::EC2::SecurityGroup
2347
- - AWS::EC2::TrafficMirrorSession
2348
- - AWS::Greengrass::LoggerDefinitionVersion
2349
- - AWS::IoTSiteWise::Dashboard
2350
- - AWS::ServiceCatalog::StackSetConstraint
2351
- - AWS::ApiGateway::UsagePlanKey
2352
- - AWS::Config::RemediationConfiguration
2353
- - AWS::QLDB::Stream
2354
- - AWS::Cognito::UserPool
2355
- - AWS::EC2::Volume
2356
- - AWS::RDS::DBCluster
2357
- - AWS::SageMaker::Endpoint
2358
- - AWS::EC2::LaunchTemplate
2359
- - AWS::EMR::Step
2360
- - AWS::Glue::Schema
2361
- - AWS::MediaConvert::Preset
2362
- - AWS::S3ObjectLambda::AccessPoint
2363
- - AWS::Logs::Destination
2364
- - AWS::ApiGateway::Authorizer
2365
- - AWS::AppSync::FunctionConfiguration
2366
- - AWS::CloudFront::OriginRequestPolicy
2367
- - AWS::EC2::SubnetRouteTableAssociation
2368
- - AWS::ECS::TaskDefinition
2369
- - AWS::EMR::Cluster
2370
- - AWS::Events::Rule
2371
- - AWS::Pinpoint::ADMChannel
2372
- - AWS::S3Outposts::Endpoint
2373
- - AWS::AppSync::DataSource
2374
- - AWS::ECS::ClusterCapacityProviderAssociations
2375
- - AWS::EFS::AccessPoint
2376
- - AWS::Glue::SchemaVersion
2377
- - AWS::SageMaker::ModelExplainabilityJobDefinition
2378
- - AWS::XRay::Group
2379
- - AWS::CloudFront::KeyGroup
2380
- - AWS::DAX::SubnetGroup
2381
- - AWS::SageMaker::Domain
2382
- - AWS::ServiceCatalogAppRegistry::ResourceAssociation
2383
- - AWS::KinesisAnalyticsV2::ApplicationOutput
2384
- - AWS::CloudFormation::CustomResource
2385
- - AWS::ECS::PrimaryTaskSet
2386
- - AWS::ElastiCache::SecurityGroup
2387
- - AWS::Glue::Classifier
2388
- - AWS::Greengrass::FunctionDefinition
2389
- - AWS::IoT::TopicRule
2390
- - AWS::IoTCoreDeviceAdvisor::SuiteDefinition
2391
- - AWS::MSK::Cluster
2392
- - AWS::MediaConvert::Queue
2393
- - AWS::EC2::ClientVpnEndpoint
2394
- - AWS::SecretsManager::SecretTargetAttachment
2395
- - AWS::WAF::XssMatchSet
2396
- - AWS::WAFRegional::WebACL
2397
- - AWS::ApiGatewayV2::IntegrationResponse
2398
- - AWS::DataBrew::Dataset
2399
- - AWS::GuardDuty::IPSet
2400
- - AWS::Kendra::Index
2401
- - AWS::Pinpoint::Segment
2402
- - AWS::WAFRegional::GeoMatchSet
2403
- - AWS::NimbleStudio::Studio
2404
- - AWS::Amplify::App
2405
- - AWS::Backup::BackupPlan
2406
- - AWS::CE::AnomalyMonitor
2407
- - AWS::CodeGuruProfiler::ProfilingGroup
2408
- - AWS::Detective::MemberInvitation
2409
- - AWS::EC2::TransitGatewayRoute
2410
- - AWS::LakeFormation::Permissions
2411
- - AWS::WAF::WebACL
2412
- - AWS::ImageBuilder::DistributionConfiguration
2413
- - AWS::IoT::ProvisioningTemplate
2414
- - AWS::Macie::CustomDataIdentifier
2415
- - AWS::Neptune::DBParameterGroup
2416
- - AWS::SSM::Association
2417
- - AWS::WAFRegional::SizeConstraintSet
2418
- - AWS::AppStream::DirectoryConfig
2419
- - AWS::CloudFront::Distribution
2420
- - AWS::CodeArtifact::Repository
2421
- - AWS::EFS::FileSystem
2422
- - AWS::Greengrass::ResourceDefinition
2423
- - AWS::IAM::User
2424
- - AWS::SES::ConfigurationSet
2425
- - AWS::SageMaker::ImageVersion
2426
- - AWS::Budgets::Budget
2427
- - AWS::EC2::CarrierGateway
2428
- - AWS::EC2::EC2Fleet
2429
- - AWS::FraudDetector::EventType
2430
- - AWS::IAM::UserToGroupAddition
2431
- - AWS::KMS::Key
2432
- - AWS::QuickSight::Theme
2433
- - AWS::Synthetics::Canary
2434
- - AWS::DataSync::LocationFSxWindows
2435
- - AWS::EC2::VolumeAttachment
2436
- - AWS::Lambda::CodeSigningConfig
2437
- - AWS::RoboMaker::SimulationApplicationVersion
2438
- - AWS::SSM::MaintenanceWindowTarget
2439
- - AWS::CodeCommit::Repository
2440
- - AWS::Cognito::IdentityPoolRoleAttachment
2441
- - AWS::DirectoryService::SimpleAD
2442
- - AWS::Glue::Crawler
2443
- - AWS::Greengrass::ResourceDefinitionVersion
2444
- - AWS::GuardDuty::Detector
2445
- - AWS::SageMaker::MonitoringSchedule
2446
- - AWS::EC2::SubnetNetworkAclAssociation
2447
- - AWS::RDS::DBSecurityGroupIngress
2448
- - AWS::ServiceCatalog::ServiceAction
2449
- - AWS::WAFRegional::XssMatchSet
2450
- - AWS::ServiceCatalogAppRegistry::AttributeGroup
2451
- - AWS::ApiGateway::Stage
2452
- - AWS::AppStream::StackUserAssociation
2453
- - AWS::AuditManager::Assessment
2454
- - AWS::Batch::JobDefinition
2455
- - AWS::Config::AggregationAuthorization
2456
- - AWS::Logs::QueryDefinition
2457
- - AWS::Pinpoint::GCMChannel
2458
- - AWS::EC2::Subnet
2459
- - AWS::SageMaker::Device
2460
- - AWS::SageMaker::ModelPackageGroup
2461
- - AWS::SageMaker::NotebookInstance
2462
- - AWS::SageMaker::NotebookInstanceLifecycleConfig
2463
- - AWS::CloudWatch::Dashboard
2464
- - AWS::EC2::ClientVpnRoute
2465
- - AWS::GameLift::MatchmakingConfiguration
2466
- - AWS::ManagedBlockchain::Member
2467
- - AWS::RDS::GlobalCluster
2468
- - AWS::SES::ContactList
2469
- - AWS::EC2::SubnetCidrBlock
2470
- - AWS::ElastiCache::CacheCluster
2471
- - AWS::IVS::Channel
2472
- - AWS::IoTWireless::Destination
2473
- - AWS::LicenseManager::Grant
2474
- - AWS::ServiceCatalog::ResourceUpdateConstraint
2475
- - AWS::ServiceCatalog::CloudFormationProduct
2476
- - AWS::AppMesh::VirtualNode
2477
- - AWS::EC2::NetworkInterfacePermission
2478
- - AWS::EC2::TransitGatewayMulticastDomainAssociation
2479
- - AWS::ECR::PublicRepository
2480
- - AWS::IAM::Policy
2481
- - AWS::IAM::VirtualMFADevice
2482
- - AWS::MediaLive::Channel
2483
- - AWS::Budgets::BudgetsAction
2484
- - AWS::DocDB::DBClusterParameterGroup
2485
- - AWS::EC2::TransitGatewayRouteTable
2486
- - AWS::Kendra::Faq
2487
- - AWS::AppConfig::HostedConfigurationVersion
2488
- - AWS::CloudFormation::ModuleDefaultVersion
2489
- - AWS::ECR::RegistryPolicy
2490
- - AWS::Location::PlaceIndex
2491
- - AWS::OpsWorks::Layer
2492
- - AWS::S3Outposts::AccessPoint
2493
- - AWS::ApiGateway::Method
2494
- - AWS::EKS::Nodegroup
2495
- - AWS::IoT1Click::Project
2496
- - AWS::LookoutMetrics::AnomalyDetector
2497
- - AWS::SSM::Parameter
2498
- - AWS::SageMaker::Model
2499
- - AWS::DevOpsGuru::ResourceCollection
2500
- - AWS::Route53Resolver::ResolverQueryLoggingConfig
2501
- - AWS::AppIntegrations::EventIntegration
2502
- - AWS::AppMesh::VirtualService
2503
- - AWS::EC2::TrafficMirrorFilter
2504
- - AWS::IAM::SAMLProvider
2505
- - AWS::IoT1Click::Placement
2506
- - AWS::IoT::AccountAuditConfiguration
2507
- - AWS::ResourceGroups::Group
2508
- - AWS::SageMaker::Pipeline
2509
- - AWS::ServiceCatalog::ServiceActionAssociation
2510
- - AWS::ServiceCatalog::TagOptionAssociation
2511
- - AWS::IAM::Group
2512
- - AWS::NetworkFirewall::RuleGroup
2513
- - AWS::OpsWorks::UserProfile
2514
- - AWS::SSMContacts::ContactChannel
2515
- - AWS::ApiGatewayV2::RouteResponse
2516
- - AWS::CloudWatch::AnomalyDetector
2517
- - AWS::Glue::Trigger
2518
- - AWS::ImageBuilder::InfrastructureConfiguration
2519
- - AWS::QuickSight::Template
2520
- - AWS::ApiGateway::UsagePlan
2521
- - AWS::CodeArtifact::Domain
2522
- - AWS::FinSpace::Environment
2523
- - AWS::ServiceDiscovery::PrivateDnsNamespace
2524
- - AWS::Events::ApiDestination
2525
- - AWS::Greengrass::GroupVersion
2526
- - AWS::Logs::LogGroup
2527
- - AWS::Neptune::DBClusterParameterGroup
2528
- - AWS::SageMaker::FeatureGroup
2529
- - AWS::ServiceCatalog::LaunchNotificationConstraint
2530
- - AWS::ApiGatewayV2::Authorizer
2531
- - AWS::Events::Archive
2532
- - AWS::GuardDuty::Master
2533
- - AWS::Pinpoint::SMSChannel
2534
- - AWS::Transfer::User
2535
- - AWS::RoboMaker::SimulationApplication
2536
- - AWS::DynamoDB::Table
2537
- - AWS::ElastiCache::User
2538
- - AWS::FMS::NotificationChannel
2539
- - AWS::IoTEvents::DetectorModel
2540
- - AWS::MediaPackage::PackagingConfiguration
2541
- - AWS::Pinpoint::VoiceChannel
2542
- - AWS::RoboMaker::Robot
2543
- - AWS::Route53Resolver::FirewallDomainList
2544
- - AWS::SNS::Topic
2545
- - AWS::SES::Template
2546
- - AWS::CE::AnomalySubscription
2547
- - AWS::DAX::Cluster
2548
- - AWS::DataBrew::Job
2549
- - AWS::LookoutVision::Project
2550
- - AWS::MediaLive::Input
2551
- - AWS::Redshift::ClusterParameterGroup
2552
- - AWS::Route53::HostedZone
2553
- - AWS::WAFRegional::SqlInjectionMatchSet
2554
- - AWS::ApplicationAutoScaling::ScalingPolicy
2555
- - AWS::DLM::LifecyclePolicy
2556
- - AWS::GameLift::Script
2557
- - AWS::OpsWorks::Instance
2558
- - AWS::QuickSight::Dashboard
2559
- - AWS::ServiceCatalog::LaunchRoleConstraint
2560
- - AWS::Timestream::Table
2561
- - AWS::Config::ConfigurationAggregator
2562
- - AWS::DocDB::DBCluster
2563
- - AWS::EC2::Host
2564
- - AWS::IAM::ServiceLinkedRole
2565
- - AWS::IoTAnalytics::Channel
2566
- - AWS::MediaPackage::OriginEndpoint
2567
- - AWS::ServiceCatalog::LaunchTemplateConstraint
2568
- - AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
2569
- - AWS::CloudFront::CloudFrontOriginAccessIdentity
2570
- - AWS::CloudWatch::InsightRule
2571
- - AWS::EC2::NetworkInsightsPath
2572
- - AWS::EKS::Cluster
2573
- - AWS::IAM::AccessKey
2574
- - AWS::RDS::DBSecurityGroup
2575
- - AWS::RDS::OptionGroup
2576
- - AWS::WAFv2::RuleGroup
2577
- - AWS::AutoScaling::LifecycleHook
2578
- - AWS::AutoScaling::WarmPool
2579
- - AWS::EC2::NetworkAclEntry
2580
- - AWS::IoTSiteWise::AccessPolicy
2581
- - AWS::Macie::FindingsFilter
2582
- - AWS::MediaPackage::PackagingGroup
2583
- - AWS::CodeDeploy::DeploymentGroup
2584
- - AWS::IoTFleetHub::Application
2585
- - AWS::Kendra::DataSource
2586
- - AWS::KinesisFirehose::DeliveryStream
2587
- - AWS::EC2::DHCPOptions
2588
- - AWS::EC2::PlacementGroup
2589
- - AWS::EC2::RouteTable
2590
- - AWS::Glue::Connection
2591
- - AWS::IoT::Thing
2592
- - AWS::Neptune::DBSubnetGroup
2593
- - AWS::QLDB::Ledger
2594
- - AWS::RDS::DBInstance
2595
- - AWS::ACMPCA::Certificate
2596
- - AWS::AccessAnalyzer::Analyzer
2597
- - AWS::ApiGateway::Resource
2598
- - AWS::CustomerProfiles::Domain
2599
- - AWS::EC2::SecurityGroupEgress
2600
- - AWS::GroundStation::DataflowEndpointGroup
2601
- - AWS::MediaConnect::FlowOutput
2602
- - AWS::Route53::HealthCheck
2603
- - AWS::S3ObjectLambda::AccessPointPolicy
2604
- - AWS::SNS::TopicPolicy
2605
- - AWS::GameLift::Alias
2606
- - AWS::NetworkFirewall::Firewall
2607
- - AWS::Batch::JobQueue
2608
- - AWS::Chatbot::SlackChannelConfiguration
2609
- - AWS::EC2::NetworkInterfaceAttachment
2610
- - AWS::EC2::Route
2611
- - AWS::EMR::SecurityConfiguration
2612
- - AWS::Location::RouteCalculator
2613
- - AWS::MediaConvert::JobTemplate
2614
- - AWS::AppRunner::Service
2615
- - AWS::IoTSiteWise::Project
2616
- - AWS::Cognito::UserPoolRiskConfigurationAttachment
2617
- - AWS::EC2::NatGateway
2618
- - AWS::KMS::Alias
2619
- - AWS::Kinesis::Stream
2620
- - AWS::NetworkManager::Site
2621
- - AWS::SDB::Domain
2622
- - AWS::SecretsManager::Secret
2623
- - AWS::SES::ConfigurationSetEventDestination
2624
- - AWS::ApiGatewayV2::Model
2625
- - AWS::EC2::TransitGatewayConnect
2626
- - AWS::EventSchemas::Registry
2627
- - AWS::Events::Connection
2628
- - AWS::FraudDetector::EntityType
2629
- - AWS::Glue::Registry
2630
- - AWS::IAM::ServerCertificate
2631
- - AWS::SQS::Queue
2632
- - AWS::ApiGateway::RestApi
2633
- - AWS::AppMesh::Mesh
2634
- - AWS::FMS::Policy
2635
- - AWS::OpsWorks::App
2636
- - AWS::WAFv2::IPSet
2637
- - AWS::AppFlow::ConnectorProfile
2638
- - AWS::CloudFormation::ResourceDefaultVersion
2639
- - AWS::EC2::TransitGateway
2640
- - AWS::Logs::LogStream
2641
- - AWS::ServiceDiscovery::PublicDnsNamespace
2642
- - AWS::WAFv2::WebACLAssociation
2643
- - AWS::AppConfig::ConfigurationProfile
2644
- - AWS::EC2::VPCCidrBlock
2645
- - AWS::EC2::VPNConnection
2646
- - AWS::ElasticLoadBalancingV2::ListenerRule
2647
- - AWS::Events::EventBus
2648
- - AWS::OpsWorks::ElasticLoadBalancerAttachment
2649
- - AWS::OpsWorksCM::Server
2650
- - AWS::Signer::SigningProfile
2651
- - AWS::EC2::NetworkInterface
2652
- - AWS::Events::EventBusPolicy
2653
- - AWS::Logs::MetricFilter
2654
- - AWS::Macie::Session
2655
- - AWS::Neptune::DBInstance
2656
- - AWS::ServiceDiscovery::Instance
2657
- - AWS::ServiceDiscovery::Service
2658
- - AWS::WAF::SizeConstraintSet
2659
- - AWS::ApiGateway::Deployment
2660
- - AWS::EC2::InternetGateway
2661
- - AWS::LakeFormation::DataLakeSettings
2662
- - AWS::LookoutMetrics::Alert
2663
- - AWS::SageMaker::AppImageConfig
2664
- - AWS::CloudWatch::CompositeAlarm
2665
- - AWS::DMS::Endpoint
2666
- - AWS::DynamoDB::GlobalTable
2667
- - AWS::EC2::LocalGatewayRouteTableVPCAssociation
2668
- - AWS::EC2::VPNGatewayRoutePropagation
2669
- - AWS::Greengrass::CoreDefinition
2670
- - AWS::Redshift::ClusterSecurityGroup
2671
- - AWS::CloudFormation::WaitCondition
2672
- - AWS::EC2::GatewayRouteTableAssociation
2673
- - AWS::IoT::Certificate
2674
- - AWS::NetworkManager::CustomerGatewayAssociation
2675
- - AWS::Batch::ComputeEnvironment
2676
- - AWS::GameLift::GameServerGroup
2677
- - AWS::RDS::DBProxyEndpoint
2678
- - AWS::Redshift::ClusterSecurityGroupIngress
2679
- - AWS::Route53Resolver::ResolverRuleAssociation
2680
- - AWS::SSM::PatchBaseline
2681
- - AWS::S3::AccessPoint
2682
- - AWS::ECS::CapacityProvider
2683
- - AWS::EMR::InstanceFleetConfig
2684
- - AWS::GuardDuty::ThreatIntelSet
2685
- - AWS::IoTAnalytics::Datastore
2686
- - AWS::NetworkManager::GlobalNetwork
2687
- - AWS::NimbleStudio::LaunchProfile
2688
- - AWS::Pinpoint::BaiduChannel
2689
- - AWS::ServiceDiscovery::HttpNamespace
2690
- - AWS::WAF::IPSet
2691
- - AWS::ServiceCatalog::Portfolio
2692
- - AWS::ApiGatewayV2::Api
2693
- - AWS::ApiGatewayV2::Route
2694
- - AWS::Config::StoredQuery
2695
- - AWS::ECS::Service
2696
- - AWS::LakeFormation::Resource
2697
- - AWS::RDS::DBProxy
2698
- - AWS::S3::Bucket
2699
- - AWS::AppConfig::Deployment
2700
- - AWS::CodeDeploy::DeploymentConfig
2701
- - AWS::CodePipeline::Webhook
2702
- - AWS::DataSync::LocationS3
2703
- - AWS::MediaStore::Container
2704
- - AWS::Pinpoint::PushTemplate
2705
- - AWS::IoT::CustomMetric
2706
- - AWS::IoT::DomainConfiguration
2707
- - AWS::Location::TrackerConsumer
2708
- - AWS::MediaConnect::FlowVpcInterface
2709
- - AWS::Signer::ProfilePermission
2710
- - AWS::DevOpsGuru::NotificationChannel
2711
- - AWS::SNS::Subscription
2712
- - AWS::SageMaker::Project
2713
- - AWS::Lambda::EventSourceMapping
2714
- - AWS::ApiGateway::BasePathMapping
2715
- - AWS::AutoScalingPlans::ScalingPlan
2716
- - AWS::EC2::TrafficMirrorFilterRule
2717
- - AWS::EFS::MountTarget
2718
- - AWS::ElasticLoadBalancingV2::LoadBalancer
2719
- - AWS::IoTWireless::WirelessDevice
2720
- - AWS::KinesisAnalytics::Application
2721
- - AWS::S3::StorageLens
2722
- - AWS::WAFv2::WebACL
2723
- - AWS::AutoScaling::ScalingPolicy
2724
- - AWS::Config::OrganizationConformancePack
2725
- - AWS::Greengrass::CoreDefinitionVersion
2726
- - AWS::Inspector::ResourceGroup
2727
- - AWS::IoTSiteWise::Gateway
2728
- - AWS::DMS::EventSubscription
2729
- - AWS::Greengrass::ConnectorDefinitionVersion
2730
- - AWS::ServiceCatalog::PortfolioProductAssociation
2731
- - AWS::Config::OrganizationConfigRule
2732
- - AWS::GameLift::GameSessionQueue
2733
- - AWS::DataSync::Agent
2734
- - AWS::EC2::NetworkInsightsAnalysis
2735
- - AWS::PinpointEmail::ConfigurationSetEventDestination
2736
- - AWS::Route53Resolver::FirewallRuleGroup
2737
- - AWS::EC2::ClientVpnAuthorizationRule
2738
- - AWS::EC2::EnclaveCertificateIamRoleAssociation
2739
- - AWS::EC2::PrefixList
2740
- - AWS::EC2::TransitGatewayMulticastGroupMember
2741
- - AWS::Lambda::EventInvokeConfig
2742
- - AWS::MediaConnect::Flow
2743
- - AWS::RAM::ResourceShare
2744
- - AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation
2745
- - AWS::IoT::Dimension
2746
- - AWS::ECR::ReplicationConfiguration
2747
- - AWS::FraudDetector::Variable
2748
- - AWS::ImageBuilder::ContainerRecipe
2749
- - AWS::NimbleStudio::StudioComponent
2750
- - AWS::SageMaker::App
2751
- - AWS::StepFunctions::Activity
2752
- - AWS::CloudFront::CachePolicy
2753
- - AWS::DMS::ReplicationSubnetGroup
2754
- - AWS::DMS::ReplicationTask
2755
- - AWS::ElasticLoadBalancing::LoadBalancer
2756
- - AWS::Greengrass::FunctionDefinitionVersion
2757
- - AWS::GuardDuty::Filter
2758
- - AWS::Location::GeofenceCollection
2759
- - AWS::AppConfig::Environment
2760
- - AWS::CodeStar::GitHubRepository
2761
- - AWS::GreengrassV2::ComponentVersion
2762
- - AWS::NetworkManager::TransitGatewayRegistration
2763
- - AWS::OpsWorks::Stack
2764
- - AWS::ApplicationInsights::Application
2765
- - AWS::Cognito::UserPoolUser
2766
- - AWS::EC2::TransitGatewayPeeringAttachment
2767
- - AWS::EC2::VPCPeeringConnection
2768
- - AWS::IVS::StreamKey
2769
- - AWS::ImageBuilder::Image
2770
- - AWS::Location::Map
2771
- - AWS::ServiceCatalog::CloudFormationProvisionedProduct
2772
- - AWS::IoTWireless::PartnerAccount
2773
- - AWS::Athena::DataCatalog
2774
- - AWS::CE::CostCategory
2775
- - AWS::CloudFormation::Macro
2776
- - AWS::Cognito::UserPoolUserToGroupAttachment
2777
- - AWS::EC2::TransitGatewayAttachment
2778
- - AWS::ElasticBeanstalk::ApplicationVersion
2779
- - AWS::Greengrass::DeviceDefinition
2780
- - AWS::WAFRegional::RateBasedRule
2781
- - AWS::AppSync::Resolver
2782
- - AWS::DataBrew::Project
2783
- - AWS::DataSync::Task
2784
- - AWS::EC2::Instance
2785
- - AWS::EC2::VPCEndpointConnectionNotification
2786
- - AWS::SecurityHub::Hub
2787
- - AWS::EC2::TransitGatewayRouteTablePropagation
2788
- - AWS::Lambda::Version
2789
- - AWS::SageMaker::Workteam
2790
- - AWS::ElasticLoadBalancingV2::TargetGroup
2791
- - AWS::GuardDuty::Member
2792
- - AWS::Inspector::AssessmentTarget
2793
- - AWS::ManagedBlockchain::Node
2794
- - AWS::AppStream::ImageBuilder
2795
- - AWS::EC2::TransitGatewayMulticastGroupSource
2796
- - AWS::EC2::EIP
2797
- - AWS::Route53::RecordSetGroup
2798
- - AWS::SES::ReceiptRuleSet
2799
- - AWS::AppStream::Fleet
2800
- - AWS::CodeStarNotifications::NotificationRule
2801
- - AWS::EC2::VPCGatewayAttachment
2802
- - AWS::Glue::DataCatalogEncryptionSettings
2803
- - AWS::IoT::PolicyPrincipalAttachment
2804
- - AWS::SSO::Assignment
2805
- - AWS::Redshift::ClusterSubnetGroup
2806
- - AWS::ApiGateway::DocumentationVersion
2807
- - AWS::AppMesh::VirtualRouter
2808
- - AWS::CUR::ReportDefinition
2809
- - AWS::CodeStarConnections::Connection
2810
- - AWS::Cognito::UserPoolIdentityProvider
2811
- - AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption
2812
- - AWS::Pinpoint::EmailTemplate
2813
- - AWS::Route53Resolver::FirewallRuleGroupAssociation
2814
- - AWS::SSM::ResourceDataSync
2815
- - AWS::Cassandra::Table
2816
- - AWS::ImageBuilder::Component
2817
- - AWS::IoTAnalytics::Pipeline
2818
- - AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource
2819
- - AWS::WAFv2::RegexPatternSet
2820
- - AWS::AppSync::ApiCache
2821
- - AWS::CodeBuild::ReportGroup
2822
- - AWS::FSx::FileSystem
2823
- - AWS::Glue::SecurityConfiguration
2824
- - AWS::IoTSiteWise::Portal
2825
- - AWS::KinesisAnalytics::ApplicationOutput
2826
- - AWS::WAFRegional::Rule
2827
- - AWS::Cognito::UserPoolDomain
2828
- - AWS::CustomerProfiles::ObjectType
2829
- - AWS::EMRContainers::VirtualCluster
2830
- - AWS::GlobalAccelerator::Accelerator
2831
- - AWS::ImageBuilder::ImageRecipe
2832
- - AWS::S3Outposts::Bucket
2833
- - AWS::S3Outposts::BucketPolicy
2834
- - AWS::Cloud9::EnvironmentEC2
2835
- - AWS::CloudWatch::Alarm
2836
- - AWS::GameLift::Build
2837
- - AWS::IAM::ManagedPolicy
2838
- - AWS::IoTSiteWise::AssetModel
2839
- - AWS::SES::ReceiptRule
2840
- - AWS::SecretsManager::ResourcePolicy
2841
- - AWS::ApiGatewayV2::VpcLink
2842
- - AWS::Elasticsearch::Domain
2843
- - AWS::IoTAnalytics::Dataset
2844
- - AWS::MediaLive::InputSecurityGroup
2845
- - AWS::Pinpoint::ApplicationSettings
2846
- - AWS::Timestream::Database
2847
- - AWS::SageMaker::ModelQualityJobDefinition
2848
- - AWS::ApiGateway::DocumentationPart
2849
- - AWS::AutoScaling::LaunchConfiguration
2850
- - AWS::Backup::BackupSelection
2851
- - AWS::ECS::Cluster
2852
- - AWS::EKS::Addon
2853
- - AWS::FIS::ExperimentTemplate
2854
- - AWS::IAM::InstanceProfile
2855
- - AWS::ServiceCatalog::AcceptedPortfolioShare
2856
- - AWS::AutoScaling::AutoScalingGroup
2857
- - AWS::EventSchemas::Discoverer
2858
- - AWS::GlobalAccelerator::EndpointGroup
2859
- - AWS::SSO::InstanceAccessControlAttributeConfiguration
2860
- - AWS::WAF::Rule
2861
- - AWS::AmazonMQ::Configuration
2862
- - AWS::Amplify::Domain
2863
- - AWS::AppConfig::DeploymentStrategy
2864
- - AWS::EC2::ClientVpnTargetNetworkAssociation
2865
- - AWS::EC2::LocalGatewayRoute
2866
- - AWS::QuickSight::DataSource
2867
- - AWS::SQS::QueuePolicy
2868
- - AWS::CloudFormation::StackSet
2869
- - AWS::EC2::CustomerGateway
2870
- - AWS::ElastiCache::ParameterGroup
2871
- - AWS::MWAA::Environment
2872
- - AWS::NetworkManager::Device
2873
- - AWS::WorkSpaces::Workspace
2874
- - AWS::AppStream::StackFleetAssociation
2875
- - AWS::EMR::Studio
2876
- - AWS::ElastiCache::ReplicationGroup
2877
- - AWS::RDS::DBParameterGroup
2878
- - AWS::SSM::MaintenanceWindowTask
2879
- - AWS::ApiGateway::ApiKey
2880
- - AWS::ApiGateway::Model
2881
- - AWS::Athena::WorkGroup
2882
- - AWS::CustomerProfiles::Integration
2883
- - AWS::ElastiCache::SecurityGroupIngress
2884
- - AWS::Pinpoint::Campaign
2885
- - AWS::IoT::ScheduledAudit
2886
- - AWS::ApiGatewayV2::Integration
2887
- - AWS::ApiGatewayV2::Stage
2888
- - AWS::Cognito::UserPoolResourceServer
2889
- - AWS::Config::ConformancePack
2890
- - AWS::DataBrew::Recipe
2891
- - AWS::DataSync::LocationSMB
2892
- - AWS::Greengrass::LoggerDefinition
2893
- - AWS::CloudFormation::ResourceVersion
2894
- - AWS::CloudWatch::MetricStream
2895
- - AWS::FraudDetector::Label
2896
- - AWS::NetworkManager::LinkAssociation
2897
- - AWS::Pinpoint::SmsTemplate
2898
- - AWS::QuickSight::DataSet
2899
- - AWS::ApiGateway::DomainName
2900
- - AWS::EC2::EIPAssociation
2901
- - AWS::Glue::Job
2902
- - AWS::Glue::Workflow
2903
- - AWS::Kinesis::StreamConsumer
2904
- - AWS::Route53Resolver::ResolverEndpoint
2905
- - Alexa::ASK::Skill
2906
- - AWS::DataBrew::Schedule
2907
- - AWS::CloudFront::PublicKey
2908
- - AWS::Config::ConfigRule
2909
- - AWS::EC2::VPNConnectionRoute
2910
- - AWS::ElasticBeanstalk::Application
2911
- - AWS::IoT::TopicRuleDestination
2912
- - AWS::RoboMaker::RobotApplication
2913
- - AWS::Route53::KeySigningKey
2914
- - AWS::Greengrass::ConnectorDefinition
2915
- - AWS::IoTWireless::WirelessGateway
2916
- - AWS::KinesisAnalyticsV2::Application
2917
- - AWS::CloudFront::Function
2918
- - AWS::DataPipeline::Pipeline
2919
- - AWS::ElasticBeanstalk::ConfigurationTemplate
2920
- - AWS::GameLift::Fleet
2921
- - AWS::IoT::SecurityProfile
2922
- - AWS::CloudFormation::ModuleVersion
2923
- - AWS::Lambda::Function
2924
- - AWS::RDS::DBClusterParameterGroup
2925
- - AWS::Route53::DNSSEC
2926
- - AWS::SSMIncidents::ResponsePlan
2927
- - AWS::AppMesh::VirtualGateway
2928
- - AWS::Backup::BackupVault
2929
- - AWS::CodePipeline::CustomActionType
2930
- - AWS::DataSync::LocationObjectStorage
2931
- - AWS::EC2::VPNGateway
2932
- - AWS::ECS::TaskSet
2933
- - AWS::PinpointEmail::ConfigurationSet
2934
- - AWS::ServiceCatalog::PortfolioPrincipalAssociation
2935
- - AWS::AppSync::GraphQLSchema
2936
- - AWS::DMS::Certificate
2937
- - AWS::Detective::Graph
2938
- - AWS::EC2::VPC
2939
- - AWS::Logs::SubscriptionFilter
2940
- - AWS::MediaPackage::Asset
2941
- - AWS::Pinpoint::APNSSandboxChannel
2942
- - AWS::Config::ConfigurationRecorder
2943
- - AWS::DirectoryService::MicrosoftAD
2944
- - AWS::EMR::StudioSessionMapping
2945
- - AWS::IoTEvents::Input
2946
- - AWS::Pinpoint::EventStream
2947
- - AWS::PinpointEmail::DedicatedIpPool
2948
- - AWS::SSMIncidents::ReplicationSet
2949
- - AWS::CloudFormation::WaitConditionHandle
2950
- - AWS::Cognito::UserPoolGroup
2951
- - AWS::GroundStation::Config
2952
- - AWS::NimbleStudio::StreamingImage
2953
- - AWS::SSMContacts::Contact
2954
- - AWS::WAF::SqlInjectionMatchSet
2955
- - AWS::AppStream::User
2956
- - AWS::DataSync::LocationNFS
2957
- - AWS::ImageBuilder::ImagePipeline
2958
- - AWS::MediaConnect::FlowSource
2959
- - AWS::Pinpoint::EmailChannel
2960
- - AWS::S3::BucketPolicy
2961
- - AWS::SageMaker::UserProfile
2962
- - AWS::EC2::CapacityReservation
2963
- - AWS::EC2::VPCEndpointServicePermissions
2964
- - AWS::ECR::Repository
2965
- - AWS::IVS::RecordingConfiguration
2966
- - AWS::KinesisAnalytics::ApplicationReferenceDataSource
2967
- - AWS::CloudFormation::Stack
2968
- - AWS::Greengrass::DeviceDefinitionVersion
2969
- - AWS::SSM::MaintenanceWindow
2970
- - AWS::AutoScaling::ScheduledAction
2971
- - AWS::EventSchemas::RegistryPolicy
2972
- - AWS::Transfer::Server
2973
- - AWS::ApiGateway::RequestValidator
2974
- - AWS::AppMesh::Route
2975
- - AWS::CertificateManager::Account
2976
- - AWS::Greengrass::SubscriptionDefinitionVersion
2977
- - AWS::IoT::Authorizer
2978
- - AWS::Lambda::Alias
2979
- - AWS::Config::DeliveryChannel
2980
- - AWS::EC2::TransitGatewayRouteTableAssociation
2981
- - AWS::IoTSiteWise::Asset
2982
- - AWS::NetworkFirewall::FirewallPolicy
2983
- - AWS::Route53Resolver::ResolverDNSSECConfig
2984
- - AWS::Cognito::UserPoolClient
2985
- - AWS::Location::Tracker
2986
- - AWS::RDS::DBProxyTargetGroup
2987
- - AWS::EC2::SecurityGroupIngress
2988
- - AWS::Lambda::LayerVersion
2989
- - AWS::Lambda::LayerVersionPermission
2990
- - AWS::SageMaker::ModelBiasJobDefinition
2991
- - AWS::WorkSpaces::ConnectionAlias
2992
- - AWS::Route53::RecordSet
2993
- - AWS::ApiGateway::VpcLink
2994
- - AWS::ApiGatewayV2::DomainName
2995
- - AWS::FraudDetector::Detector
2996
- - AWS::NetworkFirewall::LoggingConfiguration
2997
- - AWS::NetworkManager::Link
2998
- - AWS::Pinpoint::APNSChannel
2999
- - AWS::QuickSight::Analysis
3000
- - AWS::ServiceCatalog::TagOption
3001
- - AWS::CertificateManager::Certificate
3002
- - AWS::EC2::VPCDHCPOptionsAssociation
3003
- - AWS::ElastiCache::UserGroup
3004
- - AWS::ElasticBeanstalk::Environment
3005
- - AWS::LicenseManager::License
3006
- - AWS::StepFunctions::StateMachine
3007
- - AWS::AppFlow::Flow
3008
- - AWS::Athena::NamedQuery
3009
- - AWS::DocDB::DBSubnetGroup
3010
- - AWS::EC2::SpotFleet
3011
- - AWS::EC2::VPCEndpointService
3012
- - AWS::ElastiCache::SubnetGroup
3013
- - AWS::SageMaker::EndpointConfig
3014
- - AWS::AppSync::ApiKey
3015
- - AWS::EC2::TransitGatewayMulticastDomain
3016
- - AWS::EC2::VPCEndpoint
3017
- - AWS::Redshift::Cluster
3018
- - AWS::Route53Resolver::ResolverRule
3019
- - AWS::SSO::PermissionSet
3020
- - AWS::WAFRegional::WebACLAssociation
3021
- - AWS::WAFRegional::RegexPatternSet
3022
- - AWS::CodeDeploy::Application
3023
- - AWS::CodeGuruReviewer::RepositoryAssociation
3024
- - AWS::EC2::EgressOnlyInternetGateway
3025
- - AWS::GlobalAccelerator::Listener
3026
- - AWS::Glue::MLTransform
3027
- - AWS::IVS::PlaybackKeyPair
3028
- - AWS::RDS::DBSubnetGroup
3029
- AttributeOperator:
3030
- type: string
3031
- enum:
3032
- - within
3033
- - equals
3034
- - not_equals
3035
- - regex_match
3036
- - not_regex_match
3037
- - greater_than
3038
- - greater_than_or_equal
3039
- - less_than
3040
- - less_than_or_equal
3041
- - exists
3042
- - not_exists
3043
- - contains
3044
- - not_contains
3045
- - starting_with
3046
- - not_starting_with
3047
- - ending_with
3048
- - not_ending_with
3049
- AttributeQuery:
3050
- properties:
3051
- cond_type:
3052
- type: string
3053
- enum:
3054
- - attribute
3055
- nullable: false
3056
- resource_types:
3057
- anyOf:
3058
- - items:
3059
- anyOf:
3060
- - $ref: '#/components/schemas/AwsResourceTypes'
3061
- - $ref: '#/components/schemas/GcpResourceTypes'
3062
- - $ref: '#/components/schemas/AzureResourceTypes'
3063
- - $ref: '#/components/schemas/CloudFormationResourceTypes'
3064
- type: array
3065
- - type: string
3066
- enum:
3067
- - all
3068
- attribute:
3069
- type: string
3070
- operator:
3071
- $ref: '#/components/schemas/AttributeOperator'
3072
- value:
3073
- anyOf:
3074
- - type: string
3075
- - type: boolean
3076
- required:
3077
- - cond_type
3078
- - resource_types
3079
- - attribute
3080
- - operator
3081
- type: object
3082
- additionalProperties: false
3083
- ConnectionQuery:
3084
- properties:
3085
- cond_type:
3086
- type: string
3087
- enum:
3088
- - connection
3089
- nullable: false
3090
- resource_types:
3091
- anyOf:
3092
- - items:
3093
- anyOf:
3094
- - $ref: '#/components/schemas/AwsResourceTypes'
3095
- - $ref: '#/components/schemas/GcpResourceTypes'
3096
- - $ref: '#/components/schemas/AzureResourceTypes'
3097
- - $ref: '#/components/schemas/CloudFormationResourceTypes'
3098
- type: array
3099
- - type: string
3100
- enum:
3101
- - all
3102
- operator:
3103
- type: string
3104
- enum:
3105
- - exists
3106
- - not_exists
3107
- connected_resource_types:
3108
- anyOf:
3109
- - items:
3110
- anyOf:
3111
- - $ref: '#/components/schemas/AwsResourceTypes'
3112
- - $ref: '#/components/schemas/GcpResourceTypes'
3113
- - $ref: '#/components/schemas/AzureResourceTypes'
3114
- - $ref: '#/components/schemas/CloudFormationResourceTypes'
3115
- type: array
3116
- - type: string
3117
- enum:
3118
- - all
3119
- required:
3120
- - cond_type
3121
- - resource_types
3122
- - operator
3123
- - connected_resource_types
3124
- type: object
3125
- additionalProperties: false
3126
- FilterQuery:
3127
- properties:
3128
- cond_type:
3129
- type: string
3130
- enum:
3131
- - filter
3132
- nullable: false
3133
- attribute:
3134
- type: string
3135
- enum:
3136
- - resource_type
3137
- nullable: false
3138
- operator:
3139
- type: string
3140
- enum:
3141
- - within
3142
- nullable: false
3143
- value:
3144
- items:
3145
- type: string
3146
- type: array
3147
- required:
3148
- - cond_type
3149
- - attribute
3150
- - operator
3151
- - value
3152
- type: object
3153
- additionalProperties: false
3154
- ComplexQuery:
3155
- properties:
3156
- or:
3157
- items:
3158
- anyOf:
3159
- - $ref: '#/components/schemas/AttributeQuery'
3160
- - $ref: '#/components/schemas/ConnectionQuery'
3161
- - $ref: '#/components/schemas/FilterQuery'
3162
- - $ref: '#/components/schemas/ComplexQuery'
3163
- type: array
3164
- and:
3165
- items:
3166
- anyOf:
3167
- - $ref: '#/components/schemas/AttributeQuery'
3168
- - $ref: '#/components/schemas/ConnectionQuery'
3169
- - $ref: '#/components/schemas/FilterQuery'
3170
- - $ref: '#/components/schemas/ComplexQuery'
3171
- type: array
3172
- type: object
3173
- additionalProperties: false
3174
- PolicyDefinition:
3175
- properties:
3176
- metadata:
3177
- $ref: '#/components/schemas/MetadataPolicy'
3178
- scope:
3179
- $ref: '#/components/schemas/ScopePolicy'
3180
- definition:
3181
- anyOf:
3182
- - $ref: '#/components/schemas/AttributeQuery'
3183
- - $ref: '#/components/schemas/ConnectionQuery'
3184
- - $ref: '#/components/schemas/FilterQuery'
3185
- - $ref: '#/components/schemas/ComplexQuery'
3186
- required:
3187
- - metadata
3188
- - scope
3189
- - definition
3190
- type: object
3191
- additionalProperties: false
3192
- PolicyCode:
3193
- properties:
3194
- code:
3195
- type: string
3196
- required:
3197
- - code
3198
- type: object
3199
- additionalProperties: false
3200
- PolicyValidation:
3201
- anyOf:
3202
- - $ref: '#/components/schemas/PolicyDefinition'
3203
- - $ref: '#/components/schemas/PolicyCode'
3204
- BenchmarksIds:
3205
- properties: {}
3206
- type: object
3207
- additionalProperties:
3208
- items:
3209
- type: string
3210
- type: array
3211
- OrQuery:
3212
- properties:
3213
- or:
3214
- items:
3215
- $ref: '#/components/schemas/AttributeQuery'
3216
- type: array
3217
- required:
3218
- - or
3219
- type: object
3220
- additionalProperties: false
3221
- AndQuery:
3222
- properties:
3223
- and:
3224
- items:
3225
- anyOf:
3226
- - $ref: '#/components/schemas/AttributeQuery'
3227
- - $ref: '#/components/schemas/OrQuery'
3228
- type: array
3229
- type: object
3230
- additionalProperties: false
3231
- FrameworkType:
3232
- type: string
3233
- enum:
3234
- - Terraform
3235
- - CloudFormation
3236
- ProviderBigType:
3237
- type: string
3238
- enum:
3239
- - AWS
3240
- - GCP
3241
- - Azure
3242
- - Kubernetes
3243
- - Docker
3244
- - DockerImage
3245
- SeverityTypeBig:
3246
- type: string
3247
- enum:
3248
- - CRITICAL
3249
- - HIGH
3250
- - MEDIUM
3251
- - LOW
3252
- CategoryTypeBig:
3253
- type: string
3254
- enum:
3255
- - Elasticsearch
3256
- - General
3257
- - IAM
3258
- - Logging
3259
- - Monitoring
3260
- - Networking
3261
- - Public
3262
- - Secrets
3263
- - Serverless
3264
- - Storage
3265
- Amount:
3266
- properties:
3267
- CLOSED:
3268
- type: number
3269
- format: double
3270
- DELETED:
3271
- type: number
3272
- format: double
3273
- OPEN:
3274
- type: number
3275
- format: double
3276
- REMEDIATED:
3277
- type: number
3278
- format: double
3279
- SUPPRESSED:
3280
- type: number
3281
- format: double
3282
- required:
3283
- - CLOSED
3284
- - DELETED
3285
- - OPEN
3286
- - REMEDIATED
3287
- - SUPPRESSED
3288
- type: object
3289
- additionalProperties: false
3290
- AccountData:
3291
- properties:
3292
- amounts:
3293
- $ref: '#/components/schemas/Amount'
3294
- lastUpdateDate:
3295
- type: string
3296
- required:
3297
- - amounts
3298
- - lastUpdateDate
3299
- type: object
3300
- additionalProperties: false
3301
- AccountsData:
3302
- properties: {}
3303
- type: object
3304
- additionalProperties:
3305
- $ref: '#/components/schemas/AccountData'
3306
- PoliciesTableData:
3307
- properties:
3308
- provider:
3309
- $ref: '#/components/schemas/ProviderBigType'
3310
- title:
3311
- type: string
3312
- severity:
3313
- $ref: '#/components/schemas/SeverityTypeBig'
3314
- category:
3315
- $ref: '#/components/schemas/CategoryTypeBig'
3316
- resourceTypes:
3317
- items:
3318
- anyOf:
3319
- - $ref: '#/components/schemas/AwsResourceTypes'
3320
- - $ref: '#/components/schemas/GcpResourceTypes'
3321
- - $ref: '#/components/schemas/AzureResourceTypes'
3322
- - $ref: '#/components/schemas/CloudFormationResourceTypes'
3323
- type: array
3324
- guideline:
3325
- type: string
3326
- isCustom:
3327
- type: boolean
3328
- conditionQuery:
3329
- anyOf:
3330
- - $ref: '#/components/schemas/AttributeQuery'
3331
- - $ref: '#/components/schemas/ConnectionQuery'
3332
- - $ref: '#/components/schemas/FilterQuery'
3333
- - $ref: '#/components/schemas/ComplexQuery'
3334
- createdBy:
3335
- type: string
3336
- code:
3337
- type: string
3338
- id:
3339
- type: string
3340
- accountsData:
3341
- $ref: '#/components/schemas/AccountsData'
3342
- benchmarks:
3343
- $ref: '#/components/schemas/BenchmarksIds'
3344
- required:
3345
- - provider
3346
- - title
3347
- - severity
3348
- - category
3349
- - resourceTypes
3350
- - guideline
3351
- - isCustom
3352
- - conditionQuery
3353
- - id
3354
- - accountsData
3355
- - benchmarks
3356
- type: object
3357
- additionalProperties: false
3358
- filters:
3359
- properties:
3360
- category:
3361
- items:
3362
- $ref: '#/components/schemas/CategoryTypeBig'
3363
- type: array
3364
- severity:
3365
- items:
3366
- $ref: '#/components/schemas/SeverityTypeBig'
3367
- type: array
3368
- resourceTypes:
3369
- items:
3370
- anyOf:
3371
- - $ref: '#/components/schemas/AwsResourceTypes'
3372
- - $ref: '#/components/schemas/AzureResourceTypes'
3373
- - $ref: '#/components/schemas/GcpResourceTypes'
3374
- - $ref: '#/components/schemas/CloudFormationResourceTypes'
3375
- type: array
3376
- accounts:
3377
- items:
3378
- type: string
3379
- type: array
3380
- benchmarks:
3381
- items:
3382
- type: string
3383
- type: array
3384
- provider:
3385
- items:
3386
- $ref: '#/components/schemas/ProviderBigType'
3387
- type: array
3388
- createdBy:
3389
- items:
3390
- type: string
3391
- type: array
3392
- required:
3393
- - category
3394
- - severity
3395
- - resourceTypes
3396
- - accounts
3397
- - benchmarks
3398
- - provider
3399
- - createdBy
3400
- type: object
3401
- additionalProperties: false
3402
- PoliciesTable:
3403
- properties:
3404
- data:
3405
- items:
3406
- $ref: '#/components/schemas/PoliciesTableData'
3407
- type: array
3408
- filters:
3409
- $ref: '#/components/schemas/filters'
3410
- required:
3411
- - data
3412
- - filters
3413
- type: object
3414
- additionalProperties: false
3415
- ErrorMessage:
3416
- properties:
3417
- message:
3418
- type: string
3419
- required:
3420
- - message
3421
- type: object
3422
- additionalProperties: false
3423
- PolicyRes:
3424
- properties:
3425
- policy:
3426
- type: string
3427
- required:
3428
- - policy
3429
- type: object
3430
- additionalProperties: false
3431
- newPolicy:
3432
- properties:
3433
- code:
3434
- anyOf:
3435
- - $ref: '#/components/schemas/PolicyDefinition'
3436
- - type: string
3437
- title:
3438
- type: string
3439
- description: Policy title
3440
- guidelines:
3441
- type: string
3442
- description: Text that describes guidelines
3443
- category:
3444
- $ref: '#/components/schemas/CategoryType'
3445
- provider:
3446
- $ref: '#/components/schemas/ProviderType'
3447
- benchmarks:
3448
- $ref: '#/components/schemas/BenchmarksIds'
3449
- conditions:
3450
- anyOf:
3451
- - $ref: '#/components/schemas/AttributeQuery'
3452
- - $ref: '#/components/schemas/ConnectionQuery'
3453
- - $ref: '#/components/schemas/FilterQuery'
3454
- - $ref: '#/components/schemas/ComplexQuery'
3455
- severity:
3456
- $ref: '#/components/schemas/SeverityType'
3457
- frameworks:
3458
- items:
3459
- $ref: '#/components/schemas/FrameworkType'
3460
- type: array
3461
- type: object
3462
- additionalProperties: false
3463
- PreviewDataResults:
3464
- properties:
3465
- arn:
3466
- type: string
3467
- awsAccountId:
3468
- type: string
3469
- createdBy:
3470
- type: string
3471
- customerName:
3472
- type: string
3473
- file_path:
3474
- type: string
3475
- lines:
3476
- items:
3477
- type: number
3478
- format: double
3479
- type: array
3480
- resource:
3481
- type: string
3482
- source:
3483
- type: string
3484
- status:
3485
- type: string
3486
- code:
3487
- type: string
3488
- required:
3489
- - arn
3490
- - awsAccountId
3491
- - createdBy
3492
- - customerName
3493
- - file_path
3494
- - lines
3495
- - resource
3496
- - source
3497
- - status
3498
- - code
3499
- type: object
3500
- additionalProperties: false
3501
- policyPreviewResult:
3502
- properties:
3503
- token:
3504
- type: string
3505
- data:
3506
- items:
3507
- $ref: '#/components/schemas/PreviewDataResults'
3508
- type: array
3509
- required:
3510
- - data
3511
- type: object
3512
- additionalProperties: false
3513
- Scope:
3514
- properties:
3515
- provider:
3516
- $ref: '#/components/schemas/ProviderType'
3517
- required:
3518
- - provider
3519
- type: object
3520
- additionalProperties: false
3521
- QueryPreview:
3522
- properties:
3523
- query:
3524
- anyOf:
3525
- - $ref: '#/components/schemas/AttributeQuery'
3526
- - $ref: '#/components/schemas/ConnectionQuery'
3527
- - $ref: '#/components/schemas/FilterQuery'
3528
- - $ref: '#/components/schemas/ComplexQuery'
3529
- - $ref: '#/components/schemas/AndQuery'
3530
- - $ref: '#/components/schemas/OrQuery'
3531
- resource_types:
3532
- items:
3533
- anyOf:
3534
- - $ref: '#/components/schemas/AwsResourceTypes'
3535
- - $ref: '#/components/schemas/AzureResourceTypes'
3536
- - $ref: '#/components/schemas/GcpResourceTypes'
3537
- - $ref: '#/components/schemas/CloudFormationResourceTypes'
3538
- type: array
3539
- scope:
3540
- $ref: '#/components/schemas/Scope'
3541
- required:
3542
- - query
3543
- type: object
3544
- additionalProperties: false
3545
- PolicyPreviewDetails:
3546
- properties:
3547
- policy_preview:
3548
- $ref: '#/components/schemas/QueryPreview'
3549
- required:
3550
- - policy_preview
3551
- type: object
3552
- additionalProperties: false
3553
- PolicyPreviewBody:
3554
- properties:
3555
- token:
3556
- type: string
3557
- description: "Token that you create if you want to preview multiple policies\
3558
- \ \nand match their preview responses \n"
3559
- policy:
3560
- $ref: '#/components/schemas/PolicyPreviewDetails'
3561
- resultsNumber:
3562
- type: number
3563
- format: double
3564
- description: Maximum number of resources to include in the response
3565
- required:
3566
- - policy
3567
- type: object
3568
- additionalProperties: false
3569
- ResourcesSuppressionData:
3570
- properties:
3571
- id:
3572
- type: string
3573
- policyId:
3574
- type: string
3575
- creationDate:
3576
- type: string
3577
- comment:
3578
- type: string
3579
- suppressionType:
3580
- type: string
3581
- enum:
3582
- - Resources
3583
- nullable: false
3584
- resources:
3585
- items:
3586
- properties:
3587
- id:
3588
- type: string
3589
- accountId:
3590
- type: string
3591
- resourceId:
3592
- type: string
3593
- required:
3594
- - accountId
3595
- - resourceId
3596
- type: object
3597
- type: array
3598
- required:
3599
- - id
3600
- - policyId
3601
- - comment
3602
- - suppressionType
3603
- - resources
3604
- type: object
3605
- additionalProperties: false
3606
- AccountsSuppressionData:
3607
- properties:
3608
- id:
3609
- type: string
3610
- policyId:
3611
- type: string
3612
- creationDate:
3613
- type: string
3614
- comment:
3615
- type: string
3616
- suppressionType:
3617
- type: string
3618
- enum:
3619
- - Accounts
3620
- nullable: false
3621
- accountIds:
3622
- items:
3623
- type: string
3624
- type: array
3625
- required:
3626
- - id
3627
- - policyId
3628
- - comment
3629
- - suppressionType
3630
- - accountIds
3631
- type: object
3632
- additionalProperties: false
3633
- PolicySuppressionData:
3634
- properties:
3635
- id:
3636
- type: string
3637
- policyId:
3638
- type: string
3639
- creationDate:
3640
- type: string
3641
- comment:
3642
- type: string
3643
- suppressionType:
3644
- type: string
3645
- enum:
3646
- - Policy
3647
- nullable: false
3648
- required:
3649
- - id
3650
- - policyId
3651
- - comment
3652
- - suppressionType
3653
- type: object
3654
- additionalProperties: false
3655
- TagsSuppressionData:
3656
- properties:
3657
- id:
3658
- type: string
3659
- policyId:
3660
- type: string
3661
- creationDate:
3662
- type: string
3663
- comment:
3664
- type: string
3665
- suppressionType:
3666
- type: string
3667
- enum:
3668
- - Tags
3669
- nullable: false
3670
- tags:
3671
- items:
3672
- properties:
3673
- value:
3674
- type: string
3675
- key:
3676
- type: string
3677
- required:
3678
- - value
3679
- - key
3680
- type: object
3681
- type: array
3682
- required:
3683
- - id
3684
- - policyId
3685
- - comment
3686
- - suppressionType
3687
- - tags
3688
- type: object
3689
- additionalProperties: false
3690
- Suppression:
3691
- anyOf:
3692
- - $ref: '#/components/schemas/ResourcesSuppressionData'
3693
- - $ref: '#/components/schemas/AccountsSuppressionData'
3694
- - $ref: '#/components/schemas/PolicySuppressionData'
3695
- - $ref: '#/components/schemas/TagsSuppressionData'
3696
- ResourcesSuppressionCreate:
3697
- properties:
3698
- comment:
3699
- type: string
3700
- description: Justification
3701
- origin:
3702
- type: string
3703
- description: Value - **Platform**
3704
- expirationTime:
3705
- type: number
3706
- format: double
3707
- description: UNIX timestamp in milliseconds
3708
- suppressionType:
3709
- type: string
3710
- enum:
3711
- - Resources
3712
- nullable: false
3713
- resources:
3714
- items:
3715
- properties:
3716
- id:
3717
- type: string
3718
- accountId:
3719
- type: string
3720
- required:
3721
- - id
3722
- - accountId
3723
- type: object
3724
- type: array
3725
- required:
3726
- - comment
3727
- - origin
3728
- - suppressionType
3729
- - resources
3730
- type: object
3731
- additionalProperties: false
3732
- PolicySuppressionCreate:
3733
- properties:
3734
- comment:
3735
- type: string
3736
- description: Justification
3737
- origin:
3738
- type: string
3739
- description: Value - **Platform**
3740
- expirationTime:
3741
- type: number
3742
- format: double
3743
- description: UNIX timestamp in milliseconds
3744
- suppressionType:
3745
- type: string
3746
- enum:
3747
- - Policy
3748
- nullable: false
3749
- required:
3750
- - comment
3751
- - origin
3752
- - suppressionType
3753
- type: object
3754
- additionalProperties: false
3755
- AccountsSuppressionCreate:
3756
- properties:
3757
- comment:
3758
- type: string
3759
- description: Justification
3760
- origin:
3761
- type: string
3762
- description: Value - **Platform**
3763
- expirationTime:
3764
- type: number
3765
- format: double
3766
- description: UNIX timestamp in milliseconds
3767
- suppressionType:
3768
- type: string
3769
- enum:
3770
- - Accounts
3771
- nullable: false
3772
- accountIds:
3773
- items:
3774
- type: string
3775
- type: array
3776
- required:
3777
- - comment
3778
- - origin
3779
- - suppressionType
3780
- - accountIds
3781
- type: object
3782
- additionalProperties: false
3783
- TagsSuppressionCreate:
3784
- properties:
3785
- comment:
3786
- type: string
3787
- description: Justification
3788
- origin:
3789
- type: string
3790
- description: Value - **Platform**
3791
- expirationTime:
3792
- type: number
3793
- format: double
3794
- description: UNIX timestamp in milliseconds
3795
- suppressionType:
3796
- type: string
3797
- enum:
3798
- - Tags
3799
- nullable: false
3800
- tags:
3801
- items:
3802
- properties:
3803
- value:
3804
- type: string
3805
- key:
3806
- type: string
3807
- required:
3808
- - value
3809
- - key
3810
- type: object
3811
- type: array
3812
- required:
3813
- - comment
3814
- - origin
3815
- - suppressionType
3816
- - tags
3817
- type: object
3818
- additionalProperties: false
3819
- SuppressionCreate:
3820
- anyOf:
3821
- - $ref: '#/components/schemas/ResourcesSuppressionCreate'
3822
- - $ref: '#/components/schemas/PolicySuppressionCreate'
3823
- - $ref: '#/components/schemas/AccountsSuppressionCreate'
3824
- - $ref: '#/components/schemas/TagsSuppressionCreate'
3825
- ResourcesSuppressionJustificationData:
3826
- properties:
3827
- id:
3828
- type: string
3829
- policyId:
3830
- type: string
3831
- creationDate:
3832
- type: string
3833
- comment:
3834
- type: string
3835
- suppressionType:
3836
- type: string
3837
- enum:
3838
- - Resources
3839
- nullable: false
3840
- resources:
3841
- items:
3842
- type: string
3843
- type: array
3844
- required:
3845
- - id
3846
- - policyId
3847
- - comment
3848
- - suppressionType
3849
- - resources
3850
- type: object
3851
- additionalProperties: false
3852
- SuppressionsJustifications:
3853
- allOf:
3854
- - anyOf:
3855
- - $ref: '#/components/schemas/ResourcesSuppressionJustificationData'
3856
- - $ref: '#/components/schemas/AccountsSuppressionData'
3857
- - $ref: '#/components/schemas/PolicySuppressionData'
3858
- - $ref: '#/components/schemas/TagsSuppressionData'
3859
- - properties:
3860
- type:
3861
- type: string
3862
- required:
3863
- - type
3864
- type: object
3865
- FileFixes:
3866
- properties:
3867
- filePath:
3868
- type: string
3869
- fixes:
3870
- items:
3871
- properties:
3872
- fixedDefinition:
3873
- type: string
3874
- originalEndLine:
3875
- type: number
3876
- format: double
3877
- originalStartLine:
3878
- type: number
3879
- format: double
3880
- policyId:
3881
- type: string
3882
- resourceId:
3883
- type: string
3884
- required:
3885
- - fixedDefinition
3886
- - originalEndLine
3887
- - originalStartLine
3888
- - policyId
3889
- - resourceId
3890
- type: object
3891
- type: array
3892
- required:
3893
- - filePath
3894
- - fixes
3895
- type: object
3896
- additionalProperties: false
3897
- CheckovFileErrors:
3898
- properties:
3899
- filePath:
3900
- type: string
3901
- description: File path within repository
3902
- fileContent:
3903
- type: string
3904
- description: Content of the file on which the fix will be appiled
3905
- framework:
3906
- type: string
3907
- description: "Framework on which the fix will be applied. Valid values are\
3908
- \ **terraform**, **cloudformation** \n"
3909
- errors:
3910
- description: Code error data
3911
- items:
3912
- properties:
3913
- endLine:
3914
- type: number
3915
- format: double
3916
- startLine:
3917
- type: number
3918
- format: double
3919
- policyId:
3920
- type: string
3921
- resourceId:
3922
- type: string
3923
- required:
3924
- - endLine
3925
- - startLine
3926
- - policyId
3927
- - resourceId
3928
- type: object
3929
- type: array
3930
- required:
3931
- - filePath
3932
- - fileContent
3933
- - framework
3934
- - errors
3935
- type: object
3936
- additionalProperties: false
3937
- RepositoriesResponse:
3938
- properties:
3939
- id:
3940
- type: string
3941
- repository:
3942
- type: string
3943
- source:
3944
- type: string
3945
- owner:
3946
- type: string
3947
- defaultBranch:
3948
- type: string
3949
- isPublic:
3950
- type: boolean
3951
- runs:
3952
- type: number
3953
- format: double
3954
- creationDate:
3955
- type: string
3956
- lastScanDate:
3957
- type: string
3958
- errors:
3959
- type: number
3960
- format: double
3961
- required:
3962
- - id
3963
- - repository
3964
- - source
3965
- - owner
3966
- - runs
3967
- type: object
3968
- additionalProperties: false
3969
- RepoIdToRepoName:
3970
- properties:
3971
- id:
3972
- type: string
3973
- repository:
3974
- type: string
3975
- required:
3976
- - id
3977
- - repository
3978
- type: object
3979
- additionalProperties: false
3980
- QueryRepositoriesRequest:
3981
- properties:
3982
- repositoriesIds:
3983
- description: Repository IDs
3984
- items:
3985
- type: string
3986
- type: array
3987
- required:
3988
- - repositoriesIds
3989
- type: object
3990
- additionalProperties: false
3991
- Branch:
3992
- properties:
3993
- name:
3994
- type: string
3995
- creationDate:
3996
- type: string
3997
- nullable: true
3998
- defaultBranch:
3999
- type: boolean
4000
- required:
4001
- - name
4002
- - creationDate
4003
- - defaultBranch
4004
- type: object
4005
- additionalProperties: false
4006
- BranchesResponse:
4007
- properties:
4008
- source:
4009
- type: string
4010
- branches:
4011
- items:
4012
- $ref: '#/components/schemas/Branch'
4013
- type: array
4014
- required:
4015
- - source
4016
- - branches
4017
- type: object
4018
- additionalProperties: false
4019
- info:
4020
- title: Prisma Cloud Code Security API
4021
- version: Latest
4022
- description: "The Prisma Cloud Code Security API enables you to check your Infrastructure-as-Code\
4023
- \ (IaC) templates\nagainst Prisma Cloud out-of-the-box and custom security policies.\n\
4024
- \nThe Code Security API provides functionality in the following areas: \n\n* [Repositories](/api/cloud/code/code-security#tag/Repositories)\n\
4025
- * [Scans](/api/cloud/code/code-security#tag/Scans)\n* [Suppression rules](/api/cloud/code/code-security#tag/Suppressions)\
4026
- \ \n* [Code Security policy violations](/api/cloud/code/code-security#tag/CodeErrors)\n\
4027
- * [Code Security policy violation fixes](/api/cloud/code/code-security#tag/CodeFixes)\
4028
- \ \n\nUse the [CSPM Policy API](/api/cloud/cspm/policy) to create and manage \n\
4029
- Code Security build policies.\n\n\nSee [Prisma Cloud Code Security](https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-code-security.html)\
4030
- \ \nfor more information.\n"
4031
- contact: {}
4032
- openapi: 3.0.0
4033
- paths:
4034
- /code/api/v1/repositories:
4035
- get:
4036
- operationId: getRepositories
4037
- responses:
4038
- '200':
4039
- description: Repository list returned
4040
- content:
4041
- application/json:
4042
- schema:
4043
- items:
4044
- $ref: '#/components/schemas/RepositoriesResponse'
4045
- type: array
4046
- examples:
4047
- Example 1:
4048
- value:
4049
- - id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4050
- repository: foo
4051
- source: Github
4052
- owner: yourname
4053
- defaultBranch: master
4054
- isPublic: false
4055
- runs: 0
4056
- creationDate: '2022-02-21T12:37:56.188Z'
4057
- lastScanDate: 'null'
4058
- errors: 0
4059
- - id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4060
- repository: terragoat
4061
- source: Github
4062
- owner: yourname
4063
- defaultBranch: master
4064
- isPublic: false
4065
- runs: 2
4066
- creationDate: '2022-02-21T09:26:22.848Z'
4067
- lastScanDate: '2022-02-21T09:26:43.945Z'
4068
- errors: 343
4069
- '422':
4070
- description: Request arguments not valid
4071
- '500':
4072
- description: Could not retrieve repositories
4073
- description: Returns a list of repositories that are integrated with Prisma
4074
- Cloud Code Security.
4075
- summary: List Repositories
4076
- tags:
4077
- - Repositories
4078
- security:
4079
- - CustomAuthorizer: []
4080
- parameters:
4081
- - in: query
4082
- name: errorsCount
4083
- description: true = Include error counts
4084
- required: false
4085
- schema:
4086
- type: string
4087
- x-bc-docs-scope: standalone,prisma
4088
- x-bc-lambda-name: bc-vcs-repositories-api
4089
- x-bc-permitted-roles: owner,admin,member,developer,auditor,service
4090
- /code/api/v1/repositories/query:
4091
- post:
4092
- operationId: getQueryRepositories
4093
- responses:
4094
- '200':
4095
- description: Repository mappings returned
4096
- content:
4097
- application/json:
4098
- schema:
4099
- anyOf:
4100
- - items:
4101
- $ref: '#/components/schemas/RepoIdToRepoName'
4102
- type: array
4103
- - type: string
4104
- examples:
4105
- Example 1:
4106
- value:
4107
- - id: 17758008-49b2-46ad-9795-f5f6efb8492f
4108
- repository: aws-cloud
4109
- - id: 16df32d8-48ff-4dbd-8a6b-782fdfa6dbb3
4110
- repository: CountTrees
4111
- description: Returns a mapping of the given repository IDs with their correponding repository
4112
- names.
4113
- summary: Get Repository Name
4114
- tags:
4115
- - Repositories
4116
- security:
4117
- - CustomAuthorizer: []
4118
- parameters: []
4119
- requestBody:
4120
- required: true
4121
- content:
4122
- application/json:
4123
- schema:
4124
- $ref: '#/components/schemas/QueryRepositoriesRequest'
4125
- x-bc-docs-scope: standalone,prisma
4126
- x-bc-lambda-name: bc-vcs-repositories-api
4127
- x-bc-permitted-roles: owner,admin,member,developer,auditor,service
4128
- /code/api/v1/repositories/branches:
4129
- get:
4130
- operationId: getBranches
4131
- responses:
4132
- '200':
4133
- description: Repository branches returned
4134
- content:
4135
- application/json:
4136
- schema:
4137
- $ref: '#/components/schemas/BranchesResponse'
4138
- examples:
4139
- Example 1:
4140
- value:
4141
- source: Gitlab
4142
- branches:
4143
- - name: some_branch
4144
- creationDate: '2021-07-13T14:22:53.964Z'
4145
- defaultBranch: false
4146
- - name: master
4147
- creationDate: null
4148
- defaultBranch: true
4149
- '400':
4150
- description: Could not get branches, check query params
4151
- '422':
4152
- description: Request arguments validation error
4153
- '500':
4154
- description: Could not return repositories
4155
- description: 'Returns a list of the repositories branches you''ve added to Prisma
4156
- Cloud Code Security. The returned branches are those that have at least one
4157
- CI/CD run.
4158
-
4159
-
4160
- You can get repository owners and names through [List Repositories](/api/cloud/code/code-security#operation/getRepositories).'
4161
- summary: Get Repository Branches
4162
- tags:
4163
- - Repositories
4164
- security:
4165
- - CustomAuthorizer: []
4166
- parameters:
4167
- - in: query
4168
- name: repoOwner
4169
- required: true
4170
- description: Repository owner
4171
- schema:
4172
- type: string
4173
- - in: query
4174
- name: repoName
4175
- required: true
4176
- description: Repository name
4177
- schema:
4178
- type: string
4179
- x-bc-docs-scope: standalone,prisma
4180
- x-bc-lambda-name: bc-vcs-repositories-api
4181
- x-bc-permitted-roles: owner,admin,member,developer,auditor
4182
- /code/api/v1/scans/integrations:
4183
- post:
4184
- operationId: scanIntegrations
4185
- responses:
4186
- '201':
4187
- description: Scan started
4188
- description: 'Initiates an asynchronous scan of all resources to refresh the
4189
- Code Security state in Prisma Cloud.
4190
-
4191
-
4192
- The Code Security state identifies Code Security policy violations for resource
4193
- in code repositories that you''ve added to [Prisma Cloud Code Security](https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-code-security/get-started.html).'
4194
- summary: Start A Scan
4195
- tags:
4196
- - Scans
4197
- security:
4198
- - CustomAuthorizer: []
4199
- parameters: []
4200
- x-bc-docs-scope: standalone,prisma
4201
- x-bc-lambda-name: bc-scanners-api
4202
- x-bc-permitted-roles: owner
4203
- /code/api/v1/suppressions:
4204
- get:
4205
- operationId: getSuppressions
4206
- responses:
4207
- '200':
4208
- description: Suppression rule list returned
4209
- content:
4210
- application/json:
4211
- schema:
4212
- items:
4213
- $ref: '#/components/schemas/Suppression'
4214
- type: array
4215
- examples:
4216
- Example 1:
4217
- value:
4218
- - suppressionType: Policy
4219
- id: 2684013d-43d0-401d-9bf2-74dc4df76386
4220
- policyId: BC_GCP_LOGGING_1
4221
- creationDate: '2020-10-15T12:46:49.592Z'
4222
- comment: Policy is irrelevant.
4223
- - suppressionType: Tags
4224
- id: e1272e30-e231-4beb-b960-1bcb24c2834d
4225
- policyId: BC_GCP_GCS_2
4226
- creationDate: '2021-01-08T23:00:47.674Z'
4227
- comment: Ignored.
4228
- tags:
4229
- - value: knights
4230
- key: team
4231
- - suppressionType: Accounts
4232
- id: 13a5befb-ccaf-4bf8-83af-b1d8fd5c89f6
4233
- policyId: BC_AZR_STORAGE_1
4234
- creationDate: '2020-12-24T13:22:20.086Z'
4235
- comment: No justification comment provided.
4236
- accountIds:
4237
- - bridgecrewio/terragoat
4238
- - suppressionType: Resources
4239
- id: b48476c4-062a-4091-a48d-040c14d7e809
4240
- policyId: acme_AWS_1600118884127
4241
- creationDate: '2020-09-18T08:09:25.803Z'
4242
- comment: Dev env resources.
4243
- resources:
4244
- - accountId: bridgecrewio/terragoat
4245
- resourceId: /terraform/aws/db-app.tf:aws_instance.db_app
4246
- - accountId: bridgecrewio/terragoat
4247
- resourceId: /terraform/aws/ec2.tf:aws_instance.web_host
4248
- - accountId: bridgecrew/gitlab_terragoat
4249
- resourceId: /terraform/aws/db-app.tf:aws_instance.db_app
4250
- - accountId: bridgecrew/gitlab_terragoat
4251
- resourceId: /terraform/aws/ec2.tf:aws_instance.web_host
4252
- description: "\nReturns a list of suppression rules. Code Security will identify\
4253
- \ any resource \nthat meets the criteria of a suppression rule as **suppressed**\
4254
- \ even if the \nCode Security scan exposes the resource as an error or a misconfigured\
4255
- \ resource.\n\nThe possible suppression types are:\n\n* Policy - Suppress\
4256
- \ scan results for entire policy. \n* Account - Suppress scan results for\
4257
- \ resources in specific accounts or repositories.\n* Tags - Suppress scan\
4258
- \ results for resources with specific tags.\n* Resources - Suppress scan results\
4259
- \ resources by their resource IDs.\n"
4260
- summary: List Suppression Rules
4261
- tags:
4262
- - Suppressions
4263
- security:
4264
- - CustomAuthorizer: []
4265
- parameters: []
4266
- x-bc-docs-scope: standalone,prisma
4267
- x-bc-lambda-name: bc-compliances-suppressions-api
4268
- x-bc-permitted-roles: owner,admin,member,developer,auditor
4269
- /code/api/v1/suppressions/{policyId}:
4270
- post:
4271
- operationId: createSuppression
4272
- responses:
4273
- '200':
4274
- description: Suppression ID returned
4275
- content:
4276
- application/json:
4277
- schema:
4278
- type: string
4279
- description: "Creates a suppression rule for the specified policy.\n\nYou can\
4280
- \ apply a suppression rule at various levels, such as \n\n\n* An entire policy\n\
4281
- * A specific source. Example of sources are an AWS account, Google Cloud project,\
4282
- \ and an Azure subscription. \n* A specific resource \n* A tag \n\n\nThe request\
4283
- \ body parameters depend on the level you choose.\n\nThe request body parameters\
4284
- \ depend on the type of suppression rule you are updating.\n\n\n* **ResourcesSuppressionCreate**\
4285
- \ for Resources \n* **AccountsSuppressionCreate** for Accounts \n* **PolicySupression**\
4286
- \ for Policy \n* **TagsSuppressionCreate** for Tags\n\n\nYou can use [List\
4287
- \ Repositories](/api/cloud/code/code-security#operation/getRepositories) \n\
4288
- to get valid values for the following parameters:\n\n\n* **ResourcesSuppressionCreate.resources[].id**\n\
4289
- * **ResourcesSuppressionCreate.resources[].accountId**\n"
4290
- summary: Create Suppression Rule
4291
- tags:
4292
- - Suppressions
4293
- security:
4294
- - CustomAuthorizer: []
4295
- parameters:
4296
- - in: path
4297
- name: policyId
4298
- description: Policy ID
4299
- required: true
4300
- schema:
4301
- type: string
4302
- requestBody:
4303
- required: true
4304
- content:
4305
- application/json:
4306
- schema:
4307
- $ref: '#/components/schemas/SuppressionCreate'
4308
- examples:
4309
- Example 1:
4310
- value:
4311
- expirationTime: 1834303033687
4312
- origin: Platform
4313
- suppressionType: Policy
4314
- comment: Policy is irrelevant.
4315
- Example 2:
4316
- value:
4317
- expirationTime: 1834303033687
4318
- origin: Platform
4319
- suppressionType: Tags
4320
- comment: Ignored.
4321
- tags:
4322
- - value: knights
4323
- key: team
4324
- Example 3:
4325
- value:
4326
- expirationTime: 1834303033687
4327
- origin: Platform
4328
- suppressionType: Accounts
4329
- comment: No justification comment provided.
4330
- accountIds:
4331
- - bridgecrewio/terragoat
4332
- Example 4:
4333
- value:
4334
- expirationTime: 1834303033687
4335
- origin: Platform
4336
- suppressionType: Resources
4337
- comment: Dev env resources.
4338
- resources:
4339
- - accountId: bridgecrewio/terragoat
4340
- id: /terraform/aws/db-app.tf:aws_instance.db_app
4341
- - accountId: bridgecrewio/terragoat
4342
- id: /terraform/aws/ec2.tf:aws_instance.web_host
4343
- - accountId: bridgecrew/gitlab_terragoat
4344
- id: /terraform/aws/db-app.tf:aws_instance.db_app
4345
- - accountId: bridgecrew/gitlab_terragoat
4346
- id: /terraform/aws/ec2.tf:aws_instance.web_host
4347
- x-bc-docs-scope: standalone,prisma
4348
- x-bc-lambda-name: bc-compliances-suppressions-api
4349
- x-bc-permitted-roles: owner,admin,member,developer
4350
- /code/api/v1/suppressions/{policyId}/justifications/{suppressionId}:
4351
- put:
4352
- operationId: updateSuppression
4353
- responses:
4354
- '200':
4355
- description: Suppression ID returned
4356
- content:
4357
- application/json:
4358
- schema:
4359
- type: string
4360
- '400':
4361
- description: Could not update suppression for given suppression ID
4362
- description: 'Update an existing Bridgecrew Suppression rule for a given policy
4363
- ID and suppression ID.
4364
-
4365
-
4366
- The request body parameters depend on the type of suppression rule you are
4367
- updating.
4368
-
4369
-
4370
- * **ResourcesSuppressionCreate** for Resources
4371
-
4372
- * **AccountsSuppressionCreate** for Accounts
4373
-
4374
- * **PolicySupression** for Policy
4375
-
4376
- * **TagsSuppressionCreate** for Tags
4377
-
4378
-
4379
- The request samples include example JSON to update a suppression rules.
4380
-
4381
- '
4382
- summary: Update Suppression Rule
4383
- tags:
4384
- - Suppressions
4385
- security:
4386
- - CustomAuthorizer: []
4387
- parameters:
4388
- - in: path
4389
- name: policyId
4390
- description: Policy ID
4391
- required: true
4392
- schema:
4393
- type: string
4394
- - in: path
4395
- name: suppressionId
4396
- description: Suppression ID
4397
- required: true
4398
- schema:
4399
- type: string
4400
- requestBody:
4401
- required: true
4402
- content:
4403
- application/json:
4404
- schema:
4405
- $ref: '#/components/schemas/SuppressionCreate'
4406
- examples:
4407
- Example 1:
4408
- value:
4409
- expirationTime: 1834303033687
4410
- origin: Platform
4411
- suppressionType: Policy
4412
- comment: Policy is irrelevant.
4413
- Example 2:
4414
- value:
4415
- expirationTime: 1834303033687
4416
- origin: Platform
4417
- suppressionType: Tags
4418
- comment: Ignored.
4419
- tags:
4420
- - value: knights
4421
- key: team
4422
- Example 3:
4423
- value:
4424
- expirationTime: 1834303033687
4425
- origin: Platform
4426
- suppressionType: Accounts
4427
- comment: No justification comment provided.
4428
- accountIds:
4429
- - bridgecrewio/terragoat
4430
- Example 4:
4431
- value:
4432
- expirationTime: 1834303033687
4433
- origin: Platform
4434
- suppressionType: Resources
4435
- comment: Dev env resources.
4436
- resources:
4437
- - accountId: bridgecrewio/terragoat
4438
- id: /terraform/aws/db-app.tf:aws_instance.db_app
4439
- - accountId: bridgecrewio/terragoat
4440
- id: /terraform/aws/ec2.tf:aws_instance.web_host
4441
- - accountId: bridgecrew/gitlab_terragoat
4442
- id: /terraform/aws/db-app.tf:aws_instance.db_app
4443
- - accountId: bridgecrew/gitlab_terragoat
4444
- id: /terraform/aws/ec2.tf:aws_instance.web_host
4445
- x-bc-docs-scope: standalone,prisma
4446
- x-bc-lambda-name: bc-compliances-suppressions-api
4447
- x-bc-permitted-roles: owner,admin,member,developer
4448
- delete:
4449
- operationId: deleteSuppression
4450
- responses:
4451
- '200':
4452
- description: Deletion successful
4453
- '400':
4454
- description: Failed to delete suppression rule
4455
- description: Deletes the existing Code Security suppression rule with the specified
4456
- policy ID and suppression ID.
4457
- summary: Delete Suppression Rule
4458
- tags:
4459
- - Suppressions
4460
- security:
4461
- - CustomAuthorizer: []
4462
- parameters:
4463
- - in: path
4464
- name: policyId
4465
- required: true
4466
- description: Policy ID
4467
- schema:
4468
- type: string
4469
- - in: path
4470
- name: suppressionId
4471
- required: true
4472
- description: Suppression ID
4473
- schema:
4474
- type: string
4475
- x-bc-docs-scope: standalone,prisma
4476
- x-bc-lambda-name: bc-compliances-suppressions-api
4477
- x-bc-permitted-roles: owner,admin,member,developer
4478
- /code/api/v1/suppressions/{policyId}/justifications:
4479
- get:
4480
- operationId: getSuppressionsJustifications
4481
- responses:
4482
- '200':
4483
- description: Suppression justification data returned
4484
- content:
4485
- application/json:
4486
- schema:
4487
- items:
4488
- $ref: '#/components/schemas/SuppressionsJustifications'
4489
- type: array
4490
- '400':
4491
- description: Request failed
4492
- description: Returns details about Code Security Suppressions that have been
4493
- set for the given policy ID and accounts.
4494
- summary: List Suppressions Justifications
4495
- tags:
4496
- - Suppressions
4497
- security:
4498
- - CustomAuthorizer: []
4499
- parameters:
4500
- - in: path
4501
- name: policyId
4502
- required: true
4503
- description: Policy ID
4504
- schema:
4505
- type: string
4506
- - in: query
4507
- name: accounts
4508
- required: true
4509
- description: Array of account IDs
4510
- schema:
4511
- type: array
4512
- items:
4513
- type: string
4514
- x-bc-docs-scope: standalone,prisma
4515
- x-bc-lambda-name: bc-compliances-suppressions-api
4516
- x-bc-permitted-roles: owner,admin,member,developer,auditor
4517
- /code/api/v1/errors/files:
4518
- post:
4519
- operationId: getErrorsFiles
4520
- responses:
4521
- '200':
4522
- description: File data and error counts returned
4523
- content:
4524
- application/json:
4525
- schema:
4526
- $ref: '#/components/schemas/GetErrorsFilesResponseBody'
4527
- description: 'Returns a list of scanned files that meet the criteria in the
4528
- request body parameters and
4529
-
4530
- provides error counts for each file.
4531
-
4532
- '
4533
- summary: List Scanned Files With Error Counts
4534
- tags:
4535
- - CodeErrors
4536
- security:
4537
- - CustomAuthorizer: []
4538
- parameters: []
4539
- requestBody:
4540
- required: true
4541
- content:
4542
- application/json:
4543
- schema:
4544
- $ref: '#/components/schemas/GetErrorsFilters'
4545
- x-bc-docs-scope: standalone,prisma
4546
- x-bc-lambda-name: bc-compliances-errors-api
4547
- x-bc-permitted-roles: owner,admin,member,developer,auditor
4548
- /code/api/v1/errors/file:
4549
- post:
4550
- operationId: getErrorsInFile
4551
- responses:
4552
- '200':
4553
- description: File error data returned
4554
- content:
4555
- application/json:
4556
- schema:
4557
- $ref: '#/components/schemas/ErrorsInFileWithPaginationResponse'
4558
- description: 'Returns a list of potential Code Security policy violations and
4559
- fixes for the specified file path.
4560
-
4561
- '
4562
- summary: List File Errors
4563
- tags:
4564
- - CodeErrors
4565
- security:
4566
- - CustomAuthorizer: []
4567
- parameters:
4568
- - in: query
4569
- name: limit
4570
- required: false
4571
- description: Maximum number of data items to return
4572
- schema:
4573
- format: double
4574
- type: number
4575
- - in: query
4576
- name: offset
4577
- required: false
4578
- description: Position of first returned data item relative to all available
4579
- data items
4580
- schema:
4581
- format: double
4582
- type: number
4583
- requestBody:
4584
- required: true
4585
- content:
4586
- application/json:
4587
- schema:
4588
- $ref: '#/components/schemas/GetErrorsInFileWithFilters'
4589
- x-bc-docs-scope: standalone,prisma
4590
- x-bc-lambda-name: bc-compliances-errors-api
4591
- x-bc-permitted-roles: owner,admin,member,auditor,developer
4592
- /code/api/v1/errors/gitBlameAuthors:
4593
- get:
4594
- operationId: getGitBlameAuthors
4595
- responses:
4596
- '200':
4597
- description: List of author names returned
4598
- content:
4599
- application/json:
4600
- schema:
4601
- items:
4602
- type: string
4603
- type: array
4604
- description: "Returns a list whose items include:\n\n\n* The author who last\
4605
- \ updated a modified line in a file\n\n* The code revision for the modification\n\
4606
- \n\n This data is sometimes known as the git-blame authors.\n"
4607
- summary: List Last Authors
4608
- tags:
4609
- - CodeErrors
4610
- security:
4611
- - CustomAuthorizer: []
4612
- parameters: []
4613
- x-bc-docs-scope: standalone,prisma
4614
- x-bc-lambda-name: bc-compliances-errors-api
4615
- x-bc-permitted-roles: owner,admin,member,developer,auditor
4616
- /code/api/v1/errors/submitActions:
4617
- post:
4618
- operationId: submitActions
4619
- responses:
4620
- '200':
4621
- description: Request successful
4622
- content:
4623
- application/json:
4624
- schema:
4625
- $ref: '#/components/schemas/SubmitActionsResponse'
4626
- description: "Fixes or suppresses Code Security policy violations. You can use\
4627
- \ request parameters \nto specify which violations to fix and which to suppress.\n\
4628
- \n\nThe request samples include examples of parameters for requests to fix\
4629
- \ violations \nand requests to suppress violations.\n"
4630
- summary: Fix or Suppress Scan Results
4631
- tags:
4632
- - CodeErrors
4633
- security:
4634
- - CustomAuthorizer: []
4635
- parameters: []
4636
- requestBody:
4637
- required: true
4638
- content:
4639
- application/json:
4640
- schema:
4641
- $ref: '#/components/schemas/SubmitActionsRequest'
4642
- examples:
4643
- Example 1:
4644
- value:
4645
- type: pr
4646
- metadata:
4647
- owner: orevron
4648
- runNumber: 5
4649
- repoName: terragoat
4650
- pr: '218'
4651
- sourceBranchName: test15
4652
- violationsToFix: []
4653
- violationsToSuppress:
4654
- - resourceId: /terraform/s3.tf:aws_s3_bucket.operations
4655
- violationId: BC_AWS_S3_14
4656
- CICDRunId: 5
4657
- justificationId: null
4658
- status: OPEN
4659
- frameworkType: Terraform
4660
- repository: orevron/terragoat
4661
- s3FilePath: checkov/orevron1/orevron/terragoat/pr/218/2b2800b8232debe12d33aad62478e822e884fbda/diff/src/terraform/s3.tf
4662
- s3FixFilePath: checkov/orevron1/orevron/terragoat/pr/218/2b2800b8232debe12d33aad62478e822e884fbda/diff/fixes/BC_AWS_S3_14/aws_s3_bucket.operations/terraform/s3.tf
4663
- metadataLines:
4664
- - 41
4665
- - 57
4666
- metadataChecksMetadataPath: checkov/orevron1/orevron/terragoat/pr/218/2b2800b8232debe12d33aad62478e822e884fbda/diff/checkov_results/terraform/checks_metadata.json
4667
- creationDate: '2021-07-07T12:10:28.996Z'
4668
- updatedDate: '2021-07-07T12:10:28.996Z'
4669
- commentIds:
4670
- - '665310693'
4671
- vcsCommentLine: null
4672
- errorLines: []
4673
- severity: HIGH
4674
- justification:
4675
- comment: this is comment
4676
- createdBy: or.evron@paloaltonetworks.com
4677
- bulkSuppression: true
4678
- runtimeId: null
4679
- runtimeSourceId: null
4680
- Example 2:
4681
- value:
4682
- type: default
4683
- violationsToFix:
4684
- - metadataChecksMetadataPath: checkov/milkanast/milkanas/terragoat/master/checkov_results/terraform/checks_metadata.json
4685
- metadataLines:
4686
- - 1
4687
- - 13
4688
- violationId: BC_AWS_S3_14
4689
- resourceId: /terraform/aws/s3.tf:aws_s3_bucket.data
4690
- frameworkType: Terraform
4691
- s3FilePath: checkov/milkanast/milkanas/terragoat/master/src/terraform/aws/s3.tf
4692
- owner: milkanas
4693
- repoName: terragoat
4694
- fullId: BC_AWS_S3_14::milkanas/terragoat::/terraform/aws/s3.tf:aws_s3_bucket.data
4695
- runtimeId: null
4696
- runtimeSourceId: null
4697
- fixedCode: ''
4698
- violationsToSuppress:
4699
- - violationId: BC_AWS_S3_13
4700
- suppressionType: Resources
4701
- comment: this is justification comment
4702
- resources:
4703
- - id: BC_GIT_6::orevron/terragoat::/terraform/providers.tf:4ec71f2183bf24b28320d0c2839bdd08c255f0bb
4704
- accountId: orevron/terragoat
4705
- - id: BC_GIT_6::orevron/terragoat::/terraform/lambda.tf:ca61f30c56f9b66c8802632d559a391acd02d01d
4706
- accountId: orevron/terragoat
4707
- x-bc-docs-scope: standalone,prisma
4708
- x-bc-lambda-name: bc-compliances-errors-api
4709
- x-bc-permitted-roles: owner,admin,member,developer
4710
- /code/api/v1/errors/getFixedCode:
4711
- post:
4712
- operationId: getFixedCode
4713
- responses:
4714
- '200':
4715
- description: Fixed resource code returned
4716
- content:
4717
- application/json:
4718
- schema:
4719
- type: string
4720
- description: "Returns the remediated resource code that fulfills the specified\
4721
- \ criteria.\n\n\nYou can get use [List File Errors](/api/cloud/code/code-security#operation/getErrorsInFile)\
4722
- \ \nto obtain the request body parameter data for your resource.\n"
4723
- summary: Get Fixed Resource Code
4724
- tags:
4725
- - CodeErrors
4726
- security:
4727
- - CustomAuthorizer: []
4728
- parameters: []
4729
- requestBody:
4730
- required: true
4731
- content:
4732
- application/json:
4733
- schema:
4734
- properties:
4735
- error:
4736
- $ref: '#/components/schemas/DefaultBranchViolationToFix'
4737
- required:
4738
- - error
4739
- type: object
4740
- x-bc-docs-scope: standalone,prisma
4741
- x-bc-lambda-name: bc-compliances-errors-api
4742
- x-bc-permitted-roles: owner,admin,member,developer
4743
- /code/api/v1/fixes/checkov:
4744
- post:
4745
- operationId: fixCheckovErrors
4746
- responses:
4747
- '200':
4748
- description: Fixes for checkov errors returned
4749
- content:
4750
- application/json:
4751
- schema:
4752
- items:
4753
- $ref: '#/components/schemas/FileFixes'
4754
- type: array
4755
- examples:
4756
- Example 1:
4757
- value:
4758
- - filePath: /aws/ec2.tf
4759
- fixes:
4760
- - resourceId: aws_ebs_volume.web_host_storage
4761
- policyId: BC_AWS_GENERAL_3
4762
- originalStartLine: 25
4763
- originalEndLine: 33
4764
- fixedDefinition: "resource \"aws_ebs_volume\" \"web_host_storage\"\
4765
- \ {\n # unencrypted volume\n availability_zone = \"${var.availability_zone}\"\
4766
- \n #encrypted = false # Setting this causes the\
4767
- \ volume to be recreated on apply \n size = 1\n tags = {\n\
4768
- \ Name = \"${local.resource_prefix.value}-ebs\"\n }\n\
4769
- \ encrypted = true\n}\n"
4770
- description: Returns a list of suggested fixes for policy violations that Code
4771
- Security has identified.
4772
- summary: Get Code Error Fixes
4773
- tags:
4774
- - CodeFixes
4775
- security:
4776
- - CustomAuthorizer: []
4777
- parameters: []
4778
- requestBody:
4779
- required: true
4780
- content:
4781
- application/json:
4782
- schema:
4783
- items:
4784
- $ref: '#/components/schemas/CheckovFileErrors'
4785
- type: array
4786
- x-bc-docs-scope: standalone,prisma
4787
- x-bc-lambda-name: bc-remediations-fixes-api
4788
- x-bc-permitted-roles: owner,admin,member,developer,auditor
4789
- servers:
4790
- - url: https://api.prismacloud.io
4791
- tags:
4792
- - name: Repositories
4793
- description: The following API endpoints enable you to access data about the repositories
4794
- you've added to Prisma Cloud Code Security.
4795
- - name: Scans
4796
- description: The API endpoints in this section manage Code Security scans.
4797
- - name: Suppressions
4798
- description: The following API endpoints manage Code Security suppression rules.
4799
- - name: CodeErrors
4800
- description: The following API endpoints manage Code Security build policy violations.
4801
- - name: CodeFixes
4802
- description: The following API endpoints manage Code Security fixes.