aws-sdk-securityhub 1.37.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +223 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-securityhub.rb +2 -2
- data/lib/aws-sdk-securityhub/client.rb +679 -15
- data/lib/aws-sdk-securityhub/client_api.rb +282 -6
- data/lib/aws-sdk-securityhub/errors.rb +1 -1
- data/lib/aws-sdk-securityhub/resource.rb +1 -1
- data/lib/aws-sdk-securityhub/types.rb +3478 -77
- metadata +8 -5
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -452,9 +452,9 @@ module Aws::SecurityHub
|
|
452
452
|
req.send_request(options)
|
453
453
|
end
|
454
454
|
|
455
|
-
# Imports security findings generated from an integrated
|
456
|
-
#
|
457
|
-
#
|
455
|
+
# Imports security findings generated from an integrated product into
|
456
|
+
# Security Hub. This action is requested by the integrated product to
|
457
|
+
# import its findings into Security Hub.
|
458
458
|
#
|
459
459
|
# The maximum allowed size for a finding is 240 Kb. An error is returned
|
460
460
|
# for any finding larger than 240 Kb.
|
@@ -471,11 +471,8 @@ module Aws::SecurityHub
|
|
471
471
|
#
|
472
472
|
# * `Workflow`
|
473
473
|
#
|
474
|
-
#
|
475
|
-
#
|
476
|
-
# `BatchUpdateFindings`. After they are updated using
|
477
|
-
# `BatchUpdateFindings`, these fields cannot be updated using
|
478
|
-
# `BatchImportFindings`.
|
474
|
+
# Finding providers also should not use `BatchImportFindings` to update
|
475
|
+
# the following attributes.
|
479
476
|
#
|
480
477
|
# * `Confidence`
|
481
478
|
#
|
@@ -487,6 +484,9 @@ module Aws::SecurityHub
|
|
487
484
|
#
|
488
485
|
# * `Types`
|
489
486
|
#
|
487
|
+
# Instead, finding providers use `FindingProviderFields` to provide
|
488
|
+
# values for these attributes.
|
489
|
+
#
|
490
490
|
# @option params [required, Array<Types::AwsSecurityFinding>] :findings
|
491
491
|
# A list of findings to import. To successfully import a finding, it
|
492
492
|
# must follow the [AWS Security Finding Format][1]. Maximum of 100
|
@@ -512,12 +512,12 @@ module Aws::SecurityHub
|
|
512
512
|
# product_arn: "NonEmptyString", # required
|
513
513
|
# generator_id: "NonEmptyString", # required
|
514
514
|
# aws_account_id: "NonEmptyString", # required
|
515
|
-
# types: ["NonEmptyString"],
|
515
|
+
# types: ["NonEmptyString"],
|
516
516
|
# first_observed_at: "NonEmptyString",
|
517
517
|
# last_observed_at: "NonEmptyString",
|
518
518
|
# created_at: "NonEmptyString", # required
|
519
519
|
# updated_at: "NonEmptyString", # required
|
520
|
-
# severity: {
|
520
|
+
# severity: {
|
521
521
|
# product: 1.0,
|
522
522
|
# label: "INFORMATIONAL", # accepts INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL
|
523
523
|
# normalized: 1,
|
@@ -641,6 +641,130 @@ module Aws::SecurityHub
|
|
641
641
|
# tags: {
|
642
642
|
# "NonEmptyString" => "NonEmptyString",
|
643
643
|
# },
|
644
|
+
# data_classification: {
|
645
|
+
# detailed_results_location: "NonEmptyString",
|
646
|
+
# result: {
|
647
|
+
# mime_type: "NonEmptyString",
|
648
|
+
# size_classified: 1,
|
649
|
+
# additional_occurrences: false,
|
650
|
+
# status: {
|
651
|
+
# code: "NonEmptyString",
|
652
|
+
# reason: "NonEmptyString",
|
653
|
+
# },
|
654
|
+
# sensitive_data: [
|
655
|
+
# {
|
656
|
+
# category: "NonEmptyString",
|
657
|
+
# detections: [
|
658
|
+
# {
|
659
|
+
# count: 1,
|
660
|
+
# type: "NonEmptyString",
|
661
|
+
# occurrences: {
|
662
|
+
# line_ranges: [
|
663
|
+
# {
|
664
|
+
# start: 1,
|
665
|
+
# end: 1,
|
666
|
+
# start_column: 1,
|
667
|
+
# },
|
668
|
+
# ],
|
669
|
+
# offset_ranges: [
|
670
|
+
# {
|
671
|
+
# start: 1,
|
672
|
+
# end: 1,
|
673
|
+
# start_column: 1,
|
674
|
+
# },
|
675
|
+
# ],
|
676
|
+
# pages: [
|
677
|
+
# {
|
678
|
+
# page_number: 1,
|
679
|
+
# line_range: {
|
680
|
+
# start: 1,
|
681
|
+
# end: 1,
|
682
|
+
# start_column: 1,
|
683
|
+
# },
|
684
|
+
# offset_range: {
|
685
|
+
# start: 1,
|
686
|
+
# end: 1,
|
687
|
+
# start_column: 1,
|
688
|
+
# },
|
689
|
+
# },
|
690
|
+
# ],
|
691
|
+
# records: [
|
692
|
+
# {
|
693
|
+
# json_path: "NonEmptyString",
|
694
|
+
# record_index: 1,
|
695
|
+
# },
|
696
|
+
# ],
|
697
|
+
# cells: [
|
698
|
+
# {
|
699
|
+
# column: 1,
|
700
|
+
# row: 1,
|
701
|
+
# column_name: "NonEmptyString",
|
702
|
+
# cell_reference: "NonEmptyString",
|
703
|
+
# },
|
704
|
+
# ],
|
705
|
+
# },
|
706
|
+
# },
|
707
|
+
# ],
|
708
|
+
# total_count: 1,
|
709
|
+
# },
|
710
|
+
# ],
|
711
|
+
# custom_data_identifiers: {
|
712
|
+
# detections: [
|
713
|
+
# {
|
714
|
+
# count: 1,
|
715
|
+
# arn: "NonEmptyString",
|
716
|
+
# name: "NonEmptyString",
|
717
|
+
# occurrences: {
|
718
|
+
# line_ranges: [
|
719
|
+
# {
|
720
|
+
# start: 1,
|
721
|
+
# end: 1,
|
722
|
+
# start_column: 1,
|
723
|
+
# },
|
724
|
+
# ],
|
725
|
+
# offset_ranges: [
|
726
|
+
# {
|
727
|
+
# start: 1,
|
728
|
+
# end: 1,
|
729
|
+
# start_column: 1,
|
730
|
+
# },
|
731
|
+
# ],
|
732
|
+
# pages: [
|
733
|
+
# {
|
734
|
+
# page_number: 1,
|
735
|
+
# line_range: {
|
736
|
+
# start: 1,
|
737
|
+
# end: 1,
|
738
|
+
# start_column: 1,
|
739
|
+
# },
|
740
|
+
# offset_range: {
|
741
|
+
# start: 1,
|
742
|
+
# end: 1,
|
743
|
+
# start_column: 1,
|
744
|
+
# },
|
745
|
+
# },
|
746
|
+
# ],
|
747
|
+
# records: [
|
748
|
+
# {
|
749
|
+
# json_path: "NonEmptyString",
|
750
|
+
# record_index: 1,
|
751
|
+
# },
|
752
|
+
# ],
|
753
|
+
# cells: [
|
754
|
+
# {
|
755
|
+
# column: 1,
|
756
|
+
# row: 1,
|
757
|
+
# column_name: "NonEmptyString",
|
758
|
+
# cell_reference: "NonEmptyString",
|
759
|
+
# },
|
760
|
+
# ],
|
761
|
+
# },
|
762
|
+
# },
|
763
|
+
# ],
|
764
|
+
# total_count: 1,
|
765
|
+
# },
|
766
|
+
# },
|
767
|
+
# },
|
644
768
|
# details: {
|
645
769
|
# aws_auto_scaling_auto_scaling_group: {
|
646
770
|
# launch_configuration_name: "NonEmptyString",
|
@@ -751,6 +875,19 @@ module Aws::SecurityHub
|
|
751
875
|
# },
|
752
876
|
# ],
|
753
877
|
# source_dest_check: false,
|
878
|
+
# ip_v6_addresses: [
|
879
|
+
# {
|
880
|
+
# ip_v6_address: "NonEmptyString",
|
881
|
+
# },
|
882
|
+
# ],
|
883
|
+
# private_ip_addresses: [
|
884
|
+
# {
|
885
|
+
# private_ip_address: "NonEmptyString",
|
886
|
+
# private_dns_name: "NonEmptyString",
|
887
|
+
# },
|
888
|
+
# ],
|
889
|
+
# public_dns_name: "NonEmptyString",
|
890
|
+
# public_ip: "NonEmptyString",
|
754
891
|
# },
|
755
892
|
# aws_ec2_security_group: {
|
756
893
|
# group_name: "NonEmptyString",
|
@@ -929,6 +1066,18 @@ module Aws::SecurityHub
|
|
929
1066
|
# },
|
930
1067
|
# ],
|
931
1068
|
# },
|
1069
|
+
# public_access_block_configuration: {
|
1070
|
+
# block_public_acls: false,
|
1071
|
+
# block_public_policy: false,
|
1072
|
+
# ignore_public_acls: false,
|
1073
|
+
# restrict_public_buckets: false,
|
1074
|
+
# },
|
1075
|
+
# },
|
1076
|
+
# aws_s3_account_public_access_block: {
|
1077
|
+
# block_public_acls: false,
|
1078
|
+
# block_public_policy: false,
|
1079
|
+
# ignore_public_acls: false,
|
1080
|
+
# restrict_public_buckets: false,
|
932
1081
|
# },
|
933
1082
|
# aws_s3_object: {
|
934
1083
|
# last_modified: "NonEmptyString",
|
@@ -1251,6 +1400,30 @@ module Aws::SecurityHub
|
|
1251
1400
|
# sns_topic_name: "NonEmptyString",
|
1252
1401
|
# trail_arn: "NonEmptyString",
|
1253
1402
|
# },
|
1403
|
+
# aws_ssm_patch_compliance: {
|
1404
|
+
# patch: {
|
1405
|
+
# compliance_summary: {
|
1406
|
+
# status: "NonEmptyString",
|
1407
|
+
# compliant_critical_count: 1,
|
1408
|
+
# compliant_high_count: 1,
|
1409
|
+
# compliant_medium_count: 1,
|
1410
|
+
# execution_type: "NonEmptyString",
|
1411
|
+
# non_compliant_critical_count: 1,
|
1412
|
+
# compliant_informational_count: 1,
|
1413
|
+
# non_compliant_informational_count: 1,
|
1414
|
+
# compliant_unspecified_count: 1,
|
1415
|
+
# non_compliant_low_count: 1,
|
1416
|
+
# non_compliant_high_count: 1,
|
1417
|
+
# compliant_low_count: 1,
|
1418
|
+
# compliance_type: "NonEmptyString",
|
1419
|
+
# patch_baseline_id: "NonEmptyString",
|
1420
|
+
# overall_severity: "NonEmptyString",
|
1421
|
+
# non_compliant_medium_count: 1,
|
1422
|
+
# non_compliant_unspecified_count: 1,
|
1423
|
+
# patch_group: "NonEmptyString",
|
1424
|
+
# },
|
1425
|
+
# },
|
1426
|
+
# },
|
1254
1427
|
# aws_certificate_manager_certificate: {
|
1255
1428
|
# certificate_authority_arn: "NonEmptyString",
|
1256
1429
|
# created_at: "NonEmptyString",
|
@@ -2027,6 +2200,129 @@ module Aws::SecurityHub
|
|
2027
2200
|
# reboot_option: "NonEmptyString",
|
2028
2201
|
# operation: "NonEmptyString",
|
2029
2202
|
# },
|
2203
|
+
# action: {
|
2204
|
+
# action_type: "NonEmptyString",
|
2205
|
+
# network_connection_action: {
|
2206
|
+
# connection_direction: "NonEmptyString",
|
2207
|
+
# remote_ip_details: {
|
2208
|
+
# ip_address_v4: "NonEmptyString",
|
2209
|
+
# organization: {
|
2210
|
+
# asn: 1,
|
2211
|
+
# asn_org: "NonEmptyString",
|
2212
|
+
# isp: "NonEmptyString",
|
2213
|
+
# org: "NonEmptyString",
|
2214
|
+
# },
|
2215
|
+
# country: {
|
2216
|
+
# country_code: "NonEmptyString",
|
2217
|
+
# country_name: "NonEmptyString",
|
2218
|
+
# },
|
2219
|
+
# city: {
|
2220
|
+
# city_name: "NonEmptyString",
|
2221
|
+
# },
|
2222
|
+
# geo_location: {
|
2223
|
+
# lon: 1.0,
|
2224
|
+
# lat: 1.0,
|
2225
|
+
# },
|
2226
|
+
# },
|
2227
|
+
# remote_port_details: {
|
2228
|
+
# port: 1,
|
2229
|
+
# port_name: "NonEmptyString",
|
2230
|
+
# },
|
2231
|
+
# local_port_details: {
|
2232
|
+
# port: 1,
|
2233
|
+
# port_name: "NonEmptyString",
|
2234
|
+
# },
|
2235
|
+
# protocol: "NonEmptyString",
|
2236
|
+
# blocked: false,
|
2237
|
+
# },
|
2238
|
+
# aws_api_call_action: {
|
2239
|
+
# api: "NonEmptyString",
|
2240
|
+
# service_name: "NonEmptyString",
|
2241
|
+
# caller_type: "NonEmptyString",
|
2242
|
+
# remote_ip_details: {
|
2243
|
+
# ip_address_v4: "NonEmptyString",
|
2244
|
+
# organization: {
|
2245
|
+
# asn: 1,
|
2246
|
+
# asn_org: "NonEmptyString",
|
2247
|
+
# isp: "NonEmptyString",
|
2248
|
+
# org: "NonEmptyString",
|
2249
|
+
# },
|
2250
|
+
# country: {
|
2251
|
+
# country_code: "NonEmptyString",
|
2252
|
+
# country_name: "NonEmptyString",
|
2253
|
+
# },
|
2254
|
+
# city: {
|
2255
|
+
# city_name: "NonEmptyString",
|
2256
|
+
# },
|
2257
|
+
# geo_location: {
|
2258
|
+
# lon: 1.0,
|
2259
|
+
# lat: 1.0,
|
2260
|
+
# },
|
2261
|
+
# },
|
2262
|
+
# domain_details: {
|
2263
|
+
# domain: "NonEmptyString",
|
2264
|
+
# },
|
2265
|
+
# affected_resources: {
|
2266
|
+
# "NonEmptyString" => "NonEmptyString",
|
2267
|
+
# },
|
2268
|
+
# first_seen: "NonEmptyString",
|
2269
|
+
# last_seen: "NonEmptyString",
|
2270
|
+
# },
|
2271
|
+
# dns_request_action: {
|
2272
|
+
# domain: "NonEmptyString",
|
2273
|
+
# protocol: "NonEmptyString",
|
2274
|
+
# blocked: false,
|
2275
|
+
# },
|
2276
|
+
# port_probe_action: {
|
2277
|
+
# port_probe_details: [
|
2278
|
+
# {
|
2279
|
+
# local_port_details: {
|
2280
|
+
# port: 1,
|
2281
|
+
# port_name: "NonEmptyString",
|
2282
|
+
# },
|
2283
|
+
# local_ip_details: {
|
2284
|
+
# ip_address_v4: "NonEmptyString",
|
2285
|
+
# },
|
2286
|
+
# remote_ip_details: {
|
2287
|
+
# ip_address_v4: "NonEmptyString",
|
2288
|
+
# organization: {
|
2289
|
+
# asn: 1,
|
2290
|
+
# asn_org: "NonEmptyString",
|
2291
|
+
# isp: "NonEmptyString",
|
2292
|
+
# org: "NonEmptyString",
|
2293
|
+
# },
|
2294
|
+
# country: {
|
2295
|
+
# country_code: "NonEmptyString",
|
2296
|
+
# country_name: "NonEmptyString",
|
2297
|
+
# },
|
2298
|
+
# city: {
|
2299
|
+
# city_name: "NonEmptyString",
|
2300
|
+
# },
|
2301
|
+
# geo_location: {
|
2302
|
+
# lon: 1.0,
|
2303
|
+
# lat: 1.0,
|
2304
|
+
# },
|
2305
|
+
# },
|
2306
|
+
# },
|
2307
|
+
# ],
|
2308
|
+
# blocked: false,
|
2309
|
+
# },
|
2310
|
+
# },
|
2311
|
+
# finding_provider_fields: {
|
2312
|
+
# confidence: 1,
|
2313
|
+
# criticality: 1,
|
2314
|
+
# related_findings: [
|
2315
|
+
# {
|
2316
|
+
# product_arn: "NonEmptyString", # required
|
2317
|
+
# id: "NonEmptyString", # required
|
2318
|
+
# },
|
2319
|
+
# ],
|
2320
|
+
# severity: {
|
2321
|
+
# label: "INFORMATIONAL", # accepts INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL
|
2322
|
+
# original: "NonEmptyString",
|
2323
|
+
# },
|
2324
|
+
# types: ["NonEmptyString"],
|
2325
|
+
# },
|
2030
2326
|
# },
|
2031
2327
|
# ],
|
2032
2328
|
# })
|
@@ -2844,6 +3140,50 @@ module Aws::SecurityHub
|
|
2844
3140
|
# value: "NonEmptyString",
|
2845
3141
|
# },
|
2846
3142
|
# ],
|
3143
|
+
# finding_provider_fields_confidence: [
|
3144
|
+
# {
|
3145
|
+
# gte: 1.0,
|
3146
|
+
# lte: 1.0,
|
3147
|
+
# eq: 1.0,
|
3148
|
+
# },
|
3149
|
+
# ],
|
3150
|
+
# finding_provider_fields_criticality: [
|
3151
|
+
# {
|
3152
|
+
# gte: 1.0,
|
3153
|
+
# lte: 1.0,
|
3154
|
+
# eq: 1.0,
|
3155
|
+
# },
|
3156
|
+
# ],
|
3157
|
+
# finding_provider_fields_related_findings_id: [
|
3158
|
+
# {
|
3159
|
+
# value: "NonEmptyString",
|
3160
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3161
|
+
# },
|
3162
|
+
# ],
|
3163
|
+
# finding_provider_fields_related_findings_product_arn: [
|
3164
|
+
# {
|
3165
|
+
# value: "NonEmptyString",
|
3166
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3167
|
+
# },
|
3168
|
+
# ],
|
3169
|
+
# finding_provider_fields_severity_label: [
|
3170
|
+
# {
|
3171
|
+
# value: "NonEmptyString",
|
3172
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3173
|
+
# },
|
3174
|
+
# ],
|
3175
|
+
# finding_provider_fields_severity_original: [
|
3176
|
+
# {
|
3177
|
+
# value: "NonEmptyString",
|
3178
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3179
|
+
# },
|
3180
|
+
# ],
|
3181
|
+
# finding_provider_fields_types: [
|
3182
|
+
# {
|
3183
|
+
# value: "NonEmptyString",
|
3184
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3185
|
+
# },
|
3186
|
+
# ],
|
2847
3187
|
# },
|
2848
3188
|
# group_by_attribute: "NonEmptyString", # required
|
2849
3189
|
# })
|
@@ -3203,9 +3543,13 @@ module Aws::SecurityHub
|
|
3203
3543
|
req.send_request(options)
|
3204
3544
|
end
|
3205
3545
|
|
3206
|
-
# Returns information about
|
3207
|
-
#
|
3208
|
-
#
|
3546
|
+
# Returns information about product integrations in Security Hub.
|
3547
|
+
#
|
3548
|
+
# You can optionally provide an integration ARN. If you provide an
|
3549
|
+
# integration ARN, then the results only include that integration.
|
3550
|
+
#
|
3551
|
+
# If you do not provide an integration ARN, then the results include all
|
3552
|
+
# of the available product integrations.
|
3209
3553
|
#
|
3210
3554
|
# @option params [String] :next_token
|
3211
3555
|
# The token that is required for pagination. On your first call to the
|
@@ -3219,6 +3563,9 @@ module Aws::SecurityHub
|
|
3219
3563
|
# @option params [Integer] :max_results
|
3220
3564
|
# The maximum number of results to return.
|
3221
3565
|
#
|
3566
|
+
# @option params [String] :product_arn
|
3567
|
+
# The ARN of the integration to return.
|
3568
|
+
#
|
3222
3569
|
# @return [Types::DescribeProductsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3223
3570
|
#
|
3224
3571
|
# * {Types::DescribeProductsResponse#products #products} => Array<Types::Product>
|
@@ -3231,6 +3578,7 @@ module Aws::SecurityHub
|
|
3231
3578
|
# resp = client.describe_products({
|
3232
3579
|
# next_token: "NextToken",
|
3233
3580
|
# max_results: 1,
|
3581
|
+
# product_arn: "NonEmptyString",
|
3234
3582
|
# })
|
3235
3583
|
#
|
3236
3584
|
# @example Response structure
|
@@ -4250,6 +4598,50 @@ module Aws::SecurityHub
|
|
4250
4598
|
# value: "NonEmptyString",
|
4251
4599
|
# },
|
4252
4600
|
# ],
|
4601
|
+
# finding_provider_fields_confidence: [
|
4602
|
+
# {
|
4603
|
+
# gte: 1.0,
|
4604
|
+
# lte: 1.0,
|
4605
|
+
# eq: 1.0,
|
4606
|
+
# },
|
4607
|
+
# ],
|
4608
|
+
# finding_provider_fields_criticality: [
|
4609
|
+
# {
|
4610
|
+
# gte: 1.0,
|
4611
|
+
# lte: 1.0,
|
4612
|
+
# eq: 1.0,
|
4613
|
+
# },
|
4614
|
+
# ],
|
4615
|
+
# finding_provider_fields_related_findings_id: [
|
4616
|
+
# {
|
4617
|
+
# value: "NonEmptyString",
|
4618
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4619
|
+
# },
|
4620
|
+
# ],
|
4621
|
+
# finding_provider_fields_related_findings_product_arn: [
|
4622
|
+
# {
|
4623
|
+
# value: "NonEmptyString",
|
4624
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4625
|
+
# },
|
4626
|
+
# ],
|
4627
|
+
# finding_provider_fields_severity_label: [
|
4628
|
+
# {
|
4629
|
+
# value: "NonEmptyString",
|
4630
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4631
|
+
# },
|
4632
|
+
# ],
|
4633
|
+
# finding_provider_fields_severity_original: [
|
4634
|
+
# {
|
4635
|
+
# value: "NonEmptyString",
|
4636
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4637
|
+
# },
|
4638
|
+
# ],
|
4639
|
+
# finding_provider_fields_types: [
|
4640
|
+
# {
|
4641
|
+
# value: "NonEmptyString",
|
4642
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4643
|
+
# },
|
4644
|
+
# ],
|
4253
4645
|
# },
|
4254
4646
|
# sort_criteria: [
|
4255
4647
|
# {
|
@@ -4354,6 +4746,71 @@ module Aws::SecurityHub
|
|
4354
4746
|
# resp.findings[0].resources[0].resource_role #=> String
|
4355
4747
|
# resp.findings[0].resources[0].tags #=> Hash
|
4356
4748
|
# resp.findings[0].resources[0].tags["NonEmptyString"] #=> String
|
4749
|
+
# resp.findings[0].resources[0].data_classification.detailed_results_location #=> String
|
4750
|
+
# resp.findings[0].resources[0].data_classification.result.mime_type #=> String
|
4751
|
+
# resp.findings[0].resources[0].data_classification.result.size_classified #=> Integer
|
4752
|
+
# resp.findings[0].resources[0].data_classification.result.additional_occurrences #=> Boolean
|
4753
|
+
# resp.findings[0].resources[0].data_classification.result.status.code #=> String
|
4754
|
+
# resp.findings[0].resources[0].data_classification.result.status.reason #=> String
|
4755
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data #=> Array
|
4756
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].category #=> String
|
4757
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections #=> Array
|
4758
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].count #=> Integer
|
4759
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].type #=> String
|
4760
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.line_ranges #=> Array
|
4761
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.line_ranges[0].start #=> Integer
|
4762
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.line_ranges[0].end #=> Integer
|
4763
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.line_ranges[0].start_column #=> Integer
|
4764
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.offset_ranges #=> Array
|
4765
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.offset_ranges[0].start #=> Integer
|
4766
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.offset_ranges[0].end #=> Integer
|
4767
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.offset_ranges[0].start_column #=> Integer
|
4768
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages #=> Array
|
4769
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].page_number #=> Integer
|
4770
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].line_range.start #=> Integer
|
4771
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].line_range.end #=> Integer
|
4772
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].line_range.start_column #=> Integer
|
4773
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].offset_range.start #=> Integer
|
4774
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].offset_range.end #=> Integer
|
4775
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.pages[0].offset_range.start_column #=> Integer
|
4776
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.records #=> Array
|
4777
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.records[0].json_path #=> String
|
4778
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.records[0].record_index #=> Integer
|
4779
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.cells #=> Array
|
4780
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.cells[0].column #=> Integer
|
4781
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.cells[0].row #=> Integer
|
4782
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.cells[0].column_name #=> String
|
4783
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].detections[0].occurrences.cells[0].cell_reference #=> String
|
4784
|
+
# resp.findings[0].resources[0].data_classification.result.sensitive_data[0].total_count #=> Integer
|
4785
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections #=> Array
|
4786
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].count #=> Integer
|
4787
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].arn #=> String
|
4788
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].name #=> String
|
4789
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.line_ranges #=> Array
|
4790
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.line_ranges[0].start #=> Integer
|
4791
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.line_ranges[0].end #=> Integer
|
4792
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.line_ranges[0].start_column #=> Integer
|
4793
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.offset_ranges #=> Array
|
4794
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.offset_ranges[0].start #=> Integer
|
4795
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.offset_ranges[0].end #=> Integer
|
4796
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.offset_ranges[0].start_column #=> Integer
|
4797
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages #=> Array
|
4798
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].page_number #=> Integer
|
4799
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].line_range.start #=> Integer
|
4800
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].line_range.end #=> Integer
|
4801
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].line_range.start_column #=> Integer
|
4802
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].offset_range.start #=> Integer
|
4803
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].offset_range.end #=> Integer
|
4804
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.pages[0].offset_range.start_column #=> Integer
|
4805
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.records #=> Array
|
4806
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.records[0].json_path #=> String
|
4807
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.records[0].record_index #=> Integer
|
4808
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.cells #=> Array
|
4809
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.cells[0].column #=> Integer
|
4810
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.cells[0].row #=> Integer
|
4811
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.cells[0].column_name #=> String
|
4812
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.detections[0].occurrences.cells[0].cell_reference #=> String
|
4813
|
+
# resp.findings[0].resources[0].data_classification.result.custom_data_identifiers.total_count #=> Integer
|
4357
4814
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_configuration_name #=> String
|
4358
4815
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.load_balancer_names #=> Array
|
4359
4816
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.load_balancer_names[0] #=> String
|
@@ -4422,6 +4879,13 @@ module Aws::SecurityHub
|
|
4422
4879
|
# resp.findings[0].resources[0].details.aws_ec2_network_interface.security_groups[0].group_name #=> String
|
4423
4880
|
# resp.findings[0].resources[0].details.aws_ec2_network_interface.security_groups[0].group_id #=> String
|
4424
4881
|
# resp.findings[0].resources[0].details.aws_ec2_network_interface.source_dest_check #=> Boolean
|
4882
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.ip_v6_addresses #=> Array
|
4883
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.ip_v6_addresses[0].ip_v6_address #=> String
|
4884
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.private_ip_addresses #=> Array
|
4885
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.private_ip_addresses[0].private_ip_address #=> String
|
4886
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.private_ip_addresses[0].private_dns_name #=> String
|
4887
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.public_dns_name #=> String
|
4888
|
+
# resp.findings[0].resources[0].details.aws_ec2_network_interface.public_ip #=> String
|
4425
4889
|
# resp.findings[0].resources[0].details.aws_ec2_security_group.group_name #=> String
|
4426
4890
|
# resp.findings[0].resources[0].details.aws_ec2_security_group.group_id #=> String
|
4427
4891
|
# resp.findings[0].resources[0].details.aws_ec2_security_group.owner_id #=> String
|
@@ -4530,6 +4994,14 @@ module Aws::SecurityHub
|
|
4530
4994
|
# resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules #=> Array
|
4531
4995
|
# resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String
|
4532
4996
|
# resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.kms_master_key_id #=> String
|
4997
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.block_public_acls #=> Boolean
|
4998
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.block_public_policy #=> Boolean
|
4999
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.ignore_public_acls #=> Boolean
|
5000
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.restrict_public_buckets #=> Boolean
|
5001
|
+
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.block_public_acls #=> Boolean
|
5002
|
+
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.block_public_policy #=> Boolean
|
5003
|
+
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.ignore_public_acls #=> Boolean
|
5004
|
+
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.restrict_public_buckets #=> Boolean
|
4533
5005
|
# resp.findings[0].resources[0].details.aws_s3_object.last_modified #=> String
|
4534
5006
|
# resp.findings[0].resources[0].details.aws_s3_object.etag #=> String
|
4535
5007
|
# resp.findings[0].resources[0].details.aws_s3_object.version_id #=> String
|
@@ -4755,6 +5227,24 @@ module Aws::SecurityHub
|
|
4755
5227
|
# resp.findings[0].resources[0].details.aws_cloud_trail_trail.sns_topic_arn #=> String
|
4756
5228
|
# resp.findings[0].resources[0].details.aws_cloud_trail_trail.sns_topic_name #=> String
|
4757
5229
|
# resp.findings[0].resources[0].details.aws_cloud_trail_trail.trail_arn #=> String
|
5230
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.status #=> String
|
5231
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliant_critical_count #=> Integer
|
5232
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliant_high_count #=> Integer
|
5233
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliant_medium_count #=> Integer
|
5234
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.execution_type #=> String
|
5235
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.non_compliant_critical_count #=> Integer
|
5236
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliant_informational_count #=> Integer
|
5237
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.non_compliant_informational_count #=> Integer
|
5238
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliant_unspecified_count #=> Integer
|
5239
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.non_compliant_low_count #=> Integer
|
5240
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.non_compliant_high_count #=> Integer
|
5241
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliant_low_count #=> Integer
|
5242
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.compliance_type #=> String
|
5243
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.patch_baseline_id #=> String
|
5244
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.overall_severity #=> String
|
5245
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.non_compliant_medium_count #=> Integer
|
5246
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.non_compliant_unspecified_count #=> Integer
|
5247
|
+
# resp.findings[0].resources[0].details.aws_ssm_patch_compliance.patch.compliance_summary.patch_group #=> String
|
4758
5248
|
# resp.findings[0].resources[0].details.aws_certificate_manager_certificate.certificate_authority_arn #=> String
|
4759
5249
|
# resp.findings[0].resources[0].details.aws_certificate_manager_certificate.created_at #=> String
|
4760
5250
|
# resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_name #=> String
|
@@ -5304,6 +5794,69 @@ module Aws::SecurityHub
|
|
5304
5794
|
# resp.findings[0].patch_summary.operation_end_time #=> String
|
5305
5795
|
# resp.findings[0].patch_summary.reboot_option #=> String
|
5306
5796
|
# resp.findings[0].patch_summary.operation #=> String
|
5797
|
+
# resp.findings[0].action.action_type #=> String
|
5798
|
+
# resp.findings[0].action.network_connection_action.connection_direction #=> String
|
5799
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.ip_address_v4 #=> String
|
5800
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.organization.asn #=> Integer
|
5801
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.organization.asn_org #=> String
|
5802
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.organization.isp #=> String
|
5803
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.organization.org #=> String
|
5804
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.country.country_code #=> String
|
5805
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.country.country_name #=> String
|
5806
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.city.city_name #=> String
|
5807
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.geo_location.lon #=> Float
|
5808
|
+
# resp.findings[0].action.network_connection_action.remote_ip_details.geo_location.lat #=> Float
|
5809
|
+
# resp.findings[0].action.network_connection_action.remote_port_details.port #=> Integer
|
5810
|
+
# resp.findings[0].action.network_connection_action.remote_port_details.port_name #=> String
|
5811
|
+
# resp.findings[0].action.network_connection_action.local_port_details.port #=> Integer
|
5812
|
+
# resp.findings[0].action.network_connection_action.local_port_details.port_name #=> String
|
5813
|
+
# resp.findings[0].action.network_connection_action.protocol #=> String
|
5814
|
+
# resp.findings[0].action.network_connection_action.blocked #=> Boolean
|
5815
|
+
# resp.findings[0].action.aws_api_call_action.api #=> String
|
5816
|
+
# resp.findings[0].action.aws_api_call_action.service_name #=> String
|
5817
|
+
# resp.findings[0].action.aws_api_call_action.caller_type #=> String
|
5818
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.ip_address_v4 #=> String
|
5819
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.organization.asn #=> Integer
|
5820
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.organization.asn_org #=> String
|
5821
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.organization.isp #=> String
|
5822
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.organization.org #=> String
|
5823
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.country.country_code #=> String
|
5824
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.country.country_name #=> String
|
5825
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.city.city_name #=> String
|
5826
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.geo_location.lon #=> Float
|
5827
|
+
# resp.findings[0].action.aws_api_call_action.remote_ip_details.geo_location.lat #=> Float
|
5828
|
+
# resp.findings[0].action.aws_api_call_action.domain_details.domain #=> String
|
5829
|
+
# resp.findings[0].action.aws_api_call_action.affected_resources #=> Hash
|
5830
|
+
# resp.findings[0].action.aws_api_call_action.affected_resources["NonEmptyString"] #=> String
|
5831
|
+
# resp.findings[0].action.aws_api_call_action.first_seen #=> String
|
5832
|
+
# resp.findings[0].action.aws_api_call_action.last_seen #=> String
|
5833
|
+
# resp.findings[0].action.dns_request_action.domain #=> String
|
5834
|
+
# resp.findings[0].action.dns_request_action.protocol #=> String
|
5835
|
+
# resp.findings[0].action.dns_request_action.blocked #=> Boolean
|
5836
|
+
# resp.findings[0].action.port_probe_action.port_probe_details #=> Array
|
5837
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].local_port_details.port #=> Integer
|
5838
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].local_port_details.port_name #=> String
|
5839
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].local_ip_details.ip_address_v4 #=> String
|
5840
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.ip_address_v4 #=> String
|
5841
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.organization.asn #=> Integer
|
5842
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.organization.asn_org #=> String
|
5843
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.organization.isp #=> String
|
5844
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.organization.org #=> String
|
5845
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.country.country_code #=> String
|
5846
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.country.country_name #=> String
|
5847
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.city.city_name #=> String
|
5848
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.geo_location.lon #=> Float
|
5849
|
+
# resp.findings[0].action.port_probe_action.port_probe_details[0].remote_ip_details.geo_location.lat #=> Float
|
5850
|
+
# resp.findings[0].action.port_probe_action.blocked #=> Boolean
|
5851
|
+
# resp.findings[0].finding_provider_fields.confidence #=> Integer
|
5852
|
+
# resp.findings[0].finding_provider_fields.criticality #=> Integer
|
5853
|
+
# resp.findings[0].finding_provider_fields.related_findings #=> Array
|
5854
|
+
# resp.findings[0].finding_provider_fields.related_findings[0].product_arn #=> String
|
5855
|
+
# resp.findings[0].finding_provider_fields.related_findings[0].id #=> String
|
5856
|
+
# resp.findings[0].finding_provider_fields.severity.label #=> String, one of "INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL"
|
5857
|
+
# resp.findings[0].finding_provider_fields.severity.original #=> String
|
5858
|
+
# resp.findings[0].finding_provider_fields.types #=> Array
|
5859
|
+
# resp.findings[0].finding_provider_fields.types[0] #=> String
|
5307
5860
|
# resp.next_token #=> String
|
5308
5861
|
#
|
5309
5862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetFindings AWS API Documentation
|
@@ -5665,6 +6218,29 @@ module Aws::SecurityHub
|
|
5665
6218
|
# resp.insights[0].filters.note_updated_by[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
5666
6219
|
# resp.insights[0].filters.keyword #=> Array
|
5667
6220
|
# resp.insights[0].filters.keyword[0].value #=> String
|
6221
|
+
# resp.insights[0].filters.finding_provider_fields_confidence #=> Array
|
6222
|
+
# resp.insights[0].filters.finding_provider_fields_confidence[0].gte #=> Float
|
6223
|
+
# resp.insights[0].filters.finding_provider_fields_confidence[0].lte #=> Float
|
6224
|
+
# resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
|
6225
|
+
# resp.insights[0].filters.finding_provider_fields_criticality #=> Array
|
6226
|
+
# resp.insights[0].filters.finding_provider_fields_criticality[0].gte #=> Float
|
6227
|
+
# resp.insights[0].filters.finding_provider_fields_criticality[0].lte #=> Float
|
6228
|
+
# resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
|
6229
|
+
# resp.insights[0].filters.finding_provider_fields_related_findings_id #=> Array
|
6230
|
+
# resp.insights[0].filters.finding_provider_fields_related_findings_id[0].value #=> String
|
6231
|
+
# resp.insights[0].filters.finding_provider_fields_related_findings_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6232
|
+
# resp.insights[0].filters.finding_provider_fields_related_findings_product_arn #=> Array
|
6233
|
+
# resp.insights[0].filters.finding_provider_fields_related_findings_product_arn[0].value #=> String
|
6234
|
+
# resp.insights[0].filters.finding_provider_fields_related_findings_product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6235
|
+
# resp.insights[0].filters.finding_provider_fields_severity_label #=> Array
|
6236
|
+
# resp.insights[0].filters.finding_provider_fields_severity_label[0].value #=> String
|
6237
|
+
# resp.insights[0].filters.finding_provider_fields_severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6238
|
+
# resp.insights[0].filters.finding_provider_fields_severity_original #=> Array
|
6239
|
+
# resp.insights[0].filters.finding_provider_fields_severity_original[0].value #=> String
|
6240
|
+
# resp.insights[0].filters.finding_provider_fields_severity_original[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6241
|
+
# resp.insights[0].filters.finding_provider_fields_types #=> Array
|
6242
|
+
# resp.insights[0].filters.finding_provider_fields_types[0].value #=> String
|
6243
|
+
# resp.insights[0].filters.finding_provider_fields_types[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
5668
6244
|
# resp.insights[0].group_by_attribute #=> String
|
5669
6245
|
# resp.next_token #=> String
|
5670
6246
|
#
|
@@ -6705,6 +7281,50 @@ module Aws::SecurityHub
|
|
6705
7281
|
# value: "NonEmptyString",
|
6706
7282
|
# },
|
6707
7283
|
# ],
|
7284
|
+
# finding_provider_fields_confidence: [
|
7285
|
+
# {
|
7286
|
+
# gte: 1.0,
|
7287
|
+
# lte: 1.0,
|
7288
|
+
# eq: 1.0,
|
7289
|
+
# },
|
7290
|
+
# ],
|
7291
|
+
# finding_provider_fields_criticality: [
|
7292
|
+
# {
|
7293
|
+
# gte: 1.0,
|
7294
|
+
# lte: 1.0,
|
7295
|
+
# eq: 1.0,
|
7296
|
+
# },
|
7297
|
+
# ],
|
7298
|
+
# finding_provider_fields_related_findings_id: [
|
7299
|
+
# {
|
7300
|
+
# value: "NonEmptyString",
|
7301
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7302
|
+
# },
|
7303
|
+
# ],
|
7304
|
+
# finding_provider_fields_related_findings_product_arn: [
|
7305
|
+
# {
|
7306
|
+
# value: "NonEmptyString",
|
7307
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7308
|
+
# },
|
7309
|
+
# ],
|
7310
|
+
# finding_provider_fields_severity_label: [
|
7311
|
+
# {
|
7312
|
+
# value: "NonEmptyString",
|
7313
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7314
|
+
# },
|
7315
|
+
# ],
|
7316
|
+
# finding_provider_fields_severity_original: [
|
7317
|
+
# {
|
7318
|
+
# value: "NonEmptyString",
|
7319
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7320
|
+
# },
|
7321
|
+
# ],
|
7322
|
+
# finding_provider_fields_types: [
|
7323
|
+
# {
|
7324
|
+
# value: "NonEmptyString",
|
7325
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7326
|
+
# },
|
7327
|
+
# ],
|
6708
7328
|
# },
|
6709
7329
|
# note: {
|
6710
7330
|
# text: "NonEmptyString", # required
|
@@ -7298,6 +7918,50 @@ module Aws::SecurityHub
|
|
7298
7918
|
# value: "NonEmptyString",
|
7299
7919
|
# },
|
7300
7920
|
# ],
|
7921
|
+
# finding_provider_fields_confidence: [
|
7922
|
+
# {
|
7923
|
+
# gte: 1.0,
|
7924
|
+
# lte: 1.0,
|
7925
|
+
# eq: 1.0,
|
7926
|
+
# },
|
7927
|
+
# ],
|
7928
|
+
# finding_provider_fields_criticality: [
|
7929
|
+
# {
|
7930
|
+
# gte: 1.0,
|
7931
|
+
# lte: 1.0,
|
7932
|
+
# eq: 1.0,
|
7933
|
+
# },
|
7934
|
+
# ],
|
7935
|
+
# finding_provider_fields_related_findings_id: [
|
7936
|
+
# {
|
7937
|
+
# value: "NonEmptyString",
|
7938
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7939
|
+
# },
|
7940
|
+
# ],
|
7941
|
+
# finding_provider_fields_related_findings_product_arn: [
|
7942
|
+
# {
|
7943
|
+
# value: "NonEmptyString",
|
7944
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7945
|
+
# },
|
7946
|
+
# ],
|
7947
|
+
# finding_provider_fields_severity_label: [
|
7948
|
+
# {
|
7949
|
+
# value: "NonEmptyString",
|
7950
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7951
|
+
# },
|
7952
|
+
# ],
|
7953
|
+
# finding_provider_fields_severity_original: [
|
7954
|
+
# {
|
7955
|
+
# value: "NonEmptyString",
|
7956
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7957
|
+
# },
|
7958
|
+
# ],
|
7959
|
+
# finding_provider_fields_types: [
|
7960
|
+
# {
|
7961
|
+
# value: "NonEmptyString",
|
7962
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7963
|
+
# },
|
7964
|
+
# ],
|
7301
7965
|
# },
|
7302
7966
|
# group_by_attribute: "NonEmptyString",
|
7303
7967
|
# })
|
@@ -7413,7 +8077,7 @@ module Aws::SecurityHub
|
|
7413
8077
|
params: params,
|
7414
8078
|
config: config)
|
7415
8079
|
context[:gem_name] = 'aws-sdk-securityhub'
|
7416
|
-
context[:gem_version] = '1.
|
8080
|
+
context[:gem_version] = '1.42.0'
|
7417
8081
|
Seahorse::Client::Request.new(handlers, context)
|
7418
8082
|
end
|
7419
8083
|
|