aws-sdk-securityhub 1.57.0 → 1.58.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +303 -3
- data/lib/aws-sdk-securityhub/client_api.rb +284 -0
- data/lib/aws-sdk-securityhub/types.rb +2667 -9
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf6992a0f41a3c6d219397f4aa9f540281360043e64cae46c1533076715bc5ed
|
4
|
+
data.tar.gz: 9f3f9448ca15e246d11be79268eaddfa048e2378ee107a1bcdc752059947b433
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da1356f029badf04c089312272682f344d8882e944be3affa599c31bfb54e2365739511c8d4313ab80b36db64e1ca3a9b6cdbdfdf361940ff82f5b2756de96c8
|
7
|
+
data.tar.gz: b16422e0fe28c51b7fba75a1bd95b21a05fdf8b906d62a567488d97ad3e370f232d219f7e43ec7c0c9b9f2a6af1588ffa439ae2e6da4773857214ac43910b511
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.58.0 (2021-12-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added new resource details objects to ASFF, including resources for Firewall, and RuleGroup, FirewallPolicy Added additional details for AutoScalingGroup, LaunchConfiguration, and S3 buckets.
|
8
|
+
|
4
9
|
1.57.0 (2021-11-30)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -452,6 +452,7 @@ module Aws::SecurityHub
|
|
452
452
|
# resp.standards_subscriptions[0].standards_input #=> Hash
|
453
453
|
# resp.standards_subscriptions[0].standards_input["NonEmptyString"] #=> String
|
454
454
|
# resp.standards_subscriptions[0].standards_status #=> String, one of "PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE"
|
455
|
+
# resp.standards_subscriptions[0].standards_status_reason.status_reason_code #=> String, one of "NO_AVAILABLE_CONFIGURATION_RECORDER", "INTERNAL_ERROR"
|
455
456
|
#
|
456
457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchDisableStandards AWS API Documentation
|
457
458
|
#
|
@@ -500,6 +501,7 @@ module Aws::SecurityHub
|
|
500
501
|
# resp.standards_subscriptions[0].standards_input #=> Hash
|
501
502
|
# resp.standards_subscriptions[0].standards_input["NonEmptyString"] #=> String
|
502
503
|
# resp.standards_subscriptions[0].standards_status #=> String, one of "PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE"
|
504
|
+
# resp.standards_subscriptions[0].standards_status_reason.status_reason_code #=> String, one of "NO_AVAILABLE_CONFIGURATION_RECORDER", "INTERNAL_ERROR"
|
503
505
|
#
|
504
506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchEnableStandards AWS API Documentation
|
505
507
|
#
|
@@ -510,10 +512,19 @@ module Aws::SecurityHub
|
|
510
512
|
req.send_request(options)
|
511
513
|
end
|
512
514
|
|
513
|
-
# Imports security findings generated
|
514
|
-
# Security Hub. This action is requested by the
|
515
|
+
# Imports security findings generated by a finding provider into
|
516
|
+
# Security Hub. This action is requested by the finding provider to
|
515
517
|
# import its findings into Security Hub.
|
516
518
|
#
|
519
|
+
# `BatchImportFindings` must be called by one of the following:
|
520
|
+
#
|
521
|
+
# * The account that is associated with the findings. The identifier of
|
522
|
+
# the associated account is the value of the `AwsAccountId` attribute
|
523
|
+
# for the finding.
|
524
|
+
#
|
525
|
+
# * An account that is allow-listed for an official Security Hub partner
|
526
|
+
# integration.
|
527
|
+
#
|
517
528
|
# The maximum allowed size for a finding is 240 Kb. An error is returned
|
518
529
|
# for any finding larger than 240 Kb.
|
519
530
|
#
|
@@ -833,6 +844,34 @@ module Aws::SecurityHub
|
|
833
844
|
# health_check_type: "NonEmptyString",
|
834
845
|
# health_check_grace_period: 1,
|
835
846
|
# created_time: "NonEmptyString",
|
847
|
+
# mixed_instances_policy: {
|
848
|
+
# instances_distribution: {
|
849
|
+
# on_demand_allocation_strategy: "NonEmptyString",
|
850
|
+
# on_demand_base_capacity: 1,
|
851
|
+
# on_demand_percentage_above_base_capacity: 1,
|
852
|
+
# spot_allocation_strategy: "NonEmptyString",
|
853
|
+
# spot_instance_pools: 1,
|
854
|
+
# spot_max_price: "NonEmptyString",
|
855
|
+
# },
|
856
|
+
# launch_template: {
|
857
|
+
# launch_template_specification: {
|
858
|
+
# launch_template_id: "NonEmptyString",
|
859
|
+
# launch_template_name: "NonEmptyString",
|
860
|
+
# version: "NonEmptyString",
|
861
|
+
# },
|
862
|
+
# overrides: [
|
863
|
+
# {
|
864
|
+
# instance_type: "NonEmptyString",
|
865
|
+
# weighted_capacity: "NonEmptyString",
|
866
|
+
# },
|
867
|
+
# ],
|
868
|
+
# },
|
869
|
+
# },
|
870
|
+
# availability_zones: [
|
871
|
+
# {
|
872
|
+
# value: "NonEmptyString",
|
873
|
+
# },
|
874
|
+
# ],
|
836
875
|
# },
|
837
876
|
# aws_code_build_project: {
|
838
877
|
# encryption_key: "NonEmptyString",
|
@@ -1403,6 +1442,10 @@ module Aws::SecurityHub
|
|
1403
1442
|
# },
|
1404
1443
|
# ],
|
1405
1444
|
# },
|
1445
|
+
# bucket_versioning_configuration: {
|
1446
|
+
# is_mfa_delete_enabled: false,
|
1447
|
+
# status: "NonEmptyString",
|
1448
|
+
# },
|
1406
1449
|
# },
|
1407
1450
|
# aws_s3_account_public_access_block: {
|
1408
1451
|
# block_public_acls: false,
|
@@ -2817,6 +2860,11 @@ module Aws::SecurityHub
|
|
2817
2860
|
# security_groups: ["NonEmptyString"],
|
2818
2861
|
# spot_price: "NonEmptyString",
|
2819
2862
|
# user_data: "NonEmptyString",
|
2863
|
+
# metadata_options: {
|
2864
|
+
# http_endpoint: "NonEmptyString",
|
2865
|
+
# http_put_response_hop_limit: 1,
|
2866
|
+
# http_tokens: "NonEmptyString",
|
2867
|
+
# },
|
2820
2868
|
# },
|
2821
2869
|
# aws_ec2_vpn_connection: {
|
2822
2870
|
# vpn_connection_id: "NonEmptyString",
|
@@ -3026,6 +3074,157 @@ module Aws::SecurityHub
|
|
3026
3074
|
# ],
|
3027
3075
|
# },
|
3028
3076
|
# },
|
3077
|
+
# aws_network_firewall_firewall_policy: {
|
3078
|
+
# firewall_policy: {
|
3079
|
+
# stateful_rule_group_references: [
|
3080
|
+
# {
|
3081
|
+
# resource_arn: "NonEmptyString",
|
3082
|
+
# },
|
3083
|
+
# ],
|
3084
|
+
# stateless_custom_actions: [
|
3085
|
+
# {
|
3086
|
+
# action_definition: {
|
3087
|
+
# publish_metric_action: {
|
3088
|
+
# dimensions: [
|
3089
|
+
# {
|
3090
|
+
# value: "NonEmptyString",
|
3091
|
+
# },
|
3092
|
+
# ],
|
3093
|
+
# },
|
3094
|
+
# },
|
3095
|
+
# action_name: "NonEmptyString",
|
3096
|
+
# },
|
3097
|
+
# ],
|
3098
|
+
# stateless_default_actions: ["NonEmptyString"],
|
3099
|
+
# stateless_fragment_default_actions: ["NonEmptyString"],
|
3100
|
+
# stateless_rule_group_references: [
|
3101
|
+
# {
|
3102
|
+
# priority: 1,
|
3103
|
+
# resource_arn: "NonEmptyString",
|
3104
|
+
# },
|
3105
|
+
# ],
|
3106
|
+
# },
|
3107
|
+
# firewall_policy_arn: "NonEmptyString",
|
3108
|
+
# firewall_policy_id: "NonEmptyString",
|
3109
|
+
# firewall_policy_name: "NonEmptyString",
|
3110
|
+
# description: "NonEmptyString",
|
3111
|
+
# },
|
3112
|
+
# aws_network_firewall_firewall: {
|
3113
|
+
# delete_protection: false,
|
3114
|
+
# description: "NonEmptyString",
|
3115
|
+
# firewall_arn: "NonEmptyString",
|
3116
|
+
# firewall_id: "NonEmptyString",
|
3117
|
+
# firewall_name: "NonEmptyString",
|
3118
|
+
# firewall_policy_arn: "NonEmptyString",
|
3119
|
+
# firewall_policy_change_protection: false,
|
3120
|
+
# subnet_change_protection: false,
|
3121
|
+
# subnet_mappings: [
|
3122
|
+
# {
|
3123
|
+
# subnet_id: "NonEmptyString",
|
3124
|
+
# },
|
3125
|
+
# ],
|
3126
|
+
# vpc_id: "NonEmptyString",
|
3127
|
+
# },
|
3128
|
+
# aws_network_firewall_rule_group: {
|
3129
|
+
# capacity: 1,
|
3130
|
+
# description: "NonEmptyString",
|
3131
|
+
# rule_group: {
|
3132
|
+
# rule_variables: {
|
3133
|
+
# ip_sets: {
|
3134
|
+
# definition: ["NonEmptyString"],
|
3135
|
+
# },
|
3136
|
+
# port_sets: {
|
3137
|
+
# definition: ["NonEmptyString"],
|
3138
|
+
# },
|
3139
|
+
# },
|
3140
|
+
# rules_source: {
|
3141
|
+
# rules_source_list: {
|
3142
|
+
# generated_rules_type: "NonEmptyString",
|
3143
|
+
# target_types: ["NonEmptyString"],
|
3144
|
+
# targets: ["NonEmptyString"],
|
3145
|
+
# },
|
3146
|
+
# rules_string: "NonEmptyString",
|
3147
|
+
# stateful_rules: [
|
3148
|
+
# {
|
3149
|
+
# action: "NonEmptyString",
|
3150
|
+
# header: {
|
3151
|
+
# destination: "NonEmptyString",
|
3152
|
+
# destination_port: "NonEmptyString",
|
3153
|
+
# direction: "NonEmptyString",
|
3154
|
+
# protocol: "NonEmptyString",
|
3155
|
+
# source: "NonEmptyString",
|
3156
|
+
# source_port: "NonEmptyString",
|
3157
|
+
# },
|
3158
|
+
# rule_options: [
|
3159
|
+
# {
|
3160
|
+
# keyword: "NonEmptyString",
|
3161
|
+
# settings: ["NonEmptyString"],
|
3162
|
+
# },
|
3163
|
+
# ],
|
3164
|
+
# },
|
3165
|
+
# ],
|
3166
|
+
# stateless_rules_and_custom_actions: {
|
3167
|
+
# custom_actions: [
|
3168
|
+
# {
|
3169
|
+
# action_definition: {
|
3170
|
+
# publish_metric_action: {
|
3171
|
+
# dimensions: [
|
3172
|
+
# {
|
3173
|
+
# value: "NonEmptyString",
|
3174
|
+
# },
|
3175
|
+
# ],
|
3176
|
+
# },
|
3177
|
+
# },
|
3178
|
+
# action_name: "NonEmptyString",
|
3179
|
+
# },
|
3180
|
+
# ],
|
3181
|
+
# stateless_rules: [
|
3182
|
+
# {
|
3183
|
+
# priority: 1,
|
3184
|
+
# rule_definition: {
|
3185
|
+
# actions: ["NonEmptyString"],
|
3186
|
+
# match_attributes: {
|
3187
|
+
# destination_ports: [
|
3188
|
+
# {
|
3189
|
+
# from_port: 1,
|
3190
|
+
# to_port: 1,
|
3191
|
+
# },
|
3192
|
+
# ],
|
3193
|
+
# destinations: [
|
3194
|
+
# {
|
3195
|
+
# address_definition: "NonEmptyString",
|
3196
|
+
# },
|
3197
|
+
# ],
|
3198
|
+
# protocols: [1],
|
3199
|
+
# source_ports: [
|
3200
|
+
# {
|
3201
|
+
# from_port: 1,
|
3202
|
+
# to_port: 1,
|
3203
|
+
# },
|
3204
|
+
# ],
|
3205
|
+
# sources: [
|
3206
|
+
# {
|
3207
|
+
# address_definition: "NonEmptyString",
|
3208
|
+
# },
|
3209
|
+
# ],
|
3210
|
+
# tcp_flags: [
|
3211
|
+
# {
|
3212
|
+
# flags: ["NonEmptyString"],
|
3213
|
+
# masks: ["NonEmptyString"],
|
3214
|
+
# },
|
3215
|
+
# ],
|
3216
|
+
# },
|
3217
|
+
# },
|
3218
|
+
# },
|
3219
|
+
# ],
|
3220
|
+
# },
|
3221
|
+
# },
|
3222
|
+
# },
|
3223
|
+
# rule_group_arn: "NonEmptyString",
|
3224
|
+
# rule_group_id: "NonEmptyString",
|
3225
|
+
# rule_group_name: "NonEmptyString",
|
3226
|
+
# type: "NonEmptyString",
|
3227
|
+
# },
|
3029
3228
|
# },
|
3030
3229
|
# },
|
3031
3230
|
# ],
|
@@ -5090,6 +5289,7 @@ module Aws::SecurityHub
|
|
5090
5289
|
# resp.standards_subscriptions[0].standards_input #=> Hash
|
5091
5290
|
# resp.standards_subscriptions[0].standards_input["NonEmptyString"] #=> String
|
5092
5291
|
# resp.standards_subscriptions[0].standards_status #=> String, one of "PENDING", "READY", "FAILED", "DELETING", "INCOMPLETE"
|
5292
|
+
# resp.standards_subscriptions[0].standards_status_reason.status_reason_code #=> String, one of "NO_AVAILABLE_CONFIGURATION_RECORDER", "INTERNAL_ERROR"
|
5093
5293
|
# resp.next_token #=> String
|
5094
5294
|
#
|
5095
5295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetEnabledStandards AWS API Documentation
|
@@ -5972,6 +6172,20 @@ module Aws::SecurityHub
|
|
5972
6172
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.health_check_type #=> String
|
5973
6173
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.health_check_grace_period #=> Integer
|
5974
6174
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.created_time #=> String
|
6175
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.instances_distribution.on_demand_allocation_strategy #=> String
|
6176
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.instances_distribution.on_demand_base_capacity #=> Integer
|
6177
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.instances_distribution.on_demand_percentage_above_base_capacity #=> Integer
|
6178
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.instances_distribution.spot_allocation_strategy #=> String
|
6179
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.instances_distribution.spot_instance_pools #=> Integer
|
6180
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.instances_distribution.spot_max_price #=> String
|
6181
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.launch_template_specification.launch_template_id #=> String
|
6182
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.launch_template_specification.launch_template_name #=> String
|
6183
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.launch_template_specification.version #=> String
|
6184
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.overrides #=> Array
|
6185
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.overrides[0].instance_type #=> String
|
6186
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.overrides[0].weighted_capacity #=> String
|
6187
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.availability_zones #=> Array
|
6188
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.availability_zones[0].value #=> String
|
5975
6189
|
# resp.findings[0].resources[0].details.aws_code_build_project.encryption_key #=> String
|
5976
6190
|
# resp.findings[0].resources[0].details.aws_code_build_project.artifacts #=> Array
|
5977
6191
|
# resp.findings[0].resources[0].details.aws_code_build_project.artifacts[0].artifact_identifier #=> String
|
@@ -6314,6 +6528,8 @@ module Aws::SecurityHub
|
|
6314
6528
|
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_notification_configuration.configurations[0].filter.s3_key_filter.filter_rules[0].value #=> String
|
6315
6529
|
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_notification_configuration.configurations[0].destination #=> String
|
6316
6530
|
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_notification_configuration.configurations[0].type #=> String
|
6531
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_versioning_configuration.is_mfa_delete_enabled #=> Boolean
|
6532
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_versioning_configuration.status #=> String
|
6317
6533
|
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.block_public_acls #=> Boolean
|
6318
6534
|
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.block_public_policy #=> Boolean
|
6319
6535
|
# resp.findings[0].resources[0].details.aws_s3_account_public_access_block.ignore_public_acls #=> Boolean
|
@@ -7303,6 +7519,9 @@ module Aws::SecurityHub
|
|
7303
7519
|
# resp.findings[0].resources[0].details.aws_auto_scaling_launch_configuration.security_groups[0] #=> String
|
7304
7520
|
# resp.findings[0].resources[0].details.aws_auto_scaling_launch_configuration.spot_price #=> String
|
7305
7521
|
# resp.findings[0].resources[0].details.aws_auto_scaling_launch_configuration.user_data #=> String
|
7522
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_launch_configuration.metadata_options.http_endpoint #=> String
|
7523
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_launch_configuration.metadata_options.http_put_response_hop_limit #=> Integer
|
7524
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_launch_configuration.metadata_options.http_tokens #=> String
|
7306
7525
|
# resp.findings[0].resources[0].details.aws_ec2_vpn_connection.vpn_connection_id #=> String
|
7307
7526
|
# resp.findings[0].resources[0].details.aws_ec2_vpn_connection.state #=> String
|
7308
7527
|
# resp.findings[0].resources[0].details.aws_ec2_vpn_connection.customer_gateway_id #=> String
|
@@ -7456,6 +7675,87 @@ module Aws::SecurityHub
|
|
7456
7675
|
# resp.findings[0].resources[0].details.aws_eks_cluster.logging.cluster_logging[0].enabled #=> Boolean
|
7457
7676
|
# resp.findings[0].resources[0].details.aws_eks_cluster.logging.cluster_logging[0].types #=> Array
|
7458
7677
|
# resp.findings[0].resources[0].details.aws_eks_cluster.logging.cluster_logging[0].types[0] #=> String
|
7678
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateful_rule_group_references #=> Array
|
7679
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateful_rule_group_references[0].resource_arn #=> String
|
7680
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_custom_actions #=> Array
|
7681
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_custom_actions[0].action_definition.publish_metric_action.dimensions #=> Array
|
7682
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_custom_actions[0].action_definition.publish_metric_action.dimensions[0].value #=> String
|
7683
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_custom_actions[0].action_name #=> String
|
7684
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_default_actions #=> Array
|
7685
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_default_actions[0] #=> String
|
7686
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_fragment_default_actions #=> Array
|
7687
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_fragment_default_actions[0] #=> String
|
7688
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_rule_group_references #=> Array
|
7689
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_rule_group_references[0].priority #=> Integer
|
7690
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy.stateless_rule_group_references[0].resource_arn #=> String
|
7691
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy_arn #=> String
|
7692
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy_id #=> String
|
7693
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.firewall_policy_name #=> String
|
7694
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall_policy.description #=> String
|
7695
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.delete_protection #=> Boolean
|
7696
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.description #=> String
|
7697
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.firewall_arn #=> String
|
7698
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.firewall_id #=> String
|
7699
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.firewall_name #=> String
|
7700
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.firewall_policy_arn #=> String
|
7701
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.firewall_policy_change_protection #=> Boolean
|
7702
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.subnet_change_protection #=> Boolean
|
7703
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.subnet_mappings #=> Array
|
7704
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.subnet_mappings[0].subnet_id #=> String
|
7705
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_firewall.vpc_id #=> String
|
7706
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.capacity #=> Integer
|
7707
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.description #=> String
|
7708
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rule_variables.ip_sets.definition #=> Array
|
7709
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rule_variables.ip_sets.definition[0] #=> String
|
7710
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rule_variables.port_sets.definition #=> Array
|
7711
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rule_variables.port_sets.definition[0] #=> String
|
7712
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.rules_source_list.generated_rules_type #=> String
|
7713
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.rules_source_list.target_types #=> Array
|
7714
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.rules_source_list.target_types[0] #=> String
|
7715
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.rules_source_list.targets #=> Array
|
7716
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.rules_source_list.targets[0] #=> String
|
7717
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.rules_string #=> String
|
7718
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules #=> Array
|
7719
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].action #=> String
|
7720
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].header.destination #=> String
|
7721
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].header.destination_port #=> String
|
7722
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].header.direction #=> String
|
7723
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].header.protocol #=> String
|
7724
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].header.source #=> String
|
7725
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].header.source_port #=> String
|
7726
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].rule_options #=> Array
|
7727
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].rule_options[0].keyword #=> String
|
7728
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].rule_options[0].settings #=> Array
|
7729
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateful_rules[0].rule_options[0].settings[0] #=> String
|
7730
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.custom_actions #=> Array
|
7731
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.custom_actions[0].action_definition.publish_metric_action.dimensions #=> Array
|
7732
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.custom_actions[0].action_definition.publish_metric_action.dimensions[0].value #=> String
|
7733
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.custom_actions[0].action_name #=> String
|
7734
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules #=> Array
|
7735
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].priority #=> Integer
|
7736
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.actions #=> Array
|
7737
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.actions[0] #=> String
|
7738
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.destination_ports #=> Array
|
7739
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.destination_ports[0].from_port #=> Integer
|
7740
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.destination_ports[0].to_port #=> Integer
|
7741
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.destinations #=> Array
|
7742
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.destinations[0].address_definition #=> String
|
7743
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.protocols #=> Array
|
7744
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.protocols[0] #=> Integer
|
7745
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.source_ports #=> Array
|
7746
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.source_ports[0].from_port #=> Integer
|
7747
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.source_ports[0].to_port #=> Integer
|
7748
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.sources #=> Array
|
7749
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.sources[0].address_definition #=> String
|
7750
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.tcp_flags #=> Array
|
7751
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.tcp_flags[0].flags #=> Array
|
7752
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.tcp_flags[0].flags[0] #=> String
|
7753
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.tcp_flags[0].masks #=> Array
|
7754
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rules[0].rule_definition.match_attributes.tcp_flags[0].masks[0] #=> String
|
7755
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_arn #=> String
|
7756
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_id #=> String
|
7757
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_name #=> String
|
7758
|
+
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.type #=> String
|
7459
7759
|
# resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
|
7460
7760
|
# resp.findings[0].compliance.related_requirements #=> Array
|
7461
7761
|
# resp.findings[0].compliance.related_requirements[0] #=> String
|
@@ -9973,7 +10273,7 @@ module Aws::SecurityHub
|
|
9973
10273
|
params: params,
|
9974
10274
|
config: config)
|
9975
10275
|
context[:gem_name] = 'aws-sdk-securityhub'
|
9976
|
-
context[:gem_version] = '1.
|
10276
|
+
context[:gem_version] = '1.58.0'
|
9977
10277
|
Seahorse::Client::Request.new(handlers, context)
|
9978
10278
|
end
|
9979
10279
|
|