aws-sdk-securityhub 1.65.0 → 1.69.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -715,6 +715,21 @@ module Aws::SecurityHub
715
715
  # launched_at: "NonEmptyString",
716
716
  # terminated_at: "NonEmptyString",
717
717
  # },
718
+ # threats: [
719
+ # {
720
+ # name: "NonEmptyString",
721
+ # severity: "NonEmptyString",
722
+ # item_count: 1,
723
+ # file_paths: [
724
+ # {
725
+ # file_path: "NonEmptyString",
726
+ # file_name: "NonEmptyString",
727
+ # resource_id: "NonEmptyString",
728
+ # hash: "NonEmptyString",
729
+ # },
730
+ # ],
731
+ # },
732
+ # ],
718
733
  # threat_intel_indicators: [
719
734
  # {
720
735
  # type: "DOMAIN", # accepts DOMAIN, EMAIL_ADDRESS, HASH_MD5, HASH_SHA1, HASH_SHA256, HASH_SHA512, IPV4_ADDRESS, IPV6_ADDRESS, MUTEX, PROCESS, URL
@@ -1002,6 +1017,17 @@ module Aws::SecurityHub
1002
1017
  # s3_origin_config: {
1003
1018
  # origin_access_identity: "NonEmptyString",
1004
1019
  # },
1020
+ # custom_origin_config: {
1021
+ # http_port: 1,
1022
+ # https_port: 1,
1023
+ # origin_keepalive_timeout: 1,
1024
+ # origin_protocol_policy: "NonEmptyString",
1025
+ # origin_read_timeout: 1,
1026
+ # origin_ssl_protocols: {
1027
+ # items: ["NonEmptyString"],
1028
+ # quantity: 1,
1029
+ # },
1030
+ # },
1005
1031
  # },
1006
1032
  # ],
1007
1033
  # },
@@ -1044,6 +1070,14 @@ module Aws::SecurityHub
1044
1070
  # network_interface_id: "NonEmptyString",
1045
1071
  # },
1046
1072
  # ],
1073
+ # virtualization_type: "NonEmptyString",
1074
+ # metadata_options: {
1075
+ # http_endpoint: "NonEmptyString",
1076
+ # http_protocol_ipv_6: "NonEmptyString",
1077
+ # http_put_response_hop_limit: 1,
1078
+ # http_tokens: "NonEmptyString",
1079
+ # instance_metadata_tags: "NonEmptyString",
1080
+ # },
1047
1081
  # },
1048
1082
  # aws_ec2_network_interface: {
1049
1083
  # attachment: {
@@ -1149,6 +1183,7 @@ module Aws::SecurityHub
1149
1183
  # },
1150
1184
  # aws_ec2_volume: {
1151
1185
  # create_time: "NonEmptyString",
1186
+ # device_name: "NonEmptyString",
1152
1187
  # encrypted: false,
1153
1188
  # size: 1,
1154
1189
  # snapshot_id: "NonEmptyString",
@@ -1162,6 +1197,9 @@ module Aws::SecurityHub
1162
1197
  # status: "NonEmptyString",
1163
1198
  # },
1164
1199
  # ],
1200
+ # volume_id: "NonEmptyString",
1201
+ # volume_type: "NonEmptyString",
1202
+ # volume_scan_status: "NonEmptyString",
1165
1203
  # },
1166
1204
  # aws_ec2_vpc: {
1167
1205
  # cidr_block_association_set: [
@@ -2397,6 +2435,13 @@ module Aws::SecurityHub
2397
2435
  # ],
2398
2436
  # topic_name: "NonEmptyString",
2399
2437
  # owner: "NonEmptyString",
2438
+ # sqs_success_feedback_role_arn: "NonEmptyString",
2439
+ # sqs_failure_feedback_role_arn: "NonEmptyString",
2440
+ # application_success_feedback_role_arn: "NonEmptyString",
2441
+ # firehose_success_feedback_role_arn: "NonEmptyString",
2442
+ # firehose_failure_feedback_role_arn: "NonEmptyString",
2443
+ # http_success_feedback_role_arn: "NonEmptyString",
2444
+ # http_failure_feedback_role_arn: "NonEmptyString",
2400
2445
  # },
2401
2446
  # aws_sqs_queue: {
2402
2447
  # kms_data_key_reuse_period_seconds: 1,
@@ -2550,6 +2595,8 @@ module Aws::SecurityHub
2550
2595
  # iam_database_authentication_enabled: false,
2551
2596
  # },
2552
2597
  # aws_ecs_cluster: {
2598
+ # cluster_arn: "NonEmptyString",
2599
+ # active_services_count: 1,
2553
2600
  # capacity_providers: ["NonEmptyString"],
2554
2601
  # cluster_settings: [
2555
2602
  # {
@@ -2577,6 +2624,21 @@ module Aws::SecurityHub
2577
2624
  # weight: 1,
2578
2625
  # },
2579
2626
  # ],
2627
+ # cluster_name: "NonEmptyString",
2628
+ # registered_container_instances_count: 1,
2629
+ # running_tasks_count: 1,
2630
+ # status: "NonEmptyString",
2631
+ # },
2632
+ # aws_ecs_container: {
2633
+ # name: "NonEmptyString",
2634
+ # image: "NonEmptyString",
2635
+ # mount_points: [
2636
+ # {
2637
+ # source_volume: "NonEmptyString",
2638
+ # container_path: "NonEmptyString",
2639
+ # },
2640
+ # ],
2641
+ # privileged: false,
2580
2642
  # },
2581
2643
  # aws_ecs_task_definition: {
2582
2644
  # container_definitions: [
@@ -2791,10 +2853,18 @@ module Aws::SecurityHub
2791
2853
  # ],
2792
2854
  # },
2793
2855
  # container: {
2856
+ # container_runtime: "NonEmptyString",
2794
2857
  # name: "NonEmptyString",
2795
2858
  # image_id: "NonEmptyString",
2796
2859
  # image_name: "NonEmptyString",
2797
2860
  # launched_at: "NonEmptyString",
2861
+ # volume_mounts: [
2862
+ # {
2863
+ # name: "NonEmptyString",
2864
+ # mount_path: "NonEmptyString",
2865
+ # },
2866
+ # ],
2867
+ # privileged: false,
2798
2868
  # },
2799
2869
  # other: {
2800
2870
  # "NonEmptyString" => "NonEmptyString",
@@ -3044,6 +3114,15 @@ module Aws::SecurityHub
3044
3114
  # domain_endpoints: {
3045
3115
  # "NonEmptyString" => "NonEmptyString",
3046
3116
  # },
3117
+ # advanced_security_options: {
3118
+ # enabled: false,
3119
+ # internal_user_database_enabled: false,
3120
+ # master_user_options: {
3121
+ # master_user_arn: "NonEmptyString",
3122
+ # master_user_name: "NonEmptyString",
3123
+ # master_user_password: "NonEmptyString",
3124
+ # },
3125
+ # },
3047
3126
  # },
3048
3127
  # aws_ec2_vpc_endpoint_service: {
3049
3128
  # acceptance_required: false,
@@ -3301,6 +3380,338 @@ module Aws::SecurityHub
3301
3380
  # owner_id: "NonEmptyString",
3302
3381
  # vpc_id: "NonEmptyString",
3303
3382
  # },
3383
+ # aws_kinesis_stream: {
3384
+ # name: "NonEmptyString",
3385
+ # arn: "NonEmptyString",
3386
+ # stream_encryption: {
3387
+ # encryption_type: "NonEmptyString",
3388
+ # key_id: "NonEmptyString",
3389
+ # },
3390
+ # shard_count: 1,
3391
+ # retention_period_hours: 1,
3392
+ # },
3393
+ # aws_ec2_transit_gateway: {
3394
+ # id: "NonEmptyString",
3395
+ # description: "NonEmptyString",
3396
+ # default_route_table_propagation: "NonEmptyString",
3397
+ # auto_accept_shared_attachments: "NonEmptyString",
3398
+ # default_route_table_association: "NonEmptyString",
3399
+ # transit_gateway_cidr_blocks: ["NonEmptyString"],
3400
+ # association_default_route_table_id: "NonEmptyString",
3401
+ # propagation_default_route_table_id: "NonEmptyString",
3402
+ # vpn_ecmp_support: "NonEmptyString",
3403
+ # dns_support: "NonEmptyString",
3404
+ # multicast_support: "NonEmptyString",
3405
+ # amazon_side_asn: 1,
3406
+ # },
3407
+ # aws_efs_access_point: {
3408
+ # access_point_id: "NonEmptyString",
3409
+ # arn: "NonEmptyString",
3410
+ # client_token: "NonEmptyString",
3411
+ # file_system_id: "NonEmptyString",
3412
+ # posix_user: {
3413
+ # gid: "NonEmptyString",
3414
+ # secondary_gids: ["NonEmptyString"],
3415
+ # uid: "NonEmptyString",
3416
+ # },
3417
+ # root_directory: {
3418
+ # creation_info: {
3419
+ # owner_gid: "NonEmptyString",
3420
+ # owner_uid: "NonEmptyString",
3421
+ # permissions: "NonEmptyString",
3422
+ # },
3423
+ # path: "NonEmptyString",
3424
+ # },
3425
+ # },
3426
+ # aws_cloud_formation_stack: {
3427
+ # capabilities: ["NonEmptyString"],
3428
+ # creation_time: "NonEmptyString",
3429
+ # description: "NonEmptyString",
3430
+ # disable_rollback: false,
3431
+ # drift_information: {
3432
+ # stack_drift_status: "NonEmptyString",
3433
+ # },
3434
+ # enable_termination_protection: false,
3435
+ # last_updated_time: "NonEmptyString",
3436
+ # notification_arns: ["NonEmptyString"],
3437
+ # outputs: [
3438
+ # {
3439
+ # description: "NonEmptyString",
3440
+ # output_key: "NonEmptyString",
3441
+ # output_value: "NonEmptyString",
3442
+ # },
3443
+ # ],
3444
+ # role_arn: "NonEmptyString",
3445
+ # stack_id: "NonEmptyString",
3446
+ # stack_name: "NonEmptyString",
3447
+ # stack_status: "NonEmptyString",
3448
+ # stack_status_reason: "NonEmptyString",
3449
+ # timeout_in_minutes: 1,
3450
+ # },
3451
+ # aws_cloud_watch_alarm: {
3452
+ # actions_enabled: false,
3453
+ # alarm_actions: ["NonEmptyString"],
3454
+ # alarm_arn: "NonEmptyString",
3455
+ # alarm_configuration_updated_timestamp: "NonEmptyString",
3456
+ # alarm_description: "NonEmptyString",
3457
+ # alarm_name: "NonEmptyString",
3458
+ # comparison_operator: "NonEmptyString",
3459
+ # datapoints_to_alarm: 1,
3460
+ # dimensions: [
3461
+ # {
3462
+ # name: "NonEmptyString",
3463
+ # value: "NonEmptyString",
3464
+ # },
3465
+ # ],
3466
+ # evaluate_low_sample_count_percentile: "NonEmptyString",
3467
+ # evaluation_periods: 1,
3468
+ # extended_statistic: "NonEmptyString",
3469
+ # insufficient_data_actions: ["NonEmptyString"],
3470
+ # metric_name: "NonEmptyString",
3471
+ # namespace: "NonEmptyString",
3472
+ # ok_actions: ["NonEmptyString"],
3473
+ # period: 1,
3474
+ # statistic: "NonEmptyString",
3475
+ # threshold: 1.0,
3476
+ # threshold_metric_id: "NonEmptyString",
3477
+ # treat_missing_data: "NonEmptyString",
3478
+ # unit: "NonEmptyString",
3479
+ # },
3480
+ # aws_ec2_vpc_peering_connection: {
3481
+ # accepter_vpc_info: {
3482
+ # cidr_block: "NonEmptyString",
3483
+ # cidr_block_set: [
3484
+ # {
3485
+ # cidr_block: "NonEmptyString",
3486
+ # },
3487
+ # ],
3488
+ # ipv_6_cidr_block_set: [
3489
+ # {
3490
+ # ipv_6_cidr_block: "NonEmptyString",
3491
+ # },
3492
+ # ],
3493
+ # owner_id: "NonEmptyString",
3494
+ # peering_options: {
3495
+ # allow_dns_resolution_from_remote_vpc: false,
3496
+ # allow_egress_from_local_classic_link_to_remote_vpc: false,
3497
+ # allow_egress_from_local_vpc_to_remote_classic_link: false,
3498
+ # },
3499
+ # region: "NonEmptyString",
3500
+ # vpc_id: "NonEmptyString",
3501
+ # },
3502
+ # expiration_time: "NonEmptyString",
3503
+ # requester_vpc_info: {
3504
+ # cidr_block: "NonEmptyString",
3505
+ # cidr_block_set: [
3506
+ # {
3507
+ # cidr_block: "NonEmptyString",
3508
+ # },
3509
+ # ],
3510
+ # ipv_6_cidr_block_set: [
3511
+ # {
3512
+ # ipv_6_cidr_block: "NonEmptyString",
3513
+ # },
3514
+ # ],
3515
+ # owner_id: "NonEmptyString",
3516
+ # peering_options: {
3517
+ # allow_dns_resolution_from_remote_vpc: false,
3518
+ # allow_egress_from_local_classic_link_to_remote_vpc: false,
3519
+ # allow_egress_from_local_vpc_to_remote_classic_link: false,
3520
+ # },
3521
+ # region: "NonEmptyString",
3522
+ # vpc_id: "NonEmptyString",
3523
+ # },
3524
+ # status: {
3525
+ # code: "NonEmptyString",
3526
+ # message: "NonEmptyString",
3527
+ # },
3528
+ # vpc_peering_connection_id: "NonEmptyString",
3529
+ # },
3530
+ # aws_waf_regional_rule_group: {
3531
+ # metric_name: "NonEmptyString",
3532
+ # name: "NonEmptyString",
3533
+ # rule_group_id: "NonEmptyString",
3534
+ # rules: [
3535
+ # {
3536
+ # action: {
3537
+ # type: "NonEmptyString",
3538
+ # },
3539
+ # priority: 1,
3540
+ # rule_id: "NonEmptyString",
3541
+ # type: "NonEmptyString",
3542
+ # },
3543
+ # ],
3544
+ # },
3545
+ # aws_waf_regional_rule: {
3546
+ # metric_name: "NonEmptyString",
3547
+ # name: "NonEmptyString",
3548
+ # predicate_list: [
3549
+ # {
3550
+ # data_id: "NonEmptyString",
3551
+ # negated: false,
3552
+ # type: "NonEmptyString",
3553
+ # },
3554
+ # ],
3555
+ # rule_id: "NonEmptyString",
3556
+ # },
3557
+ # aws_waf_regional_web_acl: {
3558
+ # default_action: "NonEmptyString",
3559
+ # metric_name: "NonEmptyString",
3560
+ # name: "NonEmptyString",
3561
+ # rules_list: [
3562
+ # {
3563
+ # action: {
3564
+ # type: "NonEmptyString",
3565
+ # },
3566
+ # override_action: {
3567
+ # type: "NonEmptyString",
3568
+ # },
3569
+ # priority: 1,
3570
+ # rule_id: "NonEmptyString",
3571
+ # type: "NonEmptyString",
3572
+ # },
3573
+ # ],
3574
+ # web_acl_id: "NonEmptyString",
3575
+ # },
3576
+ # aws_waf_rule: {
3577
+ # metric_name: "NonEmptyString",
3578
+ # name: "NonEmptyString",
3579
+ # predicate_list: [
3580
+ # {
3581
+ # data_id: "NonEmptyString",
3582
+ # negated: false,
3583
+ # type: "NonEmptyString",
3584
+ # },
3585
+ # ],
3586
+ # rule_id: "NonEmptyString",
3587
+ # },
3588
+ # aws_waf_rule_group: {
3589
+ # metric_name: "NonEmptyString",
3590
+ # name: "NonEmptyString",
3591
+ # rule_group_id: "NonEmptyString",
3592
+ # rules: [
3593
+ # {
3594
+ # action: {
3595
+ # type: "NonEmptyString",
3596
+ # },
3597
+ # priority: 1,
3598
+ # rule_id: "NonEmptyString",
3599
+ # type: "NonEmptyString",
3600
+ # },
3601
+ # ],
3602
+ # },
3603
+ # aws_ecs_task: {
3604
+ # cluster_arn: "NonEmptyString",
3605
+ # task_definition_arn: "NonEmptyString",
3606
+ # version: "NonEmptyString",
3607
+ # created_at: "NonEmptyString",
3608
+ # started_at: "NonEmptyString",
3609
+ # started_by: "NonEmptyString",
3610
+ # group: "NonEmptyString",
3611
+ # volumes: [
3612
+ # {
3613
+ # name: "NonEmptyString",
3614
+ # host: {
3615
+ # source_path: "NonEmptyString",
3616
+ # },
3617
+ # },
3618
+ # ],
3619
+ # containers: [
3620
+ # {
3621
+ # name: "NonEmptyString",
3622
+ # image: "NonEmptyString",
3623
+ # mount_points: [
3624
+ # {
3625
+ # source_volume: "NonEmptyString",
3626
+ # container_path: "NonEmptyString",
3627
+ # },
3628
+ # ],
3629
+ # privileged: false,
3630
+ # },
3631
+ # ],
3632
+ # },
3633
+ # aws_backup_backup_vault: {
3634
+ # backup_vault_arn: "NonEmptyString",
3635
+ # backup_vault_name: "NonEmptyString",
3636
+ # encryption_key_arn: "NonEmptyString",
3637
+ # notifications: {
3638
+ # backup_vault_events: ["NonEmptyString"],
3639
+ # sns_topic_arn: "NonEmptyString",
3640
+ # },
3641
+ # access_policy: "NonEmptyString",
3642
+ # },
3643
+ # aws_backup_backup_plan: {
3644
+ # backup_plan: {
3645
+ # backup_plan_name: "NonEmptyString",
3646
+ # advanced_backup_settings: [
3647
+ # {
3648
+ # backup_options: {
3649
+ # "NonEmptyString" => "NonEmptyString",
3650
+ # },
3651
+ # resource_type: "NonEmptyString",
3652
+ # },
3653
+ # ],
3654
+ # backup_plan_rule: [
3655
+ # {
3656
+ # target_backup_vault: "NonEmptyString",
3657
+ # start_window_minutes: 1,
3658
+ # schedule_expression: "NonEmptyString",
3659
+ # rule_name: "NonEmptyString",
3660
+ # rule_id: "NonEmptyString",
3661
+ # enable_continuous_backup: false,
3662
+ # completion_window_minutes: 1,
3663
+ # copy_actions: [
3664
+ # {
3665
+ # destination_backup_vault_arn: "NonEmptyString",
3666
+ # lifecycle: {
3667
+ # delete_after_days: 1,
3668
+ # move_to_cold_storage_after_days: 1,
3669
+ # },
3670
+ # },
3671
+ # ],
3672
+ # lifecycle: {
3673
+ # delete_after_days: 1,
3674
+ # move_to_cold_storage_after_days: 1,
3675
+ # },
3676
+ # },
3677
+ # ],
3678
+ # },
3679
+ # backup_plan_arn: "NonEmptyString",
3680
+ # backup_plan_id: "NonEmptyString",
3681
+ # version_id: "NonEmptyString",
3682
+ # },
3683
+ # aws_backup_recovery_point: {
3684
+ # backup_size_in_bytes: 1,
3685
+ # backup_vault_arn: "NonEmptyString",
3686
+ # backup_vault_name: "NonEmptyString",
3687
+ # calculated_lifecycle: {
3688
+ # delete_at: "NonEmptyString",
3689
+ # move_to_cold_storage_at: "NonEmptyString",
3690
+ # },
3691
+ # completion_date: "NonEmptyString",
3692
+ # created_by: {
3693
+ # backup_plan_arn: "NonEmptyString",
3694
+ # backup_plan_id: "NonEmptyString",
3695
+ # backup_plan_version: "NonEmptyString",
3696
+ # backup_rule_id: "NonEmptyString",
3697
+ # },
3698
+ # creation_date: "NonEmptyString",
3699
+ # encryption_key_arn: "NonEmptyString",
3700
+ # iam_role_arn: "NonEmptyString",
3701
+ # is_encrypted: false,
3702
+ # last_restore_time: "NonEmptyString",
3703
+ # lifecycle: {
3704
+ # delete_after_days: 1,
3705
+ # move_to_cold_storage_after_days: 1,
3706
+ # },
3707
+ # recovery_point_arn: "NonEmptyString",
3708
+ # resource_arn: "NonEmptyString",
3709
+ # resource_type: "NonEmptyString",
3710
+ # source_backup_vault_arn: "NonEmptyString",
3711
+ # status: "NonEmptyString",
3712
+ # status_message: "NonEmptyString",
3713
+ # storage_class: "NonEmptyString",
3714
+ # },
3304
3715
  # },
3305
3716
  # },
3306
3717
  # ],
@@ -3343,6 +3754,8 @@ module Aws::SecurityHub
3343
3754
  # architecture: "NonEmptyString",
3344
3755
  # package_manager: "NonEmptyString",
3345
3756
  # file_path: "NonEmptyString",
3757
+ # fixed_in_version: "NonEmptyString",
3758
+ # remediation: "NonEmptyString",
3346
3759
  # },
3347
3760
  # ],
3348
3761
  # cvss: [
@@ -3368,6 +3781,7 @@ module Aws::SecurityHub
3368
3781
  # vendor_updated_at: "NonEmptyString",
3369
3782
  # },
3370
3783
  # reference_urls: ["NonEmptyString"],
3784
+ # fix_available: "YES", # accepts YES, NO, PARTIAL
3371
3785
  # },
3372
3786
  # ],
3373
3787
  # patch_summary: {
@@ -6177,6 +6591,15 @@ module Aws::SecurityHub
6177
6591
  # resp.findings[0].process.parent_pid #=> Integer
6178
6592
  # resp.findings[0].process.launched_at #=> String
6179
6593
  # resp.findings[0].process.terminated_at #=> String
6594
+ # resp.findings[0].threats #=> Array
6595
+ # resp.findings[0].threats[0].name #=> String
6596
+ # resp.findings[0].threats[0].severity #=> String
6597
+ # resp.findings[0].threats[0].item_count #=> Integer
6598
+ # resp.findings[0].threats[0].file_paths #=> Array
6599
+ # resp.findings[0].threats[0].file_paths[0].file_path #=> String
6600
+ # resp.findings[0].threats[0].file_paths[0].file_name #=> String
6601
+ # resp.findings[0].threats[0].file_paths[0].resource_id #=> String
6602
+ # resp.findings[0].threats[0].file_paths[0].hash #=> String
6180
6603
  # resp.findings[0].threat_intel_indicators #=> Array
6181
6604
  # resp.findings[0].threat_intel_indicators[0].type #=> String, one of "DOMAIN", "EMAIL_ADDRESS", "HASH_MD5", "HASH_SHA1", "HASH_SHA256", "HASH_SHA512", "IPV4_ADDRESS", "IPV6_ADDRESS", "MUTEX", "PROCESS", "URL"
6182
6605
  # resp.findings[0].threat_intel_indicators[0].value #=> String
@@ -6345,6 +6768,14 @@ module Aws::SecurityHub
6345
6768
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].id #=> String
6346
6769
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].origin_path #=> String
6347
6770
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].s3_origin_config.origin_access_identity #=> String
6771
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.http_port #=> Integer
6772
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.https_port #=> Integer
6773
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
6774
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.origin_protocol_policy #=> String
6775
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
6776
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.origin_ssl_protocols.items #=> Array
6777
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String
6778
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].custom_origin_config.origin_ssl_protocols.quantity #=> Integer
6348
6779
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items #=> Array
6349
6780
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items[0].failover_criteria.status_codes.items #=> Array
6350
6781
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items[0].failover_criteria.status_codes.items[0] #=> Integer
@@ -6371,6 +6802,12 @@ module Aws::SecurityHub
6371
6802
  # resp.findings[0].resources[0].details.aws_ec2_instance.launched_at #=> String
6372
6803
  # resp.findings[0].resources[0].details.aws_ec2_instance.network_interfaces #=> Array
6373
6804
  # resp.findings[0].resources[0].details.aws_ec2_instance.network_interfaces[0].network_interface_id #=> String
6805
+ # resp.findings[0].resources[0].details.aws_ec2_instance.virtualization_type #=> String
6806
+ # resp.findings[0].resources[0].details.aws_ec2_instance.metadata_options.http_endpoint #=> String
6807
+ # resp.findings[0].resources[0].details.aws_ec2_instance.metadata_options.http_protocol_ipv_6 #=> String
6808
+ # resp.findings[0].resources[0].details.aws_ec2_instance.metadata_options.http_put_response_hop_limit #=> Integer
6809
+ # resp.findings[0].resources[0].details.aws_ec2_instance.metadata_options.http_tokens #=> String
6810
+ # resp.findings[0].resources[0].details.aws_ec2_instance.metadata_options.instance_metadata_tags #=> String
6374
6811
  # resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.attach_time #=> String
6375
6812
  # resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.attachment_id #=> String
6376
6813
  # resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.delete_on_termination #=> Boolean
@@ -6429,6 +6866,7 @@ module Aws::SecurityHub
6429
6866
  # resp.findings[0].resources[0].details.aws_ec2_security_group.ip_permissions_egress[0].prefix_list_ids #=> Array
6430
6867
  # resp.findings[0].resources[0].details.aws_ec2_security_group.ip_permissions_egress[0].prefix_list_ids[0].prefix_list_id #=> String
6431
6868
  # resp.findings[0].resources[0].details.aws_ec2_volume.create_time #=> String
6869
+ # resp.findings[0].resources[0].details.aws_ec2_volume.device_name #=> String
6432
6870
  # resp.findings[0].resources[0].details.aws_ec2_volume.encrypted #=> Boolean
6433
6871
  # resp.findings[0].resources[0].details.aws_ec2_volume.size #=> Integer
6434
6872
  # resp.findings[0].resources[0].details.aws_ec2_volume.snapshot_id #=> String
@@ -6439,6 +6877,9 @@ module Aws::SecurityHub
6439
6877
  # resp.findings[0].resources[0].details.aws_ec2_volume.attachments[0].delete_on_termination #=> Boolean
6440
6878
  # resp.findings[0].resources[0].details.aws_ec2_volume.attachments[0].instance_id #=> String
6441
6879
  # resp.findings[0].resources[0].details.aws_ec2_volume.attachments[0].status #=> String
6880
+ # resp.findings[0].resources[0].details.aws_ec2_volume.volume_id #=> String
6881
+ # resp.findings[0].resources[0].details.aws_ec2_volume.volume_type #=> String
6882
+ # resp.findings[0].resources[0].details.aws_ec2_volume.volume_scan_status #=> String
6442
6883
  # resp.findings[0].resources[0].details.aws_ec2_vpc.cidr_block_association_set #=> Array
6443
6884
  # resp.findings[0].resources[0].details.aws_ec2_vpc.cidr_block_association_set[0].association_id #=> String
6444
6885
  # resp.findings[0].resources[0].details.aws_ec2_vpc.cidr_block_association_set[0].cidr_block #=> String
@@ -7270,6 +7711,13 @@ module Aws::SecurityHub
7270
7711
  # resp.findings[0].resources[0].details.aws_sns_topic.subscription[0].protocol #=> String
7271
7712
  # resp.findings[0].resources[0].details.aws_sns_topic.topic_name #=> String
7272
7713
  # resp.findings[0].resources[0].details.aws_sns_topic.owner #=> String
7714
+ # resp.findings[0].resources[0].details.aws_sns_topic.sqs_success_feedback_role_arn #=> String
7715
+ # resp.findings[0].resources[0].details.aws_sns_topic.sqs_failure_feedback_role_arn #=> String
7716
+ # resp.findings[0].resources[0].details.aws_sns_topic.application_success_feedback_role_arn #=> String
7717
+ # resp.findings[0].resources[0].details.aws_sns_topic.firehose_success_feedback_role_arn #=> String
7718
+ # resp.findings[0].resources[0].details.aws_sns_topic.firehose_failure_feedback_role_arn #=> String
7719
+ # resp.findings[0].resources[0].details.aws_sns_topic.http_success_feedback_role_arn #=> String
7720
+ # resp.findings[0].resources[0].details.aws_sns_topic.http_failure_feedback_role_arn #=> String
7273
7721
  # resp.findings[0].resources[0].details.aws_sqs_queue.kms_data_key_reuse_period_seconds #=> Integer
7274
7722
  # resp.findings[0].resources[0].details.aws_sqs_queue.kms_master_key_id #=> String
7275
7723
  # resp.findings[0].resources[0].details.aws_sqs_queue.queue_name #=> String
@@ -7388,6 +7836,8 @@ module Aws::SecurityHub
7388
7836
  # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_instance_identifier #=> String
7389
7837
  # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_cluster_parameter_group_status #=> String
7390
7838
  # resp.findings[0].resources[0].details.aws_rds_db_cluster.iam_database_authentication_enabled #=> Boolean
7839
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_arn #=> String
7840
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.active_services_count #=> Integer
7391
7841
  # resp.findings[0].resources[0].details.aws_ecs_cluster.capacity_providers #=> Array
7392
7842
  # resp.findings[0].resources[0].details.aws_ecs_cluster.capacity_providers[0] #=> String
7393
7843
  # resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings #=> Array
@@ -7404,6 +7854,16 @@ module Aws::SecurityHub
7404
7854
  # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].base #=> Integer
7405
7855
  # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].capacity_provider #=> String
7406
7856
  # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].weight #=> Integer
7857
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_name #=> String
7858
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.registered_container_instances_count #=> Integer
7859
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.running_tasks_count #=> Integer
7860
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.status #=> String
7861
+ # resp.findings[0].resources[0].details.aws_ecs_container.name #=> String
7862
+ # resp.findings[0].resources[0].details.aws_ecs_container.image #=> String
7863
+ # resp.findings[0].resources[0].details.aws_ecs_container.mount_points #=> Array
7864
+ # resp.findings[0].resources[0].details.aws_ecs_container.mount_points[0].source_volume #=> String
7865
+ # resp.findings[0].resources[0].details.aws_ecs_container.mount_points[0].container_path #=> String
7866
+ # resp.findings[0].resources[0].details.aws_ecs_container.privileged #=> Boolean
7407
7867
  # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions #=> Array
7408
7868
  # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].command #=> Array
7409
7869
  # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].command[0] #=> String
@@ -7542,10 +8002,15 @@ module Aws::SecurityHub
7542
8002
  # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
7543
8003
  # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].host.source_path #=> String
7544
8004
  # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].name #=> String
8005
+ # resp.findings[0].resources[0].details.container.container_runtime #=> String
7545
8006
  # resp.findings[0].resources[0].details.container.name #=> String
7546
8007
  # resp.findings[0].resources[0].details.container.image_id #=> String
7547
8008
  # resp.findings[0].resources[0].details.container.image_name #=> String
7548
8009
  # resp.findings[0].resources[0].details.container.launched_at #=> String
8010
+ # resp.findings[0].resources[0].details.container.volume_mounts #=> Array
8011
+ # resp.findings[0].resources[0].details.container.volume_mounts[0].name #=> String
8012
+ # resp.findings[0].resources[0].details.container.volume_mounts[0].mount_path #=> String
8013
+ # resp.findings[0].resources[0].details.container.privileged #=> Boolean
7549
8014
  # resp.findings[0].resources[0].details.other #=> Hash
7550
8015
  # resp.findings[0].resources[0].details.other["NonEmptyString"] #=> String
7551
8016
  # resp.findings[0].resources[0].details.aws_rds_event_subscription.cust_subscription_id #=> String
@@ -7730,6 +8195,11 @@ module Aws::SecurityHub
7730
8195
  # resp.findings[0].resources[0].details.aws_open_search_service_domain.log_publishing_options.audit_logs.enabled #=> Boolean
7731
8196
  # resp.findings[0].resources[0].details.aws_open_search_service_domain.domain_endpoints #=> Hash
7732
8197
  # resp.findings[0].resources[0].details.aws_open_search_service_domain.domain_endpoints["NonEmptyString"] #=> String
8198
+ # resp.findings[0].resources[0].details.aws_open_search_service_domain.advanced_security_options.enabled #=> Boolean
8199
+ # resp.findings[0].resources[0].details.aws_open_search_service_domain.advanced_security_options.internal_user_database_enabled #=> Boolean
8200
+ # resp.findings[0].resources[0].details.aws_open_search_service_domain.advanced_security_options.master_user_options.master_user_arn #=> String
8201
+ # resp.findings[0].resources[0].details.aws_open_search_service_domain.advanced_security_options.master_user_options.master_user_name #=> String
8202
+ # resp.findings[0].resources[0].details.aws_open_search_service_domain.advanced_security_options.master_user_options.master_user_password #=> String
7733
8203
  # resp.findings[0].resources[0].details.aws_ec2_vpc_endpoint_service.acceptance_required #=> Boolean
7734
8204
  # resp.findings[0].resources[0].details.aws_ec2_vpc_endpoint_service.availability_zones #=> Array
7735
8205
  # resp.findings[0].resources[0].details.aws_ec2_vpc_endpoint_service.availability_zones[0] #=> String
@@ -7883,6 +8353,220 @@ module Aws::SecurityHub
7883
8353
  # resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges[0].status #=> String
7884
8354
  # resp.findings[0].resources[0].details.aws_rds_db_security_group.owner_id #=> String
7885
8355
  # resp.findings[0].resources[0].details.aws_rds_db_security_group.vpc_id #=> String
8356
+ # resp.findings[0].resources[0].details.aws_kinesis_stream.name #=> String
8357
+ # resp.findings[0].resources[0].details.aws_kinesis_stream.arn #=> String
8358
+ # resp.findings[0].resources[0].details.aws_kinesis_stream.stream_encryption.encryption_type #=> String
8359
+ # resp.findings[0].resources[0].details.aws_kinesis_stream.stream_encryption.key_id #=> String
8360
+ # resp.findings[0].resources[0].details.aws_kinesis_stream.shard_count #=> Integer
8361
+ # resp.findings[0].resources[0].details.aws_kinesis_stream.retention_period_hours #=> Integer
8362
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.id #=> String
8363
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.description #=> String
8364
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.default_route_table_propagation #=> String
8365
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.auto_accept_shared_attachments #=> String
8366
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.default_route_table_association #=> String
8367
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.transit_gateway_cidr_blocks #=> Array
8368
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.transit_gateway_cidr_blocks[0] #=> String
8369
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.association_default_route_table_id #=> String
8370
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.propagation_default_route_table_id #=> String
8371
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.vpn_ecmp_support #=> String
8372
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.dns_support #=> String
8373
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.multicast_support #=> String
8374
+ # resp.findings[0].resources[0].details.aws_ec2_transit_gateway.amazon_side_asn #=> Integer
8375
+ # resp.findings[0].resources[0].details.aws_efs_access_point.access_point_id #=> String
8376
+ # resp.findings[0].resources[0].details.aws_efs_access_point.arn #=> String
8377
+ # resp.findings[0].resources[0].details.aws_efs_access_point.client_token #=> String
8378
+ # resp.findings[0].resources[0].details.aws_efs_access_point.file_system_id #=> String
8379
+ # resp.findings[0].resources[0].details.aws_efs_access_point.posix_user.gid #=> String
8380
+ # resp.findings[0].resources[0].details.aws_efs_access_point.posix_user.secondary_gids #=> Array
8381
+ # resp.findings[0].resources[0].details.aws_efs_access_point.posix_user.secondary_gids[0] #=> String
8382
+ # resp.findings[0].resources[0].details.aws_efs_access_point.posix_user.uid #=> String
8383
+ # resp.findings[0].resources[0].details.aws_efs_access_point.root_directory.creation_info.owner_gid #=> String
8384
+ # resp.findings[0].resources[0].details.aws_efs_access_point.root_directory.creation_info.owner_uid #=> String
8385
+ # resp.findings[0].resources[0].details.aws_efs_access_point.root_directory.creation_info.permissions #=> String
8386
+ # resp.findings[0].resources[0].details.aws_efs_access_point.root_directory.path #=> String
8387
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.capabilities #=> Array
8388
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.capabilities[0] #=> String
8389
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.creation_time #=> String
8390
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.description #=> String
8391
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.disable_rollback #=> Boolean
8392
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.drift_information.stack_drift_status #=> String
8393
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.enable_termination_protection #=> Boolean
8394
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.last_updated_time #=> String
8395
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.notification_arns #=> Array
8396
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.notification_arns[0] #=> String
8397
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.outputs #=> Array
8398
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.outputs[0].description #=> String
8399
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.outputs[0].output_key #=> String
8400
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.outputs[0].output_value #=> String
8401
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.role_arn #=> String
8402
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.stack_id #=> String
8403
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.stack_name #=> String
8404
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.stack_status #=> String
8405
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.stack_status_reason #=> String
8406
+ # resp.findings[0].resources[0].details.aws_cloud_formation_stack.timeout_in_minutes #=> Integer
8407
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.actions_enabled #=> Boolean
8408
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.alarm_actions #=> Array
8409
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.alarm_actions[0] #=> String
8410
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.alarm_arn #=> String
8411
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.alarm_configuration_updated_timestamp #=> String
8412
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.alarm_description #=> String
8413
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.alarm_name #=> String
8414
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.comparison_operator #=> String
8415
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.datapoints_to_alarm #=> Integer
8416
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.dimensions #=> Array
8417
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.dimensions[0].name #=> String
8418
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.dimensions[0].value #=> String
8419
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.evaluate_low_sample_count_percentile #=> String
8420
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.evaluation_periods #=> Integer
8421
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.extended_statistic #=> String
8422
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.insufficient_data_actions #=> Array
8423
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.insufficient_data_actions[0] #=> String
8424
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.metric_name #=> String
8425
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.namespace #=> String
8426
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.ok_actions #=> Array
8427
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.ok_actions[0] #=> String
8428
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.period #=> Integer
8429
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.statistic #=> String
8430
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.threshold #=> Float
8431
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.threshold_metric_id #=> String
8432
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.treat_missing_data #=> String
8433
+ # resp.findings[0].resources[0].details.aws_cloud_watch_alarm.unit #=> String
8434
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.cidr_block #=> String
8435
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.cidr_block_set #=> Array
8436
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.cidr_block_set[0].cidr_block #=> String
8437
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.ipv_6_cidr_block_set #=> Array
8438
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.ipv_6_cidr_block_set[0].ipv_6_cidr_block #=> String
8439
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.owner_id #=> String
8440
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.peering_options.allow_dns_resolution_from_remote_vpc #=> Boolean
8441
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.peering_options.allow_egress_from_local_classic_link_to_remote_vpc #=> Boolean
8442
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.peering_options.allow_egress_from_local_vpc_to_remote_classic_link #=> Boolean
8443
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.region #=> String
8444
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.accepter_vpc_info.vpc_id #=> String
8445
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.expiration_time #=> String
8446
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.cidr_block #=> String
8447
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.cidr_block_set #=> Array
8448
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.cidr_block_set[0].cidr_block #=> String
8449
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.ipv_6_cidr_block_set #=> Array
8450
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.ipv_6_cidr_block_set[0].ipv_6_cidr_block #=> String
8451
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.owner_id #=> String
8452
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.peering_options.allow_dns_resolution_from_remote_vpc #=> Boolean
8453
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.peering_options.allow_egress_from_local_classic_link_to_remote_vpc #=> Boolean
8454
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.peering_options.allow_egress_from_local_vpc_to_remote_classic_link #=> Boolean
8455
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.region #=> String
8456
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.requester_vpc_info.vpc_id #=> String
8457
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.status.code #=> String
8458
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.status.message #=> String
8459
+ # resp.findings[0].resources[0].details.aws_ec2_vpc_peering_connection.vpc_peering_connection_id #=> String
8460
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.metric_name #=> String
8461
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.name #=> String
8462
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.rule_group_id #=> String
8463
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.rules #=> Array
8464
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.rules[0].action.type #=> String
8465
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.rules[0].priority #=> Integer
8466
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.rules[0].rule_id #=> String
8467
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule_group.rules[0].type #=> String
8468
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.metric_name #=> String
8469
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.name #=> String
8470
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.predicate_list #=> Array
8471
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.predicate_list[0].data_id #=> String
8472
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.predicate_list[0].negated #=> Boolean
8473
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.predicate_list[0].type #=> String
8474
+ # resp.findings[0].resources[0].details.aws_waf_regional_rule.rule_id #=> String
8475
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.default_action #=> String
8476
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.metric_name #=> String
8477
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.name #=> String
8478
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.rules_list #=> Array
8479
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.rules_list[0].action.type #=> String
8480
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.rules_list[0].override_action.type #=> String
8481
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.rules_list[0].priority #=> Integer
8482
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.rules_list[0].rule_id #=> String
8483
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.rules_list[0].type #=> String
8484
+ # resp.findings[0].resources[0].details.aws_waf_regional_web_acl.web_acl_id #=> String
8485
+ # resp.findings[0].resources[0].details.aws_waf_rule.metric_name #=> String
8486
+ # resp.findings[0].resources[0].details.aws_waf_rule.name #=> String
8487
+ # resp.findings[0].resources[0].details.aws_waf_rule.predicate_list #=> Array
8488
+ # resp.findings[0].resources[0].details.aws_waf_rule.predicate_list[0].data_id #=> String
8489
+ # resp.findings[0].resources[0].details.aws_waf_rule.predicate_list[0].negated #=> Boolean
8490
+ # resp.findings[0].resources[0].details.aws_waf_rule.predicate_list[0].type #=> String
8491
+ # resp.findings[0].resources[0].details.aws_waf_rule.rule_id #=> String
8492
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.metric_name #=> String
8493
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.name #=> String
8494
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.rule_group_id #=> String
8495
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.rules #=> Array
8496
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.rules[0].action.type #=> String
8497
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.rules[0].priority #=> Integer
8498
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.rules[0].rule_id #=> String
8499
+ # resp.findings[0].resources[0].details.aws_waf_rule_group.rules[0].type #=> String
8500
+ # resp.findings[0].resources[0].details.aws_ecs_task.cluster_arn #=> String
8501
+ # resp.findings[0].resources[0].details.aws_ecs_task.task_definition_arn #=> String
8502
+ # resp.findings[0].resources[0].details.aws_ecs_task.version #=> String
8503
+ # resp.findings[0].resources[0].details.aws_ecs_task.created_at #=> String
8504
+ # resp.findings[0].resources[0].details.aws_ecs_task.started_at #=> String
8505
+ # resp.findings[0].resources[0].details.aws_ecs_task.started_by #=> String
8506
+ # resp.findings[0].resources[0].details.aws_ecs_task.group #=> String
8507
+ # resp.findings[0].resources[0].details.aws_ecs_task.volumes #=> Array
8508
+ # resp.findings[0].resources[0].details.aws_ecs_task.volumes[0].name #=> String
8509
+ # resp.findings[0].resources[0].details.aws_ecs_task.volumes[0].host.source_path #=> String
8510
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers #=> Array
8511
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers[0].name #=> String
8512
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers[0].image #=> String
8513
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers[0].mount_points #=> Array
8514
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers[0].mount_points[0].source_volume #=> String
8515
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers[0].mount_points[0].container_path #=> String
8516
+ # resp.findings[0].resources[0].details.aws_ecs_task.containers[0].privileged #=> Boolean
8517
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.backup_vault_arn #=> String
8518
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.backup_vault_name #=> String
8519
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.encryption_key_arn #=> String
8520
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.notifications.backup_vault_events #=> Array
8521
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.notifications.backup_vault_events[0] #=> String
8522
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.notifications.sns_topic_arn #=> String
8523
+ # resp.findings[0].resources[0].details.aws_backup_backup_vault.access_policy #=> String
8524
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_name #=> String
8525
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings #=> Array
8526
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings[0].backup_options #=> Hash
8527
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings[0].backup_options["NonEmptyString"] #=> String
8528
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings[0].resource_type #=> String
8529
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule #=> Array
8530
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].target_backup_vault #=> String
8531
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].start_window_minutes #=> Integer
8532
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].schedule_expression #=> String
8533
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].rule_name #=> String
8534
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].rule_id #=> String
8535
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].enable_continuous_backup #=> Boolean
8536
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].completion_window_minutes #=> Integer
8537
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions #=> Array
8538
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions[0].destination_backup_vault_arn #=> String
8539
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
8540
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions[0].lifecycle.move_to_cold_storage_after_days #=> Integer
8541
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].lifecycle.delete_after_days #=> Integer
8542
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].lifecycle.move_to_cold_storage_after_days #=> Integer
8543
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan_arn #=> String
8544
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan_id #=> String
8545
+ # resp.findings[0].resources[0].details.aws_backup_backup_plan.version_id #=> String
8546
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.backup_size_in_bytes #=> Integer
8547
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.backup_vault_arn #=> String
8548
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.backup_vault_name #=> String
8549
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.calculated_lifecycle.delete_at #=> String
8550
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.calculated_lifecycle.move_to_cold_storage_at #=> String
8551
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.completion_date #=> String
8552
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_plan_arn #=> String
8553
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_plan_id #=> String
8554
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_plan_version #=> String
8555
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_rule_id #=> String
8556
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.creation_date #=> String
8557
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.encryption_key_arn #=> String
8558
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.iam_role_arn #=> String
8559
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.is_encrypted #=> Boolean
8560
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.last_restore_time #=> String
8561
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.lifecycle.delete_after_days #=> Integer
8562
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.lifecycle.move_to_cold_storage_after_days #=> Integer
8563
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.recovery_point_arn #=> String
8564
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.resource_arn #=> String
8565
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.resource_type #=> String
8566
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.source_backup_vault_arn #=> String
8567
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.status #=> String
8568
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.status_message #=> String
8569
+ # resp.findings[0].resources[0].details.aws_backup_recovery_point.storage_class #=> String
7886
8570
  # resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
7887
8571
  # resp.findings[0].compliance.related_requirements #=> Array
7888
8572
  # resp.findings[0].compliance.related_requirements[0] #=> String
@@ -7909,6 +8593,8 @@ module Aws::SecurityHub
7909
8593
  # resp.findings[0].vulnerabilities[0].vulnerable_packages[0].architecture #=> String
7910
8594
  # resp.findings[0].vulnerabilities[0].vulnerable_packages[0].package_manager #=> String
7911
8595
  # resp.findings[0].vulnerabilities[0].vulnerable_packages[0].file_path #=> String
8596
+ # resp.findings[0].vulnerabilities[0].vulnerable_packages[0].fixed_in_version #=> String
8597
+ # resp.findings[0].vulnerabilities[0].vulnerable_packages[0].remediation #=> String
7912
8598
  # resp.findings[0].vulnerabilities[0].cvss #=> Array
7913
8599
  # resp.findings[0].vulnerabilities[0].cvss[0].version #=> String
7914
8600
  # resp.findings[0].vulnerabilities[0].cvss[0].base_score #=> Float
@@ -7926,6 +8612,7 @@ module Aws::SecurityHub
7926
8612
  # resp.findings[0].vulnerabilities[0].vendor.vendor_updated_at #=> String
7927
8613
  # resp.findings[0].vulnerabilities[0].reference_urls #=> Array
7928
8614
  # resp.findings[0].vulnerabilities[0].reference_urls[0] #=> String
8615
+ # resp.findings[0].vulnerabilities[0].fix_available #=> String, one of "YES", "NO", "PARTIAL"
7929
8616
  # resp.findings[0].patch_summary.id #=> String
7930
8617
  # resp.findings[0].patch_summary.installed_count #=> Integer
7931
8618
  # resp.findings[0].patch_summary.missing_count #=> Integer
@@ -10429,7 +11116,7 @@ module Aws::SecurityHub
10429
11116
  params: params,
10430
11117
  config: config)
10431
11118
  context[:gem_name] = 'aws-sdk-securityhub'
10432
- context[:gem_version] = '1.65.0'
11119
+ context[:gem_version] = '1.69.0'
10433
11120
  Seahorse::Client::Request.new(handlers, context)
10434
11121
  end
10435
11122