aws-sdk-securityhub 1.29.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-securityhub.rb +3 -2
- data/lib/aws-sdk-securityhub/client.rb +1082 -298
- data/lib/aws-sdk-securityhub/client_api.rb +496 -0
- data/lib/aws-sdk-securityhub/types.rb +6435 -1567
- 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: 88ec5526636174298fbaa04dd957dd87360b35e095f6d2c273ecfb0959a92383
|
4
|
+
data.tar.gz: 3bcfc01d470ef4d2989402ff051a904abc8398d300d8e25868c7d4d6a4ee58cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35f191c5c840d9a7c30e6fcc189ecf1987111e8a785a0d72711453d5b75ea5745073d988c569e4a2b590617df74cdde0dd485b5ef7ca7245e2a8beb8739c19ab
|
7
|
+
data.tar.gz: f98dac6c1d67cb651c29918dd36072e7108e66ed5f3df9af5a5f54fc178b33c17d6b54cfc935aa779c4556a9f82cbcd90042a71ed111a32a465244fa26906ead
|
data/lib/aws-sdk-securityhub.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-securityhub/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::SecurityHub
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.34.0'
|
51
52
|
|
52
53
|
end
|
@@ -85,13 +85,28 @@ module Aws::SecurityHub
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::SecurityHub
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -805,6 +820,18 @@ module Aws::SecurityHub
|
|
805
820
|
# dhcp_options_id: "NonEmptyString",
|
806
821
|
# state: "NonEmptyString",
|
807
822
|
# },
|
823
|
+
# aws_ec2_eip: {
|
824
|
+
# instance_id: "NonEmptyString",
|
825
|
+
# public_ip: "NonEmptyString",
|
826
|
+
# allocation_id: "NonEmptyString",
|
827
|
+
# association_id: "NonEmptyString",
|
828
|
+
# domain: "NonEmptyString",
|
829
|
+
# public_ipv_4_pool: "NonEmptyString",
|
830
|
+
# network_border_group: "NonEmptyString",
|
831
|
+
# network_interface_id: "NonEmptyString",
|
832
|
+
# network_interface_owner_id: "NonEmptyString",
|
833
|
+
# private_ip_address: "NonEmptyString",
|
834
|
+
# },
|
808
835
|
# aws_elbv_2_load_balancer: {
|
809
836
|
# availability_zones: [
|
810
837
|
# {
|
@@ -875,6 +902,18 @@ module Aws::SecurityHub
|
|
875
902
|
# server_side_encryption: "NonEmptyString",
|
876
903
|
# ssekms_key_id: "NonEmptyString",
|
877
904
|
# },
|
905
|
+
# aws_secrets_manager_secret: {
|
906
|
+
# rotation_rules: {
|
907
|
+
# automatically_after_days: 1,
|
908
|
+
# },
|
909
|
+
# rotation_occurred_within_frequency: false,
|
910
|
+
# kms_key_id: "NonEmptyString",
|
911
|
+
# rotation_enabled: false,
|
912
|
+
# rotation_lambda_arn: "NonEmptyString",
|
913
|
+
# deleted: false,
|
914
|
+
# name: "NonEmptyString",
|
915
|
+
# description: "NonEmptyString",
|
916
|
+
# },
|
878
917
|
# aws_iam_access_key: {
|
879
918
|
# user_name: "NonEmptyString",
|
880
919
|
# status: "Active", # accepts Active, Inactive
|
@@ -883,6 +922,159 @@ module Aws::SecurityHub
|
|
883
922
|
# principal_type: "NonEmptyString",
|
884
923
|
# principal_name: "NonEmptyString",
|
885
924
|
# },
|
925
|
+
# aws_iam_user: {
|
926
|
+
# attached_managed_policies: [
|
927
|
+
# {
|
928
|
+
# policy_name: "NonEmptyString",
|
929
|
+
# policy_arn: "NonEmptyString",
|
930
|
+
# },
|
931
|
+
# ],
|
932
|
+
# create_date: "NonEmptyString",
|
933
|
+
# group_list: ["NonEmptyString"],
|
934
|
+
# path: "NonEmptyString",
|
935
|
+
# permissions_boundary: {
|
936
|
+
# permissions_boundary_arn: "NonEmptyString",
|
937
|
+
# permissions_boundary_type: "NonEmptyString",
|
938
|
+
# },
|
939
|
+
# user_id: "NonEmptyString",
|
940
|
+
# user_name: "NonEmptyString",
|
941
|
+
# user_policy_list: [
|
942
|
+
# {
|
943
|
+
# policy_name: "NonEmptyString",
|
944
|
+
# },
|
945
|
+
# ],
|
946
|
+
# },
|
947
|
+
# aws_iam_policy: {
|
948
|
+
# attachment_count: 1,
|
949
|
+
# create_date: "NonEmptyString",
|
950
|
+
# default_version_id: "NonEmptyString",
|
951
|
+
# description: "NonEmptyString",
|
952
|
+
# is_attachable: false,
|
953
|
+
# path: "NonEmptyString",
|
954
|
+
# permissions_boundary_usage_count: 1,
|
955
|
+
# policy_id: "NonEmptyString",
|
956
|
+
# policy_name: "NonEmptyString",
|
957
|
+
# policy_version_list: [
|
958
|
+
# {
|
959
|
+
# version_id: "NonEmptyString",
|
960
|
+
# is_default_version: false,
|
961
|
+
# create_date: "NonEmptyString",
|
962
|
+
# },
|
963
|
+
# ],
|
964
|
+
# update_date: "NonEmptyString",
|
965
|
+
# },
|
966
|
+
# aws_dynamo_db_table: {
|
967
|
+
# attribute_definitions: [
|
968
|
+
# {
|
969
|
+
# attribute_name: "NonEmptyString",
|
970
|
+
# attribute_type: "NonEmptyString",
|
971
|
+
# },
|
972
|
+
# ],
|
973
|
+
# billing_mode_summary: {
|
974
|
+
# billing_mode: "NonEmptyString",
|
975
|
+
# last_update_to_pay_per_request_date_time: "NonEmptyString",
|
976
|
+
# },
|
977
|
+
# creation_date_time: "NonEmptyString",
|
978
|
+
# global_secondary_indexes: [
|
979
|
+
# {
|
980
|
+
# backfilling: false,
|
981
|
+
# index_arn: "NonEmptyString",
|
982
|
+
# index_name: "NonEmptyString",
|
983
|
+
# index_size_bytes: 1,
|
984
|
+
# index_status: "NonEmptyString",
|
985
|
+
# item_count: 1,
|
986
|
+
# key_schema: [
|
987
|
+
# {
|
988
|
+
# attribute_name: "NonEmptyString",
|
989
|
+
# key_type: "NonEmptyString",
|
990
|
+
# },
|
991
|
+
# ],
|
992
|
+
# projection: {
|
993
|
+
# non_key_attributes: ["NonEmptyString"],
|
994
|
+
# projection_type: "NonEmptyString",
|
995
|
+
# },
|
996
|
+
# provisioned_throughput: {
|
997
|
+
# last_decrease_date_time: "NonEmptyString",
|
998
|
+
# last_increase_date_time: "NonEmptyString",
|
999
|
+
# number_of_decreases_today: 1,
|
1000
|
+
# read_capacity_units: 1,
|
1001
|
+
# write_capacity_units: 1,
|
1002
|
+
# },
|
1003
|
+
# },
|
1004
|
+
# ],
|
1005
|
+
# global_table_version: "NonEmptyString",
|
1006
|
+
# item_count: 1,
|
1007
|
+
# key_schema: [
|
1008
|
+
# {
|
1009
|
+
# attribute_name: "NonEmptyString",
|
1010
|
+
# key_type: "NonEmptyString",
|
1011
|
+
# },
|
1012
|
+
# ],
|
1013
|
+
# latest_stream_arn: "NonEmptyString",
|
1014
|
+
# latest_stream_label: "NonEmptyString",
|
1015
|
+
# local_secondary_indexes: [
|
1016
|
+
# {
|
1017
|
+
# index_arn: "NonEmptyString",
|
1018
|
+
# index_name: "NonEmptyString",
|
1019
|
+
# key_schema: [
|
1020
|
+
# {
|
1021
|
+
# attribute_name: "NonEmptyString",
|
1022
|
+
# key_type: "NonEmptyString",
|
1023
|
+
# },
|
1024
|
+
# ],
|
1025
|
+
# projection: {
|
1026
|
+
# non_key_attributes: ["NonEmptyString"],
|
1027
|
+
# projection_type: "NonEmptyString",
|
1028
|
+
# },
|
1029
|
+
# },
|
1030
|
+
# ],
|
1031
|
+
# provisioned_throughput: {
|
1032
|
+
# last_decrease_date_time: "NonEmptyString",
|
1033
|
+
# last_increase_date_time: "NonEmptyString",
|
1034
|
+
# number_of_decreases_today: 1,
|
1035
|
+
# read_capacity_units: 1,
|
1036
|
+
# write_capacity_units: 1,
|
1037
|
+
# },
|
1038
|
+
# replicas: [
|
1039
|
+
# {
|
1040
|
+
# global_secondary_indexes: [
|
1041
|
+
# {
|
1042
|
+
# index_name: "NonEmptyString",
|
1043
|
+
# provisioned_throughput_override: {
|
1044
|
+
# read_capacity_units: 1,
|
1045
|
+
# },
|
1046
|
+
# },
|
1047
|
+
# ],
|
1048
|
+
# kms_master_key_id: "NonEmptyString",
|
1049
|
+
# provisioned_throughput_override: {
|
1050
|
+
# read_capacity_units: 1,
|
1051
|
+
# },
|
1052
|
+
# region_name: "NonEmptyString",
|
1053
|
+
# replica_status: "NonEmptyString",
|
1054
|
+
# replica_status_description: "NonEmptyString",
|
1055
|
+
# },
|
1056
|
+
# ],
|
1057
|
+
# restore_summary: {
|
1058
|
+
# source_backup_arn: "NonEmptyString",
|
1059
|
+
# source_table_arn: "NonEmptyString",
|
1060
|
+
# restore_date_time: "NonEmptyString",
|
1061
|
+
# restore_in_progress: false,
|
1062
|
+
# },
|
1063
|
+
# sse_description: {
|
1064
|
+
# inaccessible_encryption_date_time: "NonEmptyString",
|
1065
|
+
# status: "NonEmptyString",
|
1066
|
+
# sse_type: "NonEmptyString",
|
1067
|
+
# kms_master_key_arn: "NonEmptyString",
|
1068
|
+
# },
|
1069
|
+
# stream_specification: {
|
1070
|
+
# stream_enabled: false,
|
1071
|
+
# stream_view_type: "NonEmptyString",
|
1072
|
+
# },
|
1073
|
+
# table_id: "NonEmptyString",
|
1074
|
+
# table_name: "NonEmptyString",
|
1075
|
+
# table_size_bytes: 1,
|
1076
|
+
# table_status: "NonEmptyString",
|
1077
|
+
# },
|
886
1078
|
# aws_iam_role: {
|
887
1079
|
# assume_role_policy_document: "AwsIamRoleAssumeRolePolicyDocument",
|
888
1080
|
# create_date: "NonEmptyString",
|
@@ -898,6 +1090,7 @@ module Aws::SecurityHub
|
|
898
1090
|
# key_manager: "NonEmptyString",
|
899
1091
|
# key_state: "NonEmptyString",
|
900
1092
|
# origin: "NonEmptyString",
|
1093
|
+
# description: "NonEmptyString",
|
901
1094
|
# },
|
902
1095
|
# aws_lambda_function: {
|
903
1096
|
# code: {
|
@@ -985,6 +1178,116 @@ module Aws::SecurityHub
|
|
985
1178
|
# status: "NonEmptyString",
|
986
1179
|
# },
|
987
1180
|
# ],
|
1181
|
+
# multi_az: false,
|
1182
|
+
# enhanced_monitoring_resource_arn: "NonEmptyString",
|
1183
|
+
# db_instance_status: "NonEmptyString",
|
1184
|
+
# master_username: "NonEmptyString",
|
1185
|
+
# allocated_storage: 1,
|
1186
|
+
# preferred_backup_window: "NonEmptyString",
|
1187
|
+
# backup_retention_period: 1,
|
1188
|
+
# db_security_groups: ["NonEmptyString"],
|
1189
|
+
# db_parameter_groups: [
|
1190
|
+
# {
|
1191
|
+
# db_parameter_group_name: "NonEmptyString",
|
1192
|
+
# parameter_apply_status: "NonEmptyString",
|
1193
|
+
# },
|
1194
|
+
# ],
|
1195
|
+
# availability_zone: "NonEmptyString",
|
1196
|
+
# db_subnet_group: {
|
1197
|
+
# db_subnet_group_name: "NonEmptyString",
|
1198
|
+
# db_subnet_group_description: "NonEmptyString",
|
1199
|
+
# vpc_id: "NonEmptyString",
|
1200
|
+
# subnet_group_status: "NonEmptyString",
|
1201
|
+
# subnets: [
|
1202
|
+
# {
|
1203
|
+
# subnet_identifier: "NonEmptyString",
|
1204
|
+
# subnet_availability_zone: {
|
1205
|
+
# name: "NonEmptyString",
|
1206
|
+
# },
|
1207
|
+
# subnet_status: "NonEmptyString",
|
1208
|
+
# },
|
1209
|
+
# ],
|
1210
|
+
# db_subnet_group_arn: "NonEmptyString",
|
1211
|
+
# },
|
1212
|
+
# preferred_maintenance_window: "NonEmptyString",
|
1213
|
+
# pending_modified_values: {
|
1214
|
+
# db_instance_class: "NonEmptyString",
|
1215
|
+
# allocated_storage: 1,
|
1216
|
+
# master_user_password: "NonEmptyString",
|
1217
|
+
# port: 1,
|
1218
|
+
# backup_retention_period: 1,
|
1219
|
+
# multi_az: false,
|
1220
|
+
# engine_version: "NonEmptyString",
|
1221
|
+
# license_model: "NonEmptyString",
|
1222
|
+
# iops: 1,
|
1223
|
+
# db_instance_identifier: "NonEmptyString",
|
1224
|
+
# storage_type: "NonEmptyString",
|
1225
|
+
# ca_certificate_identifier: "NonEmptyString",
|
1226
|
+
# db_subnet_group_name: "NonEmptyString",
|
1227
|
+
# pending_cloud_watch_logs_exports: {
|
1228
|
+
# log_types_to_enable: ["NonEmptyString"],
|
1229
|
+
# log_types_to_disable: ["NonEmptyString"],
|
1230
|
+
# },
|
1231
|
+
# processor_features: [
|
1232
|
+
# {
|
1233
|
+
# name: "NonEmptyString",
|
1234
|
+
# value: "NonEmptyString",
|
1235
|
+
# },
|
1236
|
+
# ],
|
1237
|
+
# },
|
1238
|
+
# latest_restorable_time: "NonEmptyString",
|
1239
|
+
# auto_minor_version_upgrade: false,
|
1240
|
+
# read_replica_source_db_instance_identifier: "NonEmptyString",
|
1241
|
+
# read_replica_db_instance_identifiers: ["NonEmptyString"],
|
1242
|
+
# read_replica_db_cluster_identifiers: ["NonEmptyString"],
|
1243
|
+
# license_model: "NonEmptyString",
|
1244
|
+
# iops: 1,
|
1245
|
+
# option_group_memberships: [
|
1246
|
+
# {
|
1247
|
+
# option_group_name: "NonEmptyString",
|
1248
|
+
# status: "NonEmptyString",
|
1249
|
+
# },
|
1250
|
+
# ],
|
1251
|
+
# character_set_name: "NonEmptyString",
|
1252
|
+
# secondary_availability_zone: "NonEmptyString",
|
1253
|
+
# status_infos: [
|
1254
|
+
# {
|
1255
|
+
# status_type: "NonEmptyString",
|
1256
|
+
# normal: false,
|
1257
|
+
# status: "NonEmptyString",
|
1258
|
+
# message: "NonEmptyString",
|
1259
|
+
# },
|
1260
|
+
# ],
|
1261
|
+
# storage_type: "NonEmptyString",
|
1262
|
+
# domain_memberships: [
|
1263
|
+
# {
|
1264
|
+
# domain: "NonEmptyString",
|
1265
|
+
# status: "NonEmptyString",
|
1266
|
+
# fqdn: "NonEmptyString",
|
1267
|
+
# iam_role_name: "NonEmptyString",
|
1268
|
+
# },
|
1269
|
+
# ],
|
1270
|
+
# copy_tags_to_snapshot: false,
|
1271
|
+
# monitoring_interval: 1,
|
1272
|
+
# monitoring_role_arn: "NonEmptyString",
|
1273
|
+
# promotion_tier: 1,
|
1274
|
+
# timezone: "NonEmptyString",
|
1275
|
+
# performance_insights_enabled: false,
|
1276
|
+
# performance_insights_kms_key_id: "NonEmptyString",
|
1277
|
+
# performance_insights_retention_period: 1,
|
1278
|
+
# enabled_cloud_watch_logs_exports: ["NonEmptyString"],
|
1279
|
+
# processor_features: [
|
1280
|
+
# {
|
1281
|
+
# name: "NonEmptyString",
|
1282
|
+
# value: "NonEmptyString",
|
1283
|
+
# },
|
1284
|
+
# ],
|
1285
|
+
# listener_endpoint: {
|
1286
|
+
# address: "NonEmptyString",
|
1287
|
+
# port: 1,
|
1288
|
+
# hosted_zone_id: "NonEmptyString",
|
1289
|
+
# },
|
1290
|
+
# max_allocated_storage: 1,
|
988
1291
|
# },
|
989
1292
|
# aws_sns_topic: {
|
990
1293
|
# kms_master_key_id: "NonEmptyString",
|
@@ -1026,6 +1329,128 @@ module Aws::SecurityHub
|
|
1026
1329
|
# ],
|
1027
1330
|
# web_acl_id: "NonEmptyString",
|
1028
1331
|
# },
|
1332
|
+
# aws_rds_db_snapshot: {
|
1333
|
+
# db_snapshot_identifier: "NonEmptyString",
|
1334
|
+
# db_instance_identifier: "NonEmptyString",
|
1335
|
+
# snapshot_create_time: "NonEmptyString",
|
1336
|
+
# engine: "NonEmptyString",
|
1337
|
+
# allocated_storage: 1,
|
1338
|
+
# status: "NonEmptyString",
|
1339
|
+
# port: 1,
|
1340
|
+
# availability_zone: "NonEmptyString",
|
1341
|
+
# vpc_id: "NonEmptyString",
|
1342
|
+
# instance_create_time: "NonEmptyString",
|
1343
|
+
# master_username: "NonEmptyString",
|
1344
|
+
# engine_version: "NonEmptyString",
|
1345
|
+
# license_model: "NonEmptyString",
|
1346
|
+
# snapshot_type: "NonEmptyString",
|
1347
|
+
# iops: 1,
|
1348
|
+
# option_group_name: "NonEmptyString",
|
1349
|
+
# percent_progress: 1,
|
1350
|
+
# source_region: "NonEmptyString",
|
1351
|
+
# source_db_snapshot_identifier: "NonEmptyString",
|
1352
|
+
# storage_type: "NonEmptyString",
|
1353
|
+
# tde_credential_arn: "NonEmptyString",
|
1354
|
+
# encrypted: false,
|
1355
|
+
# kms_key_id: "NonEmptyString",
|
1356
|
+
# timezone: "NonEmptyString",
|
1357
|
+
# iam_database_authentication_enabled: false,
|
1358
|
+
# processor_features: [
|
1359
|
+
# {
|
1360
|
+
# name: "NonEmptyString",
|
1361
|
+
# value: "NonEmptyString",
|
1362
|
+
# },
|
1363
|
+
# ],
|
1364
|
+
# dbi_resource_id: "NonEmptyString",
|
1365
|
+
# },
|
1366
|
+
# aws_rds_db_cluster_snapshot: {
|
1367
|
+
# availability_zones: ["NonEmptyString"],
|
1368
|
+
# snapshot_create_time: "NonEmptyString",
|
1369
|
+
# engine: "NonEmptyString",
|
1370
|
+
# allocated_storage: 1,
|
1371
|
+
# status: "NonEmptyString",
|
1372
|
+
# port: 1,
|
1373
|
+
# vpc_id: "NonEmptyString",
|
1374
|
+
# cluster_create_time: "NonEmptyString",
|
1375
|
+
# master_username: "NonEmptyString",
|
1376
|
+
# engine_version: "NonEmptyString",
|
1377
|
+
# license_model: "NonEmptyString",
|
1378
|
+
# snapshot_type: "NonEmptyString",
|
1379
|
+
# percent_progress: 1,
|
1380
|
+
# storage_encrypted: false,
|
1381
|
+
# kms_key_id: "NonEmptyString",
|
1382
|
+
# db_cluster_identifier: "NonEmptyString",
|
1383
|
+
# db_cluster_snapshot_identifier: "NonEmptyString",
|
1384
|
+
# iam_database_authentication_enabled: false,
|
1385
|
+
# },
|
1386
|
+
# aws_rds_db_cluster: {
|
1387
|
+
# allocated_storage: 1,
|
1388
|
+
# availability_zones: ["NonEmptyString"],
|
1389
|
+
# backup_retention_period: 1,
|
1390
|
+
# database_name: "NonEmptyString",
|
1391
|
+
# status: "NonEmptyString",
|
1392
|
+
# endpoint: "NonEmptyString",
|
1393
|
+
# reader_endpoint: "NonEmptyString",
|
1394
|
+
# custom_endpoints: ["NonEmptyString"],
|
1395
|
+
# multi_az: false,
|
1396
|
+
# engine: "NonEmptyString",
|
1397
|
+
# engine_version: "NonEmptyString",
|
1398
|
+
# port: 1,
|
1399
|
+
# master_username: "NonEmptyString",
|
1400
|
+
# preferred_backup_window: "NonEmptyString",
|
1401
|
+
# preferred_maintenance_window: "NonEmptyString",
|
1402
|
+
# read_replica_identifiers: ["NonEmptyString"],
|
1403
|
+
# vpc_security_groups: [
|
1404
|
+
# {
|
1405
|
+
# vpc_security_group_id: "NonEmptyString",
|
1406
|
+
# status: "NonEmptyString",
|
1407
|
+
# },
|
1408
|
+
# ],
|
1409
|
+
# hosted_zone_id: "NonEmptyString",
|
1410
|
+
# storage_encrypted: false,
|
1411
|
+
# kms_key_id: "NonEmptyString",
|
1412
|
+
# db_cluster_resource_id: "NonEmptyString",
|
1413
|
+
# associated_roles: [
|
1414
|
+
# {
|
1415
|
+
# role_arn: "NonEmptyString",
|
1416
|
+
# status: "NonEmptyString",
|
1417
|
+
# },
|
1418
|
+
# ],
|
1419
|
+
# cluster_create_time: "NonEmptyString",
|
1420
|
+
# enabled_cloud_watch_logs_exports: ["NonEmptyString"],
|
1421
|
+
# engine_mode: "NonEmptyString",
|
1422
|
+
# deletion_protection: false,
|
1423
|
+
# http_endpoint_enabled: false,
|
1424
|
+
# activity_stream_status: "NonEmptyString",
|
1425
|
+
# copy_tags_to_snapshot: false,
|
1426
|
+
# cross_account_clone: false,
|
1427
|
+
# domain_memberships: [
|
1428
|
+
# {
|
1429
|
+
# domain: "NonEmptyString",
|
1430
|
+
# status: "NonEmptyString",
|
1431
|
+
# fqdn: "NonEmptyString",
|
1432
|
+
# iam_role_name: "NonEmptyString",
|
1433
|
+
# },
|
1434
|
+
# ],
|
1435
|
+
# db_cluster_parameter_group: "NonEmptyString",
|
1436
|
+
# db_subnet_group: "NonEmptyString",
|
1437
|
+
# db_cluster_option_group_memberships: [
|
1438
|
+
# {
|
1439
|
+
# db_cluster_option_group_name: "NonEmptyString",
|
1440
|
+
# status: "NonEmptyString",
|
1441
|
+
# },
|
1442
|
+
# ],
|
1443
|
+
# db_cluster_identifier: "NonEmptyString",
|
1444
|
+
# db_cluster_members: [
|
1445
|
+
# {
|
1446
|
+
# is_cluster_writer: false,
|
1447
|
+
# promotion_tier: 1,
|
1448
|
+
# db_instance_identifier: "NonEmptyString",
|
1449
|
+
# db_cluster_parameter_group_status: "NonEmptyString",
|
1450
|
+
# },
|
1451
|
+
# ],
|
1452
|
+
# iam_database_authentication_enabled: false,
|
1453
|
+
# },
|
1029
1454
|
# container: {
|
1030
1455
|
# name: "NonEmptyString",
|
1031
1456
|
# image_id: "NonEmptyString",
|
@@ -1095,6 +1520,19 @@ module Aws::SecurityHub
|
|
1095
1520
|
# reference_urls: ["NonEmptyString"],
|
1096
1521
|
# },
|
1097
1522
|
# ],
|
1523
|
+
# patch_summary: {
|
1524
|
+
# id: "NonEmptyString", # required
|
1525
|
+
# installed_count: 1,
|
1526
|
+
# missing_count: 1,
|
1527
|
+
# failed_count: 1,
|
1528
|
+
# installed_other_count: 1,
|
1529
|
+
# installed_rejected_count: 1,
|
1530
|
+
# installed_pending_reboot: 1,
|
1531
|
+
# operation_start_time: "NonEmptyString",
|
1532
|
+
# operation_end_time: "NonEmptyString",
|
1533
|
+
# reboot_option: "NonEmptyString",
|
1534
|
+
# operation: "NonEmptyString",
|
1535
|
+
# },
|
1098
1536
|
# },
|
1099
1537
|
# ],
|
1100
1538
|
# })
|
@@ -1355,31 +1793,31 @@ module Aws::SecurityHub
|
|
1355
1793
|
# product_arn: [
|
1356
1794
|
# {
|
1357
1795
|
# value: "NonEmptyString",
|
1358
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1796
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1359
1797
|
# },
|
1360
1798
|
# ],
|
1361
1799
|
# aws_account_id: [
|
1362
1800
|
# {
|
1363
1801
|
# value: "NonEmptyString",
|
1364
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1802
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1365
1803
|
# },
|
1366
1804
|
# ],
|
1367
1805
|
# id: [
|
1368
1806
|
# {
|
1369
1807
|
# value: "NonEmptyString",
|
1370
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1808
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1371
1809
|
# },
|
1372
1810
|
# ],
|
1373
1811
|
# generator_id: [
|
1374
1812
|
# {
|
1375
1813
|
# value: "NonEmptyString",
|
1376
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1814
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1377
1815
|
# },
|
1378
1816
|
# ],
|
1379
1817
|
# type: [
|
1380
1818
|
# {
|
1381
1819
|
# value: "NonEmptyString",
|
1382
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1820
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1383
1821
|
# },
|
1384
1822
|
# ],
|
1385
1823
|
# first_observed_at: [
|
@@ -1439,7 +1877,7 @@ module Aws::SecurityHub
|
|
1439
1877
|
# severity_label: [
|
1440
1878
|
# {
|
1441
1879
|
# value: "NonEmptyString",
|
1442
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1880
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1443
1881
|
# },
|
1444
1882
|
# ],
|
1445
1883
|
# confidence: [
|
@@ -1459,87 +1897,87 @@ module Aws::SecurityHub
|
|
1459
1897
|
# title: [
|
1460
1898
|
# {
|
1461
1899
|
# value: "NonEmptyString",
|
1462
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1900
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1463
1901
|
# },
|
1464
1902
|
# ],
|
1465
1903
|
# description: [
|
1466
1904
|
# {
|
1467
1905
|
# value: "NonEmptyString",
|
1468
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1906
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1469
1907
|
# },
|
1470
1908
|
# ],
|
1471
1909
|
# recommendation_text: [
|
1472
1910
|
# {
|
1473
1911
|
# value: "NonEmptyString",
|
1474
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1912
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1475
1913
|
# },
|
1476
1914
|
# ],
|
1477
1915
|
# source_url: [
|
1478
1916
|
# {
|
1479
1917
|
# value: "NonEmptyString",
|
1480
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1918
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1481
1919
|
# },
|
1482
1920
|
# ],
|
1483
1921
|
# product_fields: [
|
1484
1922
|
# {
|
1485
1923
|
# key: "NonEmptyString",
|
1486
1924
|
# value: "NonEmptyString",
|
1487
|
-
# comparison: "EQUALS", # accepts EQUALS
|
1925
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
1488
1926
|
# },
|
1489
1927
|
# ],
|
1490
1928
|
# product_name: [
|
1491
1929
|
# {
|
1492
1930
|
# value: "NonEmptyString",
|
1493
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1931
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1494
1932
|
# },
|
1495
1933
|
# ],
|
1496
1934
|
# company_name: [
|
1497
1935
|
# {
|
1498
1936
|
# value: "NonEmptyString",
|
1499
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1937
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1500
1938
|
# },
|
1501
1939
|
# ],
|
1502
1940
|
# user_defined_fields: [
|
1503
1941
|
# {
|
1504
1942
|
# key: "NonEmptyString",
|
1505
1943
|
# value: "NonEmptyString",
|
1506
|
-
# comparison: "EQUALS", # accepts EQUALS
|
1944
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
1507
1945
|
# },
|
1508
1946
|
# ],
|
1509
1947
|
# malware_name: [
|
1510
1948
|
# {
|
1511
1949
|
# value: "NonEmptyString",
|
1512
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1950
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1513
1951
|
# },
|
1514
1952
|
# ],
|
1515
1953
|
# malware_type: [
|
1516
1954
|
# {
|
1517
1955
|
# value: "NonEmptyString",
|
1518
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1956
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1519
1957
|
# },
|
1520
1958
|
# ],
|
1521
1959
|
# malware_path: [
|
1522
1960
|
# {
|
1523
1961
|
# value: "NonEmptyString",
|
1524
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1962
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1525
1963
|
# },
|
1526
1964
|
# ],
|
1527
1965
|
# malware_state: [
|
1528
1966
|
# {
|
1529
1967
|
# value: "NonEmptyString",
|
1530
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1968
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1531
1969
|
# },
|
1532
1970
|
# ],
|
1533
1971
|
# network_direction: [
|
1534
1972
|
# {
|
1535
1973
|
# value: "NonEmptyString",
|
1536
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1974
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1537
1975
|
# },
|
1538
1976
|
# ],
|
1539
1977
|
# network_protocol: [
|
1540
1978
|
# {
|
1541
1979
|
# value: "NonEmptyString",
|
1542
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
1980
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1543
1981
|
# },
|
1544
1982
|
# ],
|
1545
1983
|
# network_source_ip_v4: [
|
@@ -1562,13 +2000,13 @@ module Aws::SecurityHub
|
|
1562
2000
|
# network_source_domain: [
|
1563
2001
|
# {
|
1564
2002
|
# value: "NonEmptyString",
|
1565
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2003
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1566
2004
|
# },
|
1567
2005
|
# ],
|
1568
2006
|
# network_source_mac: [
|
1569
2007
|
# {
|
1570
2008
|
# value: "NonEmptyString",
|
1571
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2009
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1572
2010
|
# },
|
1573
2011
|
# ],
|
1574
2012
|
# network_destination_ip_v4: [
|
@@ -1591,19 +2029,19 @@ module Aws::SecurityHub
|
|
1591
2029
|
# network_destination_domain: [
|
1592
2030
|
# {
|
1593
2031
|
# value: "NonEmptyString",
|
1594
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2032
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1595
2033
|
# },
|
1596
2034
|
# ],
|
1597
2035
|
# process_name: [
|
1598
2036
|
# {
|
1599
2037
|
# value: "NonEmptyString",
|
1600
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2038
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1601
2039
|
# },
|
1602
2040
|
# ],
|
1603
2041
|
# process_path: [
|
1604
2042
|
# {
|
1605
2043
|
# value: "NonEmptyString",
|
1606
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2044
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1607
2045
|
# },
|
1608
2046
|
# ],
|
1609
2047
|
# process_pid: [
|
@@ -1643,19 +2081,19 @@ module Aws::SecurityHub
|
|
1643
2081
|
# threat_intel_indicator_type: [
|
1644
2082
|
# {
|
1645
2083
|
# value: "NonEmptyString",
|
1646
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2084
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1647
2085
|
# },
|
1648
2086
|
# ],
|
1649
2087
|
# threat_intel_indicator_value: [
|
1650
2088
|
# {
|
1651
2089
|
# value: "NonEmptyString",
|
1652
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2090
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1653
2091
|
# },
|
1654
2092
|
# ],
|
1655
2093
|
# threat_intel_indicator_category: [
|
1656
2094
|
# {
|
1657
2095
|
# value: "NonEmptyString",
|
1658
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2096
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1659
2097
|
# },
|
1660
2098
|
# ],
|
1661
2099
|
# threat_intel_indicator_last_observed_at: [
|
@@ -1671,56 +2109,56 @@ module Aws::SecurityHub
|
|
1671
2109
|
# threat_intel_indicator_source: [
|
1672
2110
|
# {
|
1673
2111
|
# value: "NonEmptyString",
|
1674
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2112
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1675
2113
|
# },
|
1676
2114
|
# ],
|
1677
2115
|
# threat_intel_indicator_source_url: [
|
1678
2116
|
# {
|
1679
2117
|
# value: "NonEmptyString",
|
1680
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2118
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1681
2119
|
# },
|
1682
2120
|
# ],
|
1683
2121
|
# resource_type: [
|
1684
2122
|
# {
|
1685
2123
|
# value: "NonEmptyString",
|
1686
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2124
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1687
2125
|
# },
|
1688
2126
|
# ],
|
1689
2127
|
# resource_id: [
|
1690
2128
|
# {
|
1691
2129
|
# value: "NonEmptyString",
|
1692
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2130
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1693
2131
|
# },
|
1694
2132
|
# ],
|
1695
2133
|
# resource_partition: [
|
1696
2134
|
# {
|
1697
2135
|
# value: "NonEmptyString",
|
1698
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2136
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1699
2137
|
# },
|
1700
2138
|
# ],
|
1701
2139
|
# resource_region: [
|
1702
2140
|
# {
|
1703
2141
|
# value: "NonEmptyString",
|
1704
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2142
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1705
2143
|
# },
|
1706
2144
|
# ],
|
1707
2145
|
# resource_tags: [
|
1708
2146
|
# {
|
1709
2147
|
# key: "NonEmptyString",
|
1710
2148
|
# value: "NonEmptyString",
|
1711
|
-
# comparison: "EQUALS", # accepts EQUALS
|
2149
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
1712
2150
|
# },
|
1713
2151
|
# ],
|
1714
2152
|
# resource_aws_ec2_instance_type: [
|
1715
2153
|
# {
|
1716
2154
|
# value: "NonEmptyString",
|
1717
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2155
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1718
2156
|
# },
|
1719
2157
|
# ],
|
1720
2158
|
# resource_aws_ec2_instance_image_id: [
|
1721
2159
|
# {
|
1722
2160
|
# value: "NonEmptyString",
|
1723
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2161
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1724
2162
|
# },
|
1725
2163
|
# ],
|
1726
2164
|
# resource_aws_ec2_instance_ip_v4_addresses: [
|
@@ -1736,25 +2174,25 @@ module Aws::SecurityHub
|
|
1736
2174
|
# resource_aws_ec2_instance_key_name: [
|
1737
2175
|
# {
|
1738
2176
|
# value: "NonEmptyString",
|
1739
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2177
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1740
2178
|
# },
|
1741
2179
|
# ],
|
1742
2180
|
# resource_aws_ec2_instance_iam_instance_profile_arn: [
|
1743
2181
|
# {
|
1744
2182
|
# value: "NonEmptyString",
|
1745
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2183
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1746
2184
|
# },
|
1747
2185
|
# ],
|
1748
2186
|
# resource_aws_ec2_instance_vpc_id: [
|
1749
2187
|
# {
|
1750
2188
|
# value: "NonEmptyString",
|
1751
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2189
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1752
2190
|
# },
|
1753
2191
|
# ],
|
1754
2192
|
# resource_aws_ec2_instance_subnet_id: [
|
1755
2193
|
# {
|
1756
2194
|
# value: "NonEmptyString",
|
1757
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2195
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1758
2196
|
# },
|
1759
2197
|
# ],
|
1760
2198
|
# resource_aws_ec2_instance_launched_at: [
|
@@ -1770,25 +2208,25 @@ module Aws::SecurityHub
|
|
1770
2208
|
# resource_aws_s3_bucket_owner_id: [
|
1771
2209
|
# {
|
1772
2210
|
# value: "NonEmptyString",
|
1773
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2211
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1774
2212
|
# },
|
1775
2213
|
# ],
|
1776
2214
|
# resource_aws_s3_bucket_owner_name: [
|
1777
2215
|
# {
|
1778
2216
|
# value: "NonEmptyString",
|
1779
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2217
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1780
2218
|
# },
|
1781
2219
|
# ],
|
1782
2220
|
# resource_aws_iam_access_key_user_name: [
|
1783
2221
|
# {
|
1784
2222
|
# value: "NonEmptyString",
|
1785
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2223
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1786
2224
|
# },
|
1787
2225
|
# ],
|
1788
2226
|
# resource_aws_iam_access_key_status: [
|
1789
2227
|
# {
|
1790
2228
|
# value: "NonEmptyString",
|
1791
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2229
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1792
2230
|
# },
|
1793
2231
|
# ],
|
1794
2232
|
# resource_aws_iam_access_key_created_at: [
|
@@ -1804,19 +2242,19 @@ module Aws::SecurityHub
|
|
1804
2242
|
# resource_container_name: [
|
1805
2243
|
# {
|
1806
2244
|
# value: "NonEmptyString",
|
1807
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2245
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1808
2246
|
# },
|
1809
2247
|
# ],
|
1810
2248
|
# resource_container_image_id: [
|
1811
2249
|
# {
|
1812
2250
|
# value: "NonEmptyString",
|
1813
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2251
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1814
2252
|
# },
|
1815
2253
|
# ],
|
1816
2254
|
# resource_container_image_name: [
|
1817
2255
|
# {
|
1818
2256
|
# value: "NonEmptyString",
|
1819
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2257
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1820
2258
|
# },
|
1821
2259
|
# ],
|
1822
2260
|
# resource_container_launched_at: [
|
@@ -1833,55 +2271,55 @@ module Aws::SecurityHub
|
|
1833
2271
|
# {
|
1834
2272
|
# key: "NonEmptyString",
|
1835
2273
|
# value: "NonEmptyString",
|
1836
|
-
# comparison: "EQUALS", # accepts EQUALS
|
2274
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
1837
2275
|
# },
|
1838
2276
|
# ],
|
1839
2277
|
# compliance_status: [
|
1840
2278
|
# {
|
1841
2279
|
# value: "NonEmptyString",
|
1842
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2280
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1843
2281
|
# },
|
1844
2282
|
# ],
|
1845
2283
|
# verification_state: [
|
1846
2284
|
# {
|
1847
2285
|
# value: "NonEmptyString",
|
1848
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2286
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1849
2287
|
# },
|
1850
2288
|
# ],
|
1851
2289
|
# workflow_state: [
|
1852
2290
|
# {
|
1853
2291
|
# value: "NonEmptyString",
|
1854
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2292
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1855
2293
|
# },
|
1856
2294
|
# ],
|
1857
2295
|
# workflow_status: [
|
1858
2296
|
# {
|
1859
2297
|
# value: "NonEmptyString",
|
1860
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2298
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1861
2299
|
# },
|
1862
2300
|
# ],
|
1863
2301
|
# record_state: [
|
1864
2302
|
# {
|
1865
2303
|
# value: "NonEmptyString",
|
1866
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2304
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1867
2305
|
# },
|
1868
2306
|
# ],
|
1869
2307
|
# related_findings_product_arn: [
|
1870
2308
|
# {
|
1871
2309
|
# value: "NonEmptyString",
|
1872
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2310
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1873
2311
|
# },
|
1874
2312
|
# ],
|
1875
2313
|
# related_findings_id: [
|
1876
2314
|
# {
|
1877
2315
|
# value: "NonEmptyString",
|
1878
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2316
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1879
2317
|
# },
|
1880
2318
|
# ],
|
1881
2319
|
# note_text: [
|
1882
2320
|
# {
|
1883
2321
|
# value: "NonEmptyString",
|
1884
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2322
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1885
2323
|
# },
|
1886
2324
|
# ],
|
1887
2325
|
# note_updated_at: [
|
@@ -1897,7 +2335,7 @@ module Aws::SecurityHub
|
|
1897
2335
|
# note_updated_by: [
|
1898
2336
|
# {
|
1899
2337
|
# value: "NonEmptyString",
|
1900
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
2338
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
1901
2339
|
# },
|
1902
2340
|
# ],
|
1903
2341
|
# keyword: [
|
@@ -2191,6 +2629,7 @@ module Aws::SecurityHub
|
|
2191
2629
|
#
|
2192
2630
|
# * {Types::DescribeHubResponse#hub_arn #hub_arn} => String
|
2193
2631
|
# * {Types::DescribeHubResponse#subscribed_at #subscribed_at} => String
|
2632
|
+
# * {Types::DescribeHubResponse#auto_enable_controls #auto_enable_controls} => Boolean
|
2194
2633
|
#
|
2195
2634
|
# @example Request syntax with placeholder values
|
2196
2635
|
#
|
@@ -2202,6 +2641,7 @@ module Aws::SecurityHub
|
|
2202
2641
|
#
|
2203
2642
|
# resp.hub_arn #=> String
|
2204
2643
|
# resp.subscribed_at #=> String
|
2644
|
+
# resp.auto_enable_controls #=> Boolean
|
2205
2645
|
#
|
2206
2646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeHub AWS API Documentation
|
2207
2647
|
#
|
@@ -2618,6 +3058,10 @@ module Aws::SecurityHub
|
|
2618
3058
|
# The finding attributes used to define a condition to filter the
|
2619
3059
|
# returned findings.
|
2620
3060
|
#
|
3061
|
+
# Note that in the available filter fields, `WorkflowState` is
|
3062
|
+
# deprecated. To search for a finding based on its workflow status, use
|
3063
|
+
# `WorkflowStatus`.
|
3064
|
+
#
|
2621
3065
|
# @option params [Array<Types::SortCriterion>] :sort_criteria
|
2622
3066
|
# The finding attributes used to sort the list of returned findings.
|
2623
3067
|
#
|
@@ -2646,31 +3090,31 @@ module Aws::SecurityHub
|
|
2646
3090
|
# product_arn: [
|
2647
3091
|
# {
|
2648
3092
|
# value: "NonEmptyString",
|
2649
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3093
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2650
3094
|
# },
|
2651
3095
|
# ],
|
2652
3096
|
# aws_account_id: [
|
2653
3097
|
# {
|
2654
3098
|
# value: "NonEmptyString",
|
2655
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3099
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2656
3100
|
# },
|
2657
3101
|
# ],
|
2658
3102
|
# id: [
|
2659
3103
|
# {
|
2660
3104
|
# value: "NonEmptyString",
|
2661
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3105
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2662
3106
|
# },
|
2663
3107
|
# ],
|
2664
3108
|
# generator_id: [
|
2665
3109
|
# {
|
2666
3110
|
# value: "NonEmptyString",
|
2667
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3111
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2668
3112
|
# },
|
2669
3113
|
# ],
|
2670
3114
|
# type: [
|
2671
3115
|
# {
|
2672
3116
|
# value: "NonEmptyString",
|
2673
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3117
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2674
3118
|
# },
|
2675
3119
|
# ],
|
2676
3120
|
# first_observed_at: [
|
@@ -2730,7 +3174,7 @@ module Aws::SecurityHub
|
|
2730
3174
|
# severity_label: [
|
2731
3175
|
# {
|
2732
3176
|
# value: "NonEmptyString",
|
2733
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3177
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2734
3178
|
# },
|
2735
3179
|
# ],
|
2736
3180
|
# confidence: [
|
@@ -2750,87 +3194,87 @@ module Aws::SecurityHub
|
|
2750
3194
|
# title: [
|
2751
3195
|
# {
|
2752
3196
|
# value: "NonEmptyString",
|
2753
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3197
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2754
3198
|
# },
|
2755
3199
|
# ],
|
2756
3200
|
# description: [
|
2757
3201
|
# {
|
2758
3202
|
# value: "NonEmptyString",
|
2759
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3203
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2760
3204
|
# },
|
2761
3205
|
# ],
|
2762
3206
|
# recommendation_text: [
|
2763
3207
|
# {
|
2764
3208
|
# value: "NonEmptyString",
|
2765
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3209
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2766
3210
|
# },
|
2767
3211
|
# ],
|
2768
3212
|
# source_url: [
|
2769
3213
|
# {
|
2770
3214
|
# value: "NonEmptyString",
|
2771
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3215
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2772
3216
|
# },
|
2773
3217
|
# ],
|
2774
3218
|
# product_fields: [
|
2775
3219
|
# {
|
2776
3220
|
# key: "NonEmptyString",
|
2777
3221
|
# value: "NonEmptyString",
|
2778
|
-
# comparison: "EQUALS", # accepts EQUALS
|
3222
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
2779
3223
|
# },
|
2780
3224
|
# ],
|
2781
3225
|
# product_name: [
|
2782
3226
|
# {
|
2783
3227
|
# value: "NonEmptyString",
|
2784
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3228
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2785
3229
|
# },
|
2786
3230
|
# ],
|
2787
3231
|
# company_name: [
|
2788
3232
|
# {
|
2789
3233
|
# value: "NonEmptyString",
|
2790
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3234
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2791
3235
|
# },
|
2792
3236
|
# ],
|
2793
3237
|
# user_defined_fields: [
|
2794
3238
|
# {
|
2795
3239
|
# key: "NonEmptyString",
|
2796
3240
|
# value: "NonEmptyString",
|
2797
|
-
# comparison: "EQUALS", # accepts EQUALS
|
3241
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
2798
3242
|
# },
|
2799
3243
|
# ],
|
2800
3244
|
# malware_name: [
|
2801
3245
|
# {
|
2802
3246
|
# value: "NonEmptyString",
|
2803
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3247
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2804
3248
|
# },
|
2805
3249
|
# ],
|
2806
3250
|
# malware_type: [
|
2807
3251
|
# {
|
2808
3252
|
# value: "NonEmptyString",
|
2809
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3253
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2810
3254
|
# },
|
2811
3255
|
# ],
|
2812
3256
|
# malware_path: [
|
2813
3257
|
# {
|
2814
3258
|
# value: "NonEmptyString",
|
2815
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3259
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2816
3260
|
# },
|
2817
3261
|
# ],
|
2818
3262
|
# malware_state: [
|
2819
3263
|
# {
|
2820
3264
|
# value: "NonEmptyString",
|
2821
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3265
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2822
3266
|
# },
|
2823
3267
|
# ],
|
2824
3268
|
# network_direction: [
|
2825
3269
|
# {
|
2826
3270
|
# value: "NonEmptyString",
|
2827
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3271
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2828
3272
|
# },
|
2829
3273
|
# ],
|
2830
3274
|
# network_protocol: [
|
2831
3275
|
# {
|
2832
3276
|
# value: "NonEmptyString",
|
2833
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3277
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2834
3278
|
# },
|
2835
3279
|
# ],
|
2836
3280
|
# network_source_ip_v4: [
|
@@ -2853,13 +3297,13 @@ module Aws::SecurityHub
|
|
2853
3297
|
# network_source_domain: [
|
2854
3298
|
# {
|
2855
3299
|
# value: "NonEmptyString",
|
2856
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3300
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2857
3301
|
# },
|
2858
3302
|
# ],
|
2859
3303
|
# network_source_mac: [
|
2860
3304
|
# {
|
2861
3305
|
# value: "NonEmptyString",
|
2862
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3306
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2863
3307
|
# },
|
2864
3308
|
# ],
|
2865
3309
|
# network_destination_ip_v4: [
|
@@ -2882,19 +3326,19 @@ module Aws::SecurityHub
|
|
2882
3326
|
# network_destination_domain: [
|
2883
3327
|
# {
|
2884
3328
|
# value: "NonEmptyString",
|
2885
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3329
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2886
3330
|
# },
|
2887
3331
|
# ],
|
2888
3332
|
# process_name: [
|
2889
3333
|
# {
|
2890
3334
|
# value: "NonEmptyString",
|
2891
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3335
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2892
3336
|
# },
|
2893
3337
|
# ],
|
2894
3338
|
# process_path: [
|
2895
3339
|
# {
|
2896
3340
|
# value: "NonEmptyString",
|
2897
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3341
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2898
3342
|
# },
|
2899
3343
|
# ],
|
2900
3344
|
# process_pid: [
|
@@ -2934,19 +3378,19 @@ module Aws::SecurityHub
|
|
2934
3378
|
# threat_intel_indicator_type: [
|
2935
3379
|
# {
|
2936
3380
|
# value: "NonEmptyString",
|
2937
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3381
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2938
3382
|
# },
|
2939
3383
|
# ],
|
2940
3384
|
# threat_intel_indicator_value: [
|
2941
3385
|
# {
|
2942
3386
|
# value: "NonEmptyString",
|
2943
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3387
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2944
3388
|
# },
|
2945
3389
|
# ],
|
2946
3390
|
# threat_intel_indicator_category: [
|
2947
3391
|
# {
|
2948
3392
|
# value: "NonEmptyString",
|
2949
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3393
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2950
3394
|
# },
|
2951
3395
|
# ],
|
2952
3396
|
# threat_intel_indicator_last_observed_at: [
|
@@ -2962,56 +3406,56 @@ module Aws::SecurityHub
|
|
2962
3406
|
# threat_intel_indicator_source: [
|
2963
3407
|
# {
|
2964
3408
|
# value: "NonEmptyString",
|
2965
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3409
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2966
3410
|
# },
|
2967
3411
|
# ],
|
2968
3412
|
# threat_intel_indicator_source_url: [
|
2969
3413
|
# {
|
2970
3414
|
# value: "NonEmptyString",
|
2971
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3415
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2972
3416
|
# },
|
2973
3417
|
# ],
|
2974
3418
|
# resource_type: [
|
2975
3419
|
# {
|
2976
3420
|
# value: "NonEmptyString",
|
2977
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3421
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2978
3422
|
# },
|
2979
3423
|
# ],
|
2980
3424
|
# resource_id: [
|
2981
3425
|
# {
|
2982
3426
|
# value: "NonEmptyString",
|
2983
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3427
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2984
3428
|
# },
|
2985
3429
|
# ],
|
2986
3430
|
# resource_partition: [
|
2987
3431
|
# {
|
2988
3432
|
# value: "NonEmptyString",
|
2989
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3433
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2990
3434
|
# },
|
2991
3435
|
# ],
|
2992
3436
|
# resource_region: [
|
2993
3437
|
# {
|
2994
3438
|
# value: "NonEmptyString",
|
2995
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3439
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2996
3440
|
# },
|
2997
3441
|
# ],
|
2998
3442
|
# resource_tags: [
|
2999
3443
|
# {
|
3000
3444
|
# key: "NonEmptyString",
|
3001
3445
|
# value: "NonEmptyString",
|
3002
|
-
# comparison: "EQUALS", # accepts EQUALS
|
3446
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
3003
3447
|
# },
|
3004
3448
|
# ],
|
3005
3449
|
# resource_aws_ec2_instance_type: [
|
3006
3450
|
# {
|
3007
3451
|
# value: "NonEmptyString",
|
3008
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3452
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3009
3453
|
# },
|
3010
3454
|
# ],
|
3011
3455
|
# resource_aws_ec2_instance_image_id: [
|
3012
3456
|
# {
|
3013
3457
|
# value: "NonEmptyString",
|
3014
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3458
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3015
3459
|
# },
|
3016
3460
|
# ],
|
3017
3461
|
# resource_aws_ec2_instance_ip_v4_addresses: [
|
@@ -3027,25 +3471,25 @@ module Aws::SecurityHub
|
|
3027
3471
|
# resource_aws_ec2_instance_key_name: [
|
3028
3472
|
# {
|
3029
3473
|
# value: "NonEmptyString",
|
3030
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3474
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3031
3475
|
# },
|
3032
3476
|
# ],
|
3033
3477
|
# resource_aws_ec2_instance_iam_instance_profile_arn: [
|
3034
3478
|
# {
|
3035
3479
|
# value: "NonEmptyString",
|
3036
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3480
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3037
3481
|
# },
|
3038
3482
|
# ],
|
3039
3483
|
# resource_aws_ec2_instance_vpc_id: [
|
3040
3484
|
# {
|
3041
3485
|
# value: "NonEmptyString",
|
3042
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3486
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3043
3487
|
# },
|
3044
3488
|
# ],
|
3045
3489
|
# resource_aws_ec2_instance_subnet_id: [
|
3046
3490
|
# {
|
3047
3491
|
# value: "NonEmptyString",
|
3048
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3492
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3049
3493
|
# },
|
3050
3494
|
# ],
|
3051
3495
|
# resource_aws_ec2_instance_launched_at: [
|
@@ -3061,25 +3505,25 @@ module Aws::SecurityHub
|
|
3061
3505
|
# resource_aws_s3_bucket_owner_id: [
|
3062
3506
|
# {
|
3063
3507
|
# value: "NonEmptyString",
|
3064
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3508
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3065
3509
|
# },
|
3066
3510
|
# ],
|
3067
3511
|
# resource_aws_s3_bucket_owner_name: [
|
3068
3512
|
# {
|
3069
3513
|
# value: "NonEmptyString",
|
3070
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3514
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3071
3515
|
# },
|
3072
3516
|
# ],
|
3073
3517
|
# resource_aws_iam_access_key_user_name: [
|
3074
3518
|
# {
|
3075
3519
|
# value: "NonEmptyString",
|
3076
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3520
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3077
3521
|
# },
|
3078
3522
|
# ],
|
3079
3523
|
# resource_aws_iam_access_key_status: [
|
3080
3524
|
# {
|
3081
3525
|
# value: "NonEmptyString",
|
3082
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3526
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3083
3527
|
# },
|
3084
3528
|
# ],
|
3085
3529
|
# resource_aws_iam_access_key_created_at: [
|
@@ -3095,19 +3539,19 @@ module Aws::SecurityHub
|
|
3095
3539
|
# resource_container_name: [
|
3096
3540
|
# {
|
3097
3541
|
# value: "NonEmptyString",
|
3098
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3542
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3099
3543
|
# },
|
3100
3544
|
# ],
|
3101
3545
|
# resource_container_image_id: [
|
3102
3546
|
# {
|
3103
3547
|
# value: "NonEmptyString",
|
3104
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3548
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3105
3549
|
# },
|
3106
3550
|
# ],
|
3107
3551
|
# resource_container_image_name: [
|
3108
3552
|
# {
|
3109
3553
|
# value: "NonEmptyString",
|
3110
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3554
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3111
3555
|
# },
|
3112
3556
|
# ],
|
3113
3557
|
# resource_container_launched_at: [
|
@@ -3124,55 +3568,55 @@ module Aws::SecurityHub
|
|
3124
3568
|
# {
|
3125
3569
|
# key: "NonEmptyString",
|
3126
3570
|
# value: "NonEmptyString",
|
3127
|
-
# comparison: "EQUALS", # accepts EQUALS
|
3571
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
3128
3572
|
# },
|
3129
3573
|
# ],
|
3130
3574
|
# compliance_status: [
|
3131
3575
|
# {
|
3132
3576
|
# value: "NonEmptyString",
|
3133
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3577
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3134
3578
|
# },
|
3135
3579
|
# ],
|
3136
3580
|
# verification_state: [
|
3137
3581
|
# {
|
3138
3582
|
# value: "NonEmptyString",
|
3139
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3583
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3140
3584
|
# },
|
3141
3585
|
# ],
|
3142
3586
|
# workflow_state: [
|
3143
3587
|
# {
|
3144
3588
|
# value: "NonEmptyString",
|
3145
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3589
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3146
3590
|
# },
|
3147
3591
|
# ],
|
3148
3592
|
# workflow_status: [
|
3149
3593
|
# {
|
3150
3594
|
# value: "NonEmptyString",
|
3151
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3595
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3152
3596
|
# },
|
3153
3597
|
# ],
|
3154
3598
|
# record_state: [
|
3155
3599
|
# {
|
3156
3600
|
# value: "NonEmptyString",
|
3157
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3601
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3158
3602
|
# },
|
3159
3603
|
# ],
|
3160
3604
|
# related_findings_product_arn: [
|
3161
3605
|
# {
|
3162
3606
|
# value: "NonEmptyString",
|
3163
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3607
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3164
3608
|
# },
|
3165
3609
|
# ],
|
3166
3610
|
# related_findings_id: [
|
3167
3611
|
# {
|
3168
3612
|
# value: "NonEmptyString",
|
3169
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3613
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3170
3614
|
# },
|
3171
3615
|
# ],
|
3172
3616
|
# note_text: [
|
3173
3617
|
# {
|
3174
3618
|
# value: "NonEmptyString",
|
3175
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3619
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3176
3620
|
# },
|
3177
3621
|
# ],
|
3178
3622
|
# note_updated_at: [
|
@@ -3188,7 +3632,7 @@ module Aws::SecurityHub
|
|
3188
3632
|
# note_updated_by: [
|
3189
3633
|
# {
|
3190
3634
|
# value: "NonEmptyString",
|
3191
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
3635
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3192
3636
|
# },
|
3193
3637
|
# ],
|
3194
3638
|
# keyword: [
|
@@ -3417,6 +3861,16 @@ module Aws::SecurityHub
|
|
3417
3861
|
# resp.findings[0].resources[0].details.aws_ec2_vpc.ipv_6_cidr_block_association_set[0].cidr_block_state #=> String
|
3418
3862
|
# resp.findings[0].resources[0].details.aws_ec2_vpc.dhcp_options_id #=> String
|
3419
3863
|
# resp.findings[0].resources[0].details.aws_ec2_vpc.state #=> String
|
3864
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.instance_id #=> String
|
3865
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.public_ip #=> String
|
3866
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.allocation_id #=> String
|
3867
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.association_id #=> String
|
3868
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.domain #=> String
|
3869
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.public_ipv_4_pool #=> String
|
3870
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.network_border_group #=> String
|
3871
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.network_interface_id #=> String
|
3872
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.network_interface_owner_id #=> String
|
3873
|
+
# resp.findings[0].resources[0].details.aws_ec2_eip.private_ip_address #=> String
|
3420
3874
|
# resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones #=> Array
|
3421
3875
|
# resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones[0].zone_name #=> String
|
3422
3876
|
# resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones[0].subnet_id #=> String
|
@@ -3462,12 +3916,115 @@ module Aws::SecurityHub
|
|
3462
3916
|
# resp.findings[0].resources[0].details.aws_s3_object.content_type #=> String
|
3463
3917
|
# resp.findings[0].resources[0].details.aws_s3_object.server_side_encryption #=> String
|
3464
3918
|
# resp.findings[0].resources[0].details.aws_s3_object.ssekms_key_id #=> String
|
3919
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_rules.automatically_after_days #=> Integer
|
3920
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_occurred_within_frequency #=> Boolean
|
3921
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.kms_key_id #=> String
|
3922
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_enabled #=> Boolean
|
3923
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_lambda_arn #=> String
|
3924
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.deleted #=> Boolean
|
3925
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.name #=> String
|
3926
|
+
# resp.findings[0].resources[0].details.aws_secrets_manager_secret.description #=> String
|
3465
3927
|
# resp.findings[0].resources[0].details.aws_iam_access_key.user_name #=> String
|
3466
3928
|
# resp.findings[0].resources[0].details.aws_iam_access_key.status #=> String, one of "Active", "Inactive"
|
3467
3929
|
# resp.findings[0].resources[0].details.aws_iam_access_key.created_at #=> String
|
3468
3930
|
# resp.findings[0].resources[0].details.aws_iam_access_key.principal_id #=> String
|
3469
3931
|
# resp.findings[0].resources[0].details.aws_iam_access_key.principal_type #=> String
|
3470
3932
|
# resp.findings[0].resources[0].details.aws_iam_access_key.principal_name #=> String
|
3933
|
+
# resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies #=> Array
|
3934
|
+
# resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies[0].policy_name #=> String
|
3935
|
+
# resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies[0].policy_arn #=> String
|
3936
|
+
# resp.findings[0].resources[0].details.aws_iam_user.create_date #=> String
|
3937
|
+
# resp.findings[0].resources[0].details.aws_iam_user.group_list #=> Array
|
3938
|
+
# resp.findings[0].resources[0].details.aws_iam_user.group_list[0] #=> String
|
3939
|
+
# resp.findings[0].resources[0].details.aws_iam_user.path #=> String
|
3940
|
+
# resp.findings[0].resources[0].details.aws_iam_user.permissions_boundary.permissions_boundary_arn #=> String
|
3941
|
+
# resp.findings[0].resources[0].details.aws_iam_user.permissions_boundary.permissions_boundary_type #=> String
|
3942
|
+
# resp.findings[0].resources[0].details.aws_iam_user.user_id #=> String
|
3943
|
+
# resp.findings[0].resources[0].details.aws_iam_user.user_name #=> String
|
3944
|
+
# resp.findings[0].resources[0].details.aws_iam_user.user_policy_list #=> Array
|
3945
|
+
# resp.findings[0].resources[0].details.aws_iam_user.user_policy_list[0].policy_name #=> String
|
3946
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.attachment_count #=> Integer
|
3947
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.create_date #=> String
|
3948
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.default_version_id #=> String
|
3949
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.description #=> String
|
3950
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.is_attachable #=> Boolean
|
3951
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.path #=> String
|
3952
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.permissions_boundary_usage_count #=> Integer
|
3953
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.policy_id #=> String
|
3954
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.policy_name #=> String
|
3955
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list #=> Array
|
3956
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].version_id #=> String
|
3957
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].is_default_version #=> Boolean
|
3958
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].create_date #=> String
|
3959
|
+
# resp.findings[0].resources[0].details.aws_iam_policy.update_date #=> String
|
3960
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions #=> Array
|
3961
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions[0].attribute_name #=> String
|
3962
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions[0].attribute_type #=> String
|
3963
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.billing_mode_summary.billing_mode #=> String
|
3964
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.billing_mode_summary.last_update_to_pay_per_request_date_time #=> String
|
3965
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.creation_date_time #=> String
|
3966
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes #=> Array
|
3967
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].backfilling #=> Boolean
|
3968
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_arn #=> String
|
3969
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_name #=> String
|
3970
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_size_bytes #=> Integer
|
3971
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_status #=> String
|
3972
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].item_count #=> Integer
|
3973
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].key_schema #=> Array
|
3974
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].key_schema[0].attribute_name #=> String
|
3975
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].key_schema[0].key_type #=> String
|
3976
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].projection.non_key_attributes #=> Array
|
3977
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].projection.non_key_attributes[0] #=> String
|
3978
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].projection.projection_type #=> String
|
3979
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.last_decrease_date_time #=> String
|
3980
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.last_increase_date_time #=> String
|
3981
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.number_of_decreases_today #=> Integer
|
3982
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.read_capacity_units #=> Integer
|
3983
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.write_capacity_units #=> Integer
|
3984
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.global_table_version #=> String
|
3985
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.item_count #=> Integer
|
3986
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.key_schema #=> Array
|
3987
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.key_schema[0].attribute_name #=> String
|
3988
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.key_schema[0].key_type #=> String
|
3989
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.latest_stream_arn #=> String
|
3990
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.latest_stream_label #=> String
|
3991
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes #=> Array
|
3992
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].index_arn #=> String
|
3993
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].index_name #=> String
|
3994
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].key_schema #=> Array
|
3995
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].key_schema[0].attribute_name #=> String
|
3996
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].key_schema[0].key_type #=> String
|
3997
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].projection.non_key_attributes #=> Array
|
3998
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].projection.non_key_attributes[0] #=> String
|
3999
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].projection.projection_type #=> String
|
4000
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.last_decrease_date_time #=> String
|
4001
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.last_increase_date_time #=> String
|
4002
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.number_of_decreases_today #=> Integer
|
4003
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.read_capacity_units #=> Integer
|
4004
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.write_capacity_units #=> Integer
|
4005
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas #=> Array
|
4006
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].global_secondary_indexes #=> Array
|
4007
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].global_secondary_indexes[0].index_name #=> String
|
4008
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
|
4009
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].kms_master_key_id #=> String
|
4010
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].provisioned_throughput_override.read_capacity_units #=> Integer
|
4011
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].region_name #=> String
|
4012
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].replica_status #=> String
|
4013
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].replica_status_description #=> String
|
4014
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.source_backup_arn #=> String
|
4015
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.source_table_arn #=> String
|
4016
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.restore_date_time #=> String
|
4017
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.restore_in_progress #=> Boolean
|
4018
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.inaccessible_encryption_date_time #=> String
|
4019
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.status #=> String
|
4020
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.sse_type #=> String
|
4021
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.kms_master_key_arn #=> String
|
4022
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.stream_specification.stream_enabled #=> Boolean
|
4023
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.stream_specification.stream_view_type #=> String
|
4024
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.table_id #=> String
|
4025
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.table_name #=> String
|
4026
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.table_size_bytes #=> Integer
|
4027
|
+
# resp.findings[0].resources[0].details.aws_dynamo_db_table.table_status #=> String
|
3471
4028
|
# resp.findings[0].resources[0].details.aws_iam_role.assume_role_policy_document #=> String
|
3472
4029
|
# resp.findings[0].resources[0].details.aws_iam_role.create_date #=> String
|
3473
4030
|
# resp.findings[0].resources[0].details.aws_iam_role.role_id #=> String
|
@@ -3480,6 +4037,7 @@ module Aws::SecurityHub
|
|
3480
4037
|
# resp.findings[0].resources[0].details.aws_kms_key.key_manager #=> String
|
3481
4038
|
# resp.findings[0].resources[0].details.aws_kms_key.key_state #=> String
|
3482
4039
|
# resp.findings[0].resources[0].details.aws_kms_key.origin #=> String
|
4040
|
+
# resp.findings[0].resources[0].details.aws_kms_key.description #=> String
|
3483
4041
|
# resp.findings[0].resources[0].details.aws_lambda_function.code.s3_bucket #=> String
|
3484
4042
|
# resp.findings[0].resources[0].details.aws_lambda_function.code.s3_key #=> String
|
3485
4043
|
# resp.findings[0].resources[0].details.aws_lambda_function.code.s3_object_version #=> String
|
@@ -3540,6 +4098,91 @@ module Aws::SecurityHub
|
|
3540
4098
|
# resp.findings[0].resources[0].details.aws_rds_db_instance.vpc_security_groups #=> Array
|
3541
4099
|
# resp.findings[0].resources[0].details.aws_rds_db_instance.vpc_security_groups[0].vpc_security_group_id #=> String
|
3542
4100
|
# resp.findings[0].resources[0].details.aws_rds_db_instance.vpc_security_groups[0].status #=> String
|
4101
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.multi_az #=> Boolean
|
4102
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.enhanced_monitoring_resource_arn #=> String
|
4103
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_instance_status #=> String
|
4104
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.master_username #=> String
|
4105
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.allocated_storage #=> Integer
|
4106
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.preferred_backup_window #=> String
|
4107
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.backup_retention_period #=> Integer
|
4108
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_security_groups #=> Array
|
4109
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_security_groups[0] #=> String
|
4110
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_parameter_groups #=> Array
|
4111
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_parameter_groups[0].db_parameter_group_name #=> String
|
4112
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_parameter_groups[0].parameter_apply_status #=> String
|
4113
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.availability_zone #=> String
|
4114
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.db_subnet_group_name #=> String
|
4115
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.db_subnet_group_description #=> String
|
4116
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.vpc_id #=> String
|
4117
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnet_group_status #=> String
|
4118
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets #=> Array
|
4119
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
4120
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
4121
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
4122
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
4123
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.preferred_maintenance_window #=> String
|
4124
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.db_instance_class #=> String
|
4125
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.allocated_storage #=> Integer
|
4126
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.master_user_password #=> String
|
4127
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.port #=> Integer
|
4128
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.backup_retention_period #=> Integer
|
4129
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.multi_az #=> Boolean
|
4130
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.engine_version #=> String
|
4131
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.license_model #=> String
|
4132
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.iops #=> Integer
|
4133
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.db_instance_identifier #=> String
|
4134
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.storage_type #=> String
|
4135
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.ca_certificate_identifier #=> String
|
4136
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.db_subnet_group_name #=> String
|
4137
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_enable #=> Array
|
4138
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_enable[0] #=> String
|
4139
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_disable #=> Array
|
4140
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_disable[0] #=> String
|
4141
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.processor_features #=> Array
|
4142
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.processor_features[0].name #=> String
|
4143
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.processor_features[0].value #=> String
|
4144
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.latest_restorable_time #=> String
|
4145
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.auto_minor_version_upgrade #=> Boolean
|
4146
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_source_db_instance_identifier #=> String
|
4147
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_instance_identifiers #=> Array
|
4148
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_instance_identifiers[0] #=> String
|
4149
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_cluster_identifiers #=> Array
|
4150
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_cluster_identifiers[0] #=> String
|
4151
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.license_model #=> String
|
4152
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.iops #=> Integer
|
4153
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.option_group_memberships #=> Array
|
4154
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.option_group_memberships[0].option_group_name #=> String
|
4155
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.option_group_memberships[0].status #=> String
|
4156
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.character_set_name #=> String
|
4157
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.secondary_availability_zone #=> String
|
4158
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos #=> Array
|
4159
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].status_type #=> String
|
4160
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].normal #=> Boolean
|
4161
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].status #=> String
|
4162
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].message #=> String
|
4163
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.storage_type #=> String
|
4164
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships #=> Array
|
4165
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].domain #=> String
|
4166
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].status #=> String
|
4167
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].fqdn #=> String
|
4168
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].iam_role_name #=> String
|
4169
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.copy_tags_to_snapshot #=> Boolean
|
4170
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.monitoring_interval #=> Integer
|
4171
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.monitoring_role_arn #=> String
|
4172
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.promotion_tier #=> Integer
|
4173
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.timezone #=> String
|
4174
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.performance_insights_enabled #=> Boolean
|
4175
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.performance_insights_kms_key_id #=> String
|
4176
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.performance_insights_retention_period #=> Integer
|
4177
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.enabled_cloud_watch_logs_exports #=> Array
|
4178
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.enabled_cloud_watch_logs_exports[0] #=> String
|
4179
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.processor_features #=> Array
|
4180
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.processor_features[0].name #=> String
|
4181
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.processor_features[0].value #=> String
|
4182
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.listener_endpoint.address #=> String
|
4183
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.listener_endpoint.port #=> Integer
|
4184
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.listener_endpoint.hosted_zone_id #=> String
|
4185
|
+
# resp.findings[0].resources[0].details.aws_rds_db_instance.max_allocated_storage #=> Integer
|
3543
4186
|
# resp.findings[0].resources[0].details.aws_sns_topic.kms_master_key_id #=> String
|
3544
4187
|
# resp.findings[0].resources[0].details.aws_sns_topic.subscription #=> Array
|
3545
4188
|
# resp.findings[0].resources[0].details.aws_sns_topic.subscription[0].endpoint #=> String
|
@@ -3561,6 +4204,109 @@ module Aws::SecurityHub
|
|
3561
4204
|
# resp.findings[0].resources[0].details.aws_waf_web_acl.rules[0].rule_id #=> String
|
3562
4205
|
# resp.findings[0].resources[0].details.aws_waf_web_acl.rules[0].type #=> String
|
3563
4206
|
# resp.findings[0].resources[0].details.aws_waf_web_acl.web_acl_id #=> String
|
4207
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.db_snapshot_identifier #=> String
|
4208
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.db_instance_identifier #=> String
|
4209
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.snapshot_create_time #=> String
|
4210
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.engine #=> String
|
4211
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.allocated_storage #=> Integer
|
4212
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.status #=> String
|
4213
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.port #=> Integer
|
4214
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.availability_zone #=> String
|
4215
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.vpc_id #=> String
|
4216
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.instance_create_time #=> String
|
4217
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.master_username #=> String
|
4218
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.engine_version #=> String
|
4219
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.license_model #=> String
|
4220
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.snapshot_type #=> String
|
4221
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.iops #=> Integer
|
4222
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.option_group_name #=> String
|
4223
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.percent_progress #=> Integer
|
4224
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.source_region #=> String
|
4225
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.source_db_snapshot_identifier #=> String
|
4226
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.storage_type #=> String
|
4227
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.tde_credential_arn #=> String
|
4228
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.encrypted #=> Boolean
|
4229
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.kms_key_id #=> String
|
4230
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.timezone #=> String
|
4231
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.iam_database_authentication_enabled #=> Boolean
|
4232
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.processor_features #=> Array
|
4233
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.processor_features[0].name #=> String
|
4234
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.processor_features[0].value #=> String
|
4235
|
+
# resp.findings[0].resources[0].details.aws_rds_db_snapshot.dbi_resource_id #=> String
|
4236
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.availability_zones #=> Array
|
4237
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.availability_zones[0] #=> String
|
4238
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.snapshot_create_time #=> String
|
4239
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.engine #=> String
|
4240
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.allocated_storage #=> Integer
|
4241
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.status #=> String
|
4242
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.port #=> Integer
|
4243
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.vpc_id #=> String
|
4244
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.cluster_create_time #=> String
|
4245
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.master_username #=> String
|
4246
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.engine_version #=> String
|
4247
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.license_model #=> String
|
4248
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.snapshot_type #=> String
|
4249
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.percent_progress #=> Integer
|
4250
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.storage_encrypted #=> Boolean
|
4251
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.kms_key_id #=> String
|
4252
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.db_cluster_identifier #=> String
|
4253
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.db_cluster_snapshot_identifier #=> String
|
4254
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
|
4255
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.allocated_storage #=> Integer
|
4256
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.availability_zones #=> Array
|
4257
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.availability_zones[0] #=> String
|
4258
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.backup_retention_period #=> Integer
|
4259
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.database_name #=> String
|
4260
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.status #=> String
|
4261
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.endpoint #=> String
|
4262
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.reader_endpoint #=> String
|
4263
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.custom_endpoints #=> Array
|
4264
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.custom_endpoints[0] #=> String
|
4265
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.multi_az #=> Boolean
|
4266
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.engine #=> String
|
4267
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.engine_version #=> String
|
4268
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.port #=> Integer
|
4269
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.master_username #=> String
|
4270
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.preferred_backup_window #=> String
|
4271
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.preferred_maintenance_window #=> String
|
4272
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.read_replica_identifiers #=> Array
|
4273
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.read_replica_identifiers[0] #=> String
|
4274
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.vpc_security_groups #=> Array
|
4275
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.vpc_security_groups[0].vpc_security_group_id #=> String
|
4276
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.vpc_security_groups[0].status #=> String
|
4277
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.hosted_zone_id #=> String
|
4278
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.storage_encrypted #=> Boolean
|
4279
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.kms_key_id #=> String
|
4280
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_resource_id #=> String
|
4281
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.associated_roles #=> Array
|
4282
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.associated_roles[0].role_arn #=> String
|
4283
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.associated_roles[0].status #=> String
|
4284
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.cluster_create_time #=> String
|
4285
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.enabled_cloud_watch_logs_exports #=> Array
|
4286
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.enabled_cloud_watch_logs_exports[0] #=> String
|
4287
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.engine_mode #=> String
|
4288
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.deletion_protection #=> Boolean
|
4289
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.http_endpoint_enabled #=> Boolean
|
4290
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.activity_stream_status #=> String
|
4291
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.copy_tags_to_snapshot #=> Boolean
|
4292
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.cross_account_clone #=> Boolean
|
4293
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships #=> Array
|
4294
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].domain #=> String
|
4295
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].status #=> String
|
4296
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].fqdn #=> String
|
4297
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].iam_role_name #=> String
|
4298
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_parameter_group #=> String
|
4299
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_subnet_group #=> String
|
4300
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_option_group_memberships #=> Array
|
4301
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_option_group_memberships[0].db_cluster_option_group_name #=> String
|
4302
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
4303
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_identifier #=> String
|
4304
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members #=> Array
|
4305
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].is_cluster_writer #=> Boolean
|
4306
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].promotion_tier #=> Integer
|
4307
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_instance_identifier #=> String
|
4308
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_cluster_parameter_group_status #=> String
|
4309
|
+
# resp.findings[0].resources[0].details.aws_rds_db_cluster.iam_database_authentication_enabled #=> Boolean
|
3564
4310
|
# resp.findings[0].resources[0].details.container.name #=> String
|
3565
4311
|
# resp.findings[0].resources[0].details.container.image_id #=> String
|
3566
4312
|
# resp.findings[0].resources[0].details.container.image_name #=> String
|
@@ -3604,6 +4350,17 @@ module Aws::SecurityHub
|
|
3604
4350
|
# resp.findings[0].vulnerabilities[0].vendor.vendor_updated_at #=> String
|
3605
4351
|
# resp.findings[0].vulnerabilities[0].reference_urls #=> Array
|
3606
4352
|
# resp.findings[0].vulnerabilities[0].reference_urls[0] #=> String
|
4353
|
+
# resp.findings[0].patch_summary.id #=> String
|
4354
|
+
# resp.findings[0].patch_summary.installed_count #=> Integer
|
4355
|
+
# resp.findings[0].patch_summary.missing_count #=> Integer
|
4356
|
+
# resp.findings[0].patch_summary.failed_count #=> Integer
|
4357
|
+
# resp.findings[0].patch_summary.installed_other_count #=> Integer
|
4358
|
+
# resp.findings[0].patch_summary.installed_rejected_count #=> Integer
|
4359
|
+
# resp.findings[0].patch_summary.installed_pending_reboot #=> Integer
|
4360
|
+
# resp.findings[0].patch_summary.operation_start_time #=> String
|
4361
|
+
# resp.findings[0].patch_summary.operation_end_time #=> String
|
4362
|
+
# resp.findings[0].patch_summary.reboot_option #=> String
|
4363
|
+
# resp.findings[0].patch_summary.operation #=> String
|
3607
4364
|
# resp.next_token #=> String
|
3608
4365
|
#
|
3609
4366
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetFindings AWS API Documentation
|
@@ -3688,19 +4445,19 @@ module Aws::SecurityHub
|
|
3688
4445
|
# resp.insights[0].name #=> String
|
3689
4446
|
# resp.insights[0].filters.product_arn #=> Array
|
3690
4447
|
# resp.insights[0].filters.product_arn[0].value #=> String
|
3691
|
-
# resp.insights[0].filters.product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4448
|
+
# resp.insights[0].filters.product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3692
4449
|
# resp.insights[0].filters.aws_account_id #=> Array
|
3693
4450
|
# resp.insights[0].filters.aws_account_id[0].value #=> String
|
3694
|
-
# resp.insights[0].filters.aws_account_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4451
|
+
# resp.insights[0].filters.aws_account_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3695
4452
|
# resp.insights[0].filters.id #=> Array
|
3696
4453
|
# resp.insights[0].filters.id[0].value #=> String
|
3697
|
-
# resp.insights[0].filters.id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4454
|
+
# resp.insights[0].filters.id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3698
4455
|
# resp.insights[0].filters.generator_id #=> Array
|
3699
4456
|
# resp.insights[0].filters.generator_id[0].value #=> String
|
3700
|
-
# resp.insights[0].filters.generator_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4457
|
+
# resp.insights[0].filters.generator_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3701
4458
|
# resp.insights[0].filters.type #=> Array
|
3702
4459
|
# resp.insights[0].filters.type[0].value #=> String
|
3703
|
-
# resp.insights[0].filters.type[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4460
|
+
# resp.insights[0].filters.type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3704
4461
|
# resp.insights[0].filters.first_observed_at #=> Array
|
3705
4462
|
# resp.insights[0].filters.first_observed_at[0].start #=> String
|
3706
4463
|
# resp.insights[0].filters.first_observed_at[0].end #=> String
|
@@ -3731,7 +4488,7 @@ module Aws::SecurityHub
|
|
3731
4488
|
# resp.insights[0].filters.severity_normalized[0].eq #=> Float
|
3732
4489
|
# resp.insights[0].filters.severity_label #=> Array
|
3733
4490
|
# resp.insights[0].filters.severity_label[0].value #=> String
|
3734
|
-
# resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4491
|
+
# resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3735
4492
|
# resp.insights[0].filters.confidence #=> Array
|
3736
4493
|
# resp.insights[0].filters.confidence[0].gte #=> Float
|
3737
4494
|
# resp.insights[0].filters.confidence[0].lte #=> Float
|
@@ -3742,48 +4499,48 @@ module Aws::SecurityHub
|
|
3742
4499
|
# resp.insights[0].filters.criticality[0].eq #=> Float
|
3743
4500
|
# resp.insights[0].filters.title #=> Array
|
3744
4501
|
# resp.insights[0].filters.title[0].value #=> String
|
3745
|
-
# resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4502
|
+
# resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3746
4503
|
# resp.insights[0].filters.description #=> Array
|
3747
4504
|
# resp.insights[0].filters.description[0].value #=> String
|
3748
|
-
# resp.insights[0].filters.description[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4505
|
+
# resp.insights[0].filters.description[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3749
4506
|
# resp.insights[0].filters.recommendation_text #=> Array
|
3750
4507
|
# resp.insights[0].filters.recommendation_text[0].value #=> String
|
3751
|
-
# resp.insights[0].filters.recommendation_text[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4508
|
+
# resp.insights[0].filters.recommendation_text[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3752
4509
|
# resp.insights[0].filters.source_url #=> Array
|
3753
4510
|
# resp.insights[0].filters.source_url[0].value #=> String
|
3754
|
-
# resp.insights[0].filters.source_url[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4511
|
+
# resp.insights[0].filters.source_url[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3755
4512
|
# resp.insights[0].filters.product_fields #=> Array
|
3756
4513
|
# resp.insights[0].filters.product_fields[0].key #=> String
|
3757
4514
|
# resp.insights[0].filters.product_fields[0].value #=> String
|
3758
|
-
# resp.insights[0].filters.product_fields[0].comparison #=> String, one of "EQUALS"
|
4515
|
+
# resp.insights[0].filters.product_fields[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
3759
4516
|
# resp.insights[0].filters.product_name #=> Array
|
3760
4517
|
# resp.insights[0].filters.product_name[0].value #=> String
|
3761
|
-
# resp.insights[0].filters.product_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4518
|
+
# resp.insights[0].filters.product_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3762
4519
|
# resp.insights[0].filters.company_name #=> Array
|
3763
4520
|
# resp.insights[0].filters.company_name[0].value #=> String
|
3764
|
-
# resp.insights[0].filters.company_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4521
|
+
# resp.insights[0].filters.company_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3765
4522
|
# resp.insights[0].filters.user_defined_fields #=> Array
|
3766
4523
|
# resp.insights[0].filters.user_defined_fields[0].key #=> String
|
3767
4524
|
# resp.insights[0].filters.user_defined_fields[0].value #=> String
|
3768
|
-
# resp.insights[0].filters.user_defined_fields[0].comparison #=> String, one of "EQUALS"
|
4525
|
+
# resp.insights[0].filters.user_defined_fields[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
3769
4526
|
# resp.insights[0].filters.malware_name #=> Array
|
3770
4527
|
# resp.insights[0].filters.malware_name[0].value #=> String
|
3771
|
-
# resp.insights[0].filters.malware_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4528
|
+
# resp.insights[0].filters.malware_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3772
4529
|
# resp.insights[0].filters.malware_type #=> Array
|
3773
4530
|
# resp.insights[0].filters.malware_type[0].value #=> String
|
3774
|
-
# resp.insights[0].filters.malware_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4531
|
+
# resp.insights[0].filters.malware_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3775
4532
|
# resp.insights[0].filters.malware_path #=> Array
|
3776
4533
|
# resp.insights[0].filters.malware_path[0].value #=> String
|
3777
|
-
# resp.insights[0].filters.malware_path[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4534
|
+
# resp.insights[0].filters.malware_path[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3778
4535
|
# resp.insights[0].filters.malware_state #=> Array
|
3779
4536
|
# resp.insights[0].filters.malware_state[0].value #=> String
|
3780
|
-
# resp.insights[0].filters.malware_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4537
|
+
# resp.insights[0].filters.malware_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3781
4538
|
# resp.insights[0].filters.network_direction #=> Array
|
3782
4539
|
# resp.insights[0].filters.network_direction[0].value #=> String
|
3783
|
-
# resp.insights[0].filters.network_direction[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4540
|
+
# resp.insights[0].filters.network_direction[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3784
4541
|
# resp.insights[0].filters.network_protocol #=> Array
|
3785
4542
|
# resp.insights[0].filters.network_protocol[0].value #=> String
|
3786
|
-
# resp.insights[0].filters.network_protocol[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4543
|
+
# resp.insights[0].filters.network_protocol[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3787
4544
|
# resp.insights[0].filters.network_source_ip_v4 #=> Array
|
3788
4545
|
# resp.insights[0].filters.network_source_ip_v4[0].cidr #=> String
|
3789
4546
|
# resp.insights[0].filters.network_source_ip_v6 #=> Array
|
@@ -3794,10 +4551,10 @@ module Aws::SecurityHub
|
|
3794
4551
|
# resp.insights[0].filters.network_source_port[0].eq #=> Float
|
3795
4552
|
# resp.insights[0].filters.network_source_domain #=> Array
|
3796
4553
|
# resp.insights[0].filters.network_source_domain[0].value #=> String
|
3797
|
-
# resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4554
|
+
# resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3798
4555
|
# resp.insights[0].filters.network_source_mac #=> Array
|
3799
4556
|
# resp.insights[0].filters.network_source_mac[0].value #=> String
|
3800
|
-
# resp.insights[0].filters.network_source_mac[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4557
|
+
# resp.insights[0].filters.network_source_mac[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3801
4558
|
# resp.insights[0].filters.network_destination_ip_v4 #=> Array
|
3802
4559
|
# resp.insights[0].filters.network_destination_ip_v4[0].cidr #=> String
|
3803
4560
|
# resp.insights[0].filters.network_destination_ip_v6 #=> Array
|
@@ -3808,13 +4565,13 @@ module Aws::SecurityHub
|
|
3808
4565
|
# resp.insights[0].filters.network_destination_port[0].eq #=> Float
|
3809
4566
|
# resp.insights[0].filters.network_destination_domain #=> Array
|
3810
4567
|
# resp.insights[0].filters.network_destination_domain[0].value #=> String
|
3811
|
-
# resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4568
|
+
# resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3812
4569
|
# resp.insights[0].filters.process_name #=> Array
|
3813
4570
|
# resp.insights[0].filters.process_name[0].value #=> String
|
3814
|
-
# resp.insights[0].filters.process_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4571
|
+
# resp.insights[0].filters.process_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3815
4572
|
# resp.insights[0].filters.process_path #=> Array
|
3816
4573
|
# resp.insights[0].filters.process_path[0].value #=> String
|
3817
|
-
# resp.insights[0].filters.process_path[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4574
|
+
# resp.insights[0].filters.process_path[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3818
4575
|
# resp.insights[0].filters.process_pid #=> Array
|
3819
4576
|
# resp.insights[0].filters.process_pid[0].gte #=> Float
|
3820
4577
|
# resp.insights[0].filters.process_pid[0].lte #=> Float
|
@@ -3835,13 +4592,13 @@ module Aws::SecurityHub
|
|
3835
4592
|
# resp.insights[0].filters.process_terminated_at[0].date_range.unit #=> String, one of "DAYS"
|
3836
4593
|
# resp.insights[0].filters.threat_intel_indicator_type #=> Array
|
3837
4594
|
# resp.insights[0].filters.threat_intel_indicator_type[0].value #=> String
|
3838
|
-
# resp.insights[0].filters.threat_intel_indicator_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4595
|
+
# resp.insights[0].filters.threat_intel_indicator_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3839
4596
|
# resp.insights[0].filters.threat_intel_indicator_value #=> Array
|
3840
4597
|
# resp.insights[0].filters.threat_intel_indicator_value[0].value #=> String
|
3841
|
-
# resp.insights[0].filters.threat_intel_indicator_value[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4598
|
+
# resp.insights[0].filters.threat_intel_indicator_value[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3842
4599
|
# resp.insights[0].filters.threat_intel_indicator_category #=> Array
|
3843
4600
|
# resp.insights[0].filters.threat_intel_indicator_category[0].value #=> String
|
3844
|
-
# resp.insights[0].filters.threat_intel_indicator_category[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4601
|
+
# resp.insights[0].filters.threat_intel_indicator_category[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3845
4602
|
# resp.insights[0].filters.threat_intel_indicator_last_observed_at #=> Array
|
3846
4603
|
# resp.insights[0].filters.threat_intel_indicator_last_observed_at[0].start #=> String
|
3847
4604
|
# resp.insights[0].filters.threat_intel_indicator_last_observed_at[0].end #=> String
|
@@ -3849,48 +4606,48 @@ module Aws::SecurityHub
|
|
3849
4606
|
# resp.insights[0].filters.threat_intel_indicator_last_observed_at[0].date_range.unit #=> String, one of "DAYS"
|
3850
4607
|
# resp.insights[0].filters.threat_intel_indicator_source #=> Array
|
3851
4608
|
# resp.insights[0].filters.threat_intel_indicator_source[0].value #=> String
|
3852
|
-
# resp.insights[0].filters.threat_intel_indicator_source[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4609
|
+
# resp.insights[0].filters.threat_intel_indicator_source[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3853
4610
|
# resp.insights[0].filters.threat_intel_indicator_source_url #=> Array
|
3854
4611
|
# resp.insights[0].filters.threat_intel_indicator_source_url[0].value #=> String
|
3855
|
-
# resp.insights[0].filters.threat_intel_indicator_source_url[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4612
|
+
# resp.insights[0].filters.threat_intel_indicator_source_url[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3856
4613
|
# resp.insights[0].filters.resource_type #=> Array
|
3857
4614
|
# resp.insights[0].filters.resource_type[0].value #=> String
|
3858
|
-
# resp.insights[0].filters.resource_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4615
|
+
# resp.insights[0].filters.resource_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3859
4616
|
# resp.insights[0].filters.resource_id #=> Array
|
3860
4617
|
# resp.insights[0].filters.resource_id[0].value #=> String
|
3861
|
-
# resp.insights[0].filters.resource_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4618
|
+
# resp.insights[0].filters.resource_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3862
4619
|
# resp.insights[0].filters.resource_partition #=> Array
|
3863
4620
|
# resp.insights[0].filters.resource_partition[0].value #=> String
|
3864
|
-
# resp.insights[0].filters.resource_partition[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4621
|
+
# resp.insights[0].filters.resource_partition[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3865
4622
|
# resp.insights[0].filters.resource_region #=> Array
|
3866
4623
|
# resp.insights[0].filters.resource_region[0].value #=> String
|
3867
|
-
# resp.insights[0].filters.resource_region[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4624
|
+
# resp.insights[0].filters.resource_region[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3868
4625
|
# resp.insights[0].filters.resource_tags #=> Array
|
3869
4626
|
# resp.insights[0].filters.resource_tags[0].key #=> String
|
3870
4627
|
# resp.insights[0].filters.resource_tags[0].value #=> String
|
3871
|
-
# resp.insights[0].filters.resource_tags[0].comparison #=> String, one of "EQUALS"
|
4628
|
+
# resp.insights[0].filters.resource_tags[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
3872
4629
|
# resp.insights[0].filters.resource_aws_ec2_instance_type #=> Array
|
3873
4630
|
# resp.insights[0].filters.resource_aws_ec2_instance_type[0].value #=> String
|
3874
|
-
# resp.insights[0].filters.resource_aws_ec2_instance_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4631
|
+
# resp.insights[0].filters.resource_aws_ec2_instance_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3875
4632
|
# resp.insights[0].filters.resource_aws_ec2_instance_image_id #=> Array
|
3876
4633
|
# resp.insights[0].filters.resource_aws_ec2_instance_image_id[0].value #=> String
|
3877
|
-
# resp.insights[0].filters.resource_aws_ec2_instance_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4634
|
+
# resp.insights[0].filters.resource_aws_ec2_instance_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3878
4635
|
# resp.insights[0].filters.resource_aws_ec2_instance_ip_v4_addresses #=> Array
|
3879
4636
|
# resp.insights[0].filters.resource_aws_ec2_instance_ip_v4_addresses[0].cidr #=> String
|
3880
4637
|
# resp.insights[0].filters.resource_aws_ec2_instance_ip_v6_addresses #=> Array
|
3881
4638
|
# resp.insights[0].filters.resource_aws_ec2_instance_ip_v6_addresses[0].cidr #=> String
|
3882
4639
|
# resp.insights[0].filters.resource_aws_ec2_instance_key_name #=> Array
|
3883
4640
|
# resp.insights[0].filters.resource_aws_ec2_instance_key_name[0].value #=> String
|
3884
|
-
# resp.insights[0].filters.resource_aws_ec2_instance_key_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4641
|
+
# resp.insights[0].filters.resource_aws_ec2_instance_key_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3885
4642
|
# resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn #=> Array
|
3886
4643
|
# resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn[0].value #=> String
|
3887
|
-
# resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4644
|
+
# resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3888
4645
|
# resp.insights[0].filters.resource_aws_ec2_instance_vpc_id #=> Array
|
3889
4646
|
# resp.insights[0].filters.resource_aws_ec2_instance_vpc_id[0].value #=> String
|
3890
|
-
# resp.insights[0].filters.resource_aws_ec2_instance_vpc_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4647
|
+
# resp.insights[0].filters.resource_aws_ec2_instance_vpc_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3891
4648
|
# resp.insights[0].filters.resource_aws_ec2_instance_subnet_id #=> Array
|
3892
4649
|
# resp.insights[0].filters.resource_aws_ec2_instance_subnet_id[0].value #=> String
|
3893
|
-
# resp.insights[0].filters.resource_aws_ec2_instance_subnet_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4650
|
+
# resp.insights[0].filters.resource_aws_ec2_instance_subnet_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3894
4651
|
# resp.insights[0].filters.resource_aws_ec2_instance_launched_at #=> Array
|
3895
4652
|
# resp.insights[0].filters.resource_aws_ec2_instance_launched_at[0].start #=> String
|
3896
4653
|
# resp.insights[0].filters.resource_aws_ec2_instance_launched_at[0].end #=> String
|
@@ -3898,16 +4655,16 @@ module Aws::SecurityHub
|
|
3898
4655
|
# resp.insights[0].filters.resource_aws_ec2_instance_launched_at[0].date_range.unit #=> String, one of "DAYS"
|
3899
4656
|
# resp.insights[0].filters.resource_aws_s3_bucket_owner_id #=> Array
|
3900
4657
|
# resp.insights[0].filters.resource_aws_s3_bucket_owner_id[0].value #=> String
|
3901
|
-
# resp.insights[0].filters.resource_aws_s3_bucket_owner_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4658
|
+
# resp.insights[0].filters.resource_aws_s3_bucket_owner_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3902
4659
|
# resp.insights[0].filters.resource_aws_s3_bucket_owner_name #=> Array
|
3903
4660
|
# resp.insights[0].filters.resource_aws_s3_bucket_owner_name[0].value #=> String
|
3904
|
-
# resp.insights[0].filters.resource_aws_s3_bucket_owner_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4661
|
+
# resp.insights[0].filters.resource_aws_s3_bucket_owner_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3905
4662
|
# resp.insights[0].filters.resource_aws_iam_access_key_user_name #=> Array
|
3906
4663
|
# resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].value #=> String
|
3907
|
-
# resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4664
|
+
# resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3908
4665
|
# resp.insights[0].filters.resource_aws_iam_access_key_status #=> Array
|
3909
4666
|
# resp.insights[0].filters.resource_aws_iam_access_key_status[0].value #=> String
|
3910
|
-
# resp.insights[0].filters.resource_aws_iam_access_key_status[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4667
|
+
# resp.insights[0].filters.resource_aws_iam_access_key_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3911
4668
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at #=> Array
|
3912
4669
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].start #=> String
|
3913
4670
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].end #=> String
|
@@ -3915,13 +4672,13 @@ module Aws::SecurityHub
|
|
3915
4672
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].date_range.unit #=> String, one of "DAYS"
|
3916
4673
|
# resp.insights[0].filters.resource_container_name #=> Array
|
3917
4674
|
# resp.insights[0].filters.resource_container_name[0].value #=> String
|
3918
|
-
# resp.insights[0].filters.resource_container_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4675
|
+
# resp.insights[0].filters.resource_container_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3919
4676
|
# resp.insights[0].filters.resource_container_image_id #=> Array
|
3920
4677
|
# resp.insights[0].filters.resource_container_image_id[0].value #=> String
|
3921
|
-
# resp.insights[0].filters.resource_container_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4678
|
+
# resp.insights[0].filters.resource_container_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3922
4679
|
# resp.insights[0].filters.resource_container_image_name #=> Array
|
3923
4680
|
# resp.insights[0].filters.resource_container_image_name[0].value #=> String
|
3924
|
-
# resp.insights[0].filters.resource_container_image_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4681
|
+
# resp.insights[0].filters.resource_container_image_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3925
4682
|
# resp.insights[0].filters.resource_container_launched_at #=> Array
|
3926
4683
|
# resp.insights[0].filters.resource_container_launched_at[0].start #=> String
|
3927
4684
|
# resp.insights[0].filters.resource_container_launched_at[0].end #=> String
|
@@ -3930,31 +4687,31 @@ module Aws::SecurityHub
|
|
3930
4687
|
# resp.insights[0].filters.resource_details_other #=> Array
|
3931
4688
|
# resp.insights[0].filters.resource_details_other[0].key #=> String
|
3932
4689
|
# resp.insights[0].filters.resource_details_other[0].value #=> String
|
3933
|
-
# resp.insights[0].filters.resource_details_other[0].comparison #=> String, one of "EQUALS"
|
4690
|
+
# resp.insights[0].filters.resource_details_other[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
3934
4691
|
# resp.insights[0].filters.compliance_status #=> Array
|
3935
4692
|
# resp.insights[0].filters.compliance_status[0].value #=> String
|
3936
|
-
# resp.insights[0].filters.compliance_status[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4693
|
+
# resp.insights[0].filters.compliance_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3937
4694
|
# resp.insights[0].filters.verification_state #=> Array
|
3938
4695
|
# resp.insights[0].filters.verification_state[0].value #=> String
|
3939
|
-
# resp.insights[0].filters.verification_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4696
|
+
# resp.insights[0].filters.verification_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3940
4697
|
# resp.insights[0].filters.workflow_state #=> Array
|
3941
4698
|
# resp.insights[0].filters.workflow_state[0].value #=> String
|
3942
|
-
# resp.insights[0].filters.workflow_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4699
|
+
# resp.insights[0].filters.workflow_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3943
4700
|
# resp.insights[0].filters.workflow_status #=> Array
|
3944
4701
|
# resp.insights[0].filters.workflow_status[0].value #=> String
|
3945
|
-
# resp.insights[0].filters.workflow_status[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4702
|
+
# resp.insights[0].filters.workflow_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3946
4703
|
# resp.insights[0].filters.record_state #=> Array
|
3947
4704
|
# resp.insights[0].filters.record_state[0].value #=> String
|
3948
|
-
# resp.insights[0].filters.record_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4705
|
+
# resp.insights[0].filters.record_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3949
4706
|
# resp.insights[0].filters.related_findings_product_arn #=> Array
|
3950
4707
|
# resp.insights[0].filters.related_findings_product_arn[0].value #=> String
|
3951
|
-
# resp.insights[0].filters.related_findings_product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4708
|
+
# resp.insights[0].filters.related_findings_product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3952
4709
|
# resp.insights[0].filters.related_findings_id #=> Array
|
3953
4710
|
# resp.insights[0].filters.related_findings_id[0].value #=> String
|
3954
|
-
# resp.insights[0].filters.related_findings_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4711
|
+
# resp.insights[0].filters.related_findings_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3955
4712
|
# resp.insights[0].filters.note_text #=> Array
|
3956
4713
|
# resp.insights[0].filters.note_text[0].value #=> String
|
3957
|
-
# resp.insights[0].filters.note_text[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4714
|
+
# resp.insights[0].filters.note_text[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3958
4715
|
# resp.insights[0].filters.note_updated_at #=> Array
|
3959
4716
|
# resp.insights[0].filters.note_updated_at[0].start #=> String
|
3960
4717
|
# resp.insights[0].filters.note_updated_at[0].end #=> String
|
@@ -3962,7 +4719,7 @@ module Aws::SecurityHub
|
|
3962
4719
|
# resp.insights[0].filters.note_updated_at[0].date_range.unit #=> String, one of "DAYS"
|
3963
4720
|
# resp.insights[0].filters.note_updated_by #=> Array
|
3964
4721
|
# resp.insights[0].filters.note_updated_by[0].value #=> String
|
3965
|
-
# resp.insights[0].filters.note_updated_by[0].comparison #=> String, one of "EQUALS", "PREFIX"
|
4722
|
+
# resp.insights[0].filters.note_updated_by[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
3966
4723
|
# resp.insights[0].filters.keyword #=> Array
|
3967
4724
|
# resp.insights[0].filters.keyword[0].value #=> String
|
3968
4725
|
# resp.insights[0].group_by_attribute #=> String
|
@@ -4393,31 +5150,31 @@ module Aws::SecurityHub
|
|
4393
5150
|
# product_arn: [
|
4394
5151
|
# {
|
4395
5152
|
# value: "NonEmptyString",
|
4396
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5153
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4397
5154
|
# },
|
4398
5155
|
# ],
|
4399
5156
|
# aws_account_id: [
|
4400
5157
|
# {
|
4401
5158
|
# value: "NonEmptyString",
|
4402
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5159
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4403
5160
|
# },
|
4404
5161
|
# ],
|
4405
5162
|
# id: [
|
4406
5163
|
# {
|
4407
5164
|
# value: "NonEmptyString",
|
4408
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5165
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4409
5166
|
# },
|
4410
5167
|
# ],
|
4411
5168
|
# generator_id: [
|
4412
5169
|
# {
|
4413
5170
|
# value: "NonEmptyString",
|
4414
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5171
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4415
5172
|
# },
|
4416
5173
|
# ],
|
4417
5174
|
# type: [
|
4418
5175
|
# {
|
4419
5176
|
# value: "NonEmptyString",
|
4420
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5177
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4421
5178
|
# },
|
4422
5179
|
# ],
|
4423
5180
|
# first_observed_at: [
|
@@ -4477,7 +5234,7 @@ module Aws::SecurityHub
|
|
4477
5234
|
# severity_label: [
|
4478
5235
|
# {
|
4479
5236
|
# value: "NonEmptyString",
|
4480
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5237
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4481
5238
|
# },
|
4482
5239
|
# ],
|
4483
5240
|
# confidence: [
|
@@ -4497,87 +5254,87 @@ module Aws::SecurityHub
|
|
4497
5254
|
# title: [
|
4498
5255
|
# {
|
4499
5256
|
# value: "NonEmptyString",
|
4500
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5257
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4501
5258
|
# },
|
4502
5259
|
# ],
|
4503
5260
|
# description: [
|
4504
5261
|
# {
|
4505
5262
|
# value: "NonEmptyString",
|
4506
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5263
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4507
5264
|
# },
|
4508
5265
|
# ],
|
4509
5266
|
# recommendation_text: [
|
4510
5267
|
# {
|
4511
5268
|
# value: "NonEmptyString",
|
4512
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5269
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4513
5270
|
# },
|
4514
5271
|
# ],
|
4515
5272
|
# source_url: [
|
4516
5273
|
# {
|
4517
5274
|
# value: "NonEmptyString",
|
4518
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5275
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4519
5276
|
# },
|
4520
5277
|
# ],
|
4521
5278
|
# product_fields: [
|
4522
5279
|
# {
|
4523
5280
|
# key: "NonEmptyString",
|
4524
5281
|
# value: "NonEmptyString",
|
4525
|
-
# comparison: "EQUALS", # accepts EQUALS
|
5282
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
4526
5283
|
# },
|
4527
5284
|
# ],
|
4528
5285
|
# product_name: [
|
4529
5286
|
# {
|
4530
5287
|
# value: "NonEmptyString",
|
4531
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5288
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4532
5289
|
# },
|
4533
5290
|
# ],
|
4534
5291
|
# company_name: [
|
4535
5292
|
# {
|
4536
5293
|
# value: "NonEmptyString",
|
4537
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5294
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4538
5295
|
# },
|
4539
5296
|
# ],
|
4540
5297
|
# user_defined_fields: [
|
4541
5298
|
# {
|
4542
5299
|
# key: "NonEmptyString",
|
4543
5300
|
# value: "NonEmptyString",
|
4544
|
-
# comparison: "EQUALS", # accepts EQUALS
|
5301
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
4545
5302
|
# },
|
4546
5303
|
# ],
|
4547
5304
|
# malware_name: [
|
4548
5305
|
# {
|
4549
5306
|
# value: "NonEmptyString",
|
4550
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5307
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4551
5308
|
# },
|
4552
5309
|
# ],
|
4553
5310
|
# malware_type: [
|
4554
5311
|
# {
|
4555
5312
|
# value: "NonEmptyString",
|
4556
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5313
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4557
5314
|
# },
|
4558
5315
|
# ],
|
4559
5316
|
# malware_path: [
|
4560
5317
|
# {
|
4561
5318
|
# value: "NonEmptyString",
|
4562
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5319
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4563
5320
|
# },
|
4564
5321
|
# ],
|
4565
5322
|
# malware_state: [
|
4566
5323
|
# {
|
4567
5324
|
# value: "NonEmptyString",
|
4568
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5325
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4569
5326
|
# },
|
4570
5327
|
# ],
|
4571
5328
|
# network_direction: [
|
4572
5329
|
# {
|
4573
5330
|
# value: "NonEmptyString",
|
4574
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5331
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4575
5332
|
# },
|
4576
5333
|
# ],
|
4577
5334
|
# network_protocol: [
|
4578
5335
|
# {
|
4579
5336
|
# value: "NonEmptyString",
|
4580
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5337
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4581
5338
|
# },
|
4582
5339
|
# ],
|
4583
5340
|
# network_source_ip_v4: [
|
@@ -4600,13 +5357,13 @@ module Aws::SecurityHub
|
|
4600
5357
|
# network_source_domain: [
|
4601
5358
|
# {
|
4602
5359
|
# value: "NonEmptyString",
|
4603
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5360
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4604
5361
|
# },
|
4605
5362
|
# ],
|
4606
5363
|
# network_source_mac: [
|
4607
5364
|
# {
|
4608
5365
|
# value: "NonEmptyString",
|
4609
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5366
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4610
5367
|
# },
|
4611
5368
|
# ],
|
4612
5369
|
# network_destination_ip_v4: [
|
@@ -4629,19 +5386,19 @@ module Aws::SecurityHub
|
|
4629
5386
|
# network_destination_domain: [
|
4630
5387
|
# {
|
4631
5388
|
# value: "NonEmptyString",
|
4632
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5389
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4633
5390
|
# },
|
4634
5391
|
# ],
|
4635
5392
|
# process_name: [
|
4636
5393
|
# {
|
4637
5394
|
# value: "NonEmptyString",
|
4638
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5395
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4639
5396
|
# },
|
4640
5397
|
# ],
|
4641
5398
|
# process_path: [
|
4642
5399
|
# {
|
4643
5400
|
# value: "NonEmptyString",
|
4644
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5401
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4645
5402
|
# },
|
4646
5403
|
# ],
|
4647
5404
|
# process_pid: [
|
@@ -4681,19 +5438,19 @@ module Aws::SecurityHub
|
|
4681
5438
|
# threat_intel_indicator_type: [
|
4682
5439
|
# {
|
4683
5440
|
# value: "NonEmptyString",
|
4684
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5441
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4685
5442
|
# },
|
4686
5443
|
# ],
|
4687
5444
|
# threat_intel_indicator_value: [
|
4688
5445
|
# {
|
4689
5446
|
# value: "NonEmptyString",
|
4690
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5447
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4691
5448
|
# },
|
4692
5449
|
# ],
|
4693
5450
|
# threat_intel_indicator_category: [
|
4694
5451
|
# {
|
4695
5452
|
# value: "NonEmptyString",
|
4696
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5453
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4697
5454
|
# },
|
4698
5455
|
# ],
|
4699
5456
|
# threat_intel_indicator_last_observed_at: [
|
@@ -4709,56 +5466,56 @@ module Aws::SecurityHub
|
|
4709
5466
|
# threat_intel_indicator_source: [
|
4710
5467
|
# {
|
4711
5468
|
# value: "NonEmptyString",
|
4712
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5469
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4713
5470
|
# },
|
4714
5471
|
# ],
|
4715
5472
|
# threat_intel_indicator_source_url: [
|
4716
5473
|
# {
|
4717
5474
|
# value: "NonEmptyString",
|
4718
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5475
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4719
5476
|
# },
|
4720
5477
|
# ],
|
4721
5478
|
# resource_type: [
|
4722
5479
|
# {
|
4723
5480
|
# value: "NonEmptyString",
|
4724
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5481
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4725
5482
|
# },
|
4726
5483
|
# ],
|
4727
5484
|
# resource_id: [
|
4728
5485
|
# {
|
4729
5486
|
# value: "NonEmptyString",
|
4730
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5487
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4731
5488
|
# },
|
4732
5489
|
# ],
|
4733
5490
|
# resource_partition: [
|
4734
5491
|
# {
|
4735
5492
|
# value: "NonEmptyString",
|
4736
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5493
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4737
5494
|
# },
|
4738
5495
|
# ],
|
4739
5496
|
# resource_region: [
|
4740
5497
|
# {
|
4741
5498
|
# value: "NonEmptyString",
|
4742
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5499
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4743
5500
|
# },
|
4744
5501
|
# ],
|
4745
5502
|
# resource_tags: [
|
4746
5503
|
# {
|
4747
5504
|
# key: "NonEmptyString",
|
4748
5505
|
# value: "NonEmptyString",
|
4749
|
-
# comparison: "EQUALS", # accepts EQUALS
|
5506
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
4750
5507
|
# },
|
4751
5508
|
# ],
|
4752
5509
|
# resource_aws_ec2_instance_type: [
|
4753
5510
|
# {
|
4754
5511
|
# value: "NonEmptyString",
|
4755
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5512
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4756
5513
|
# },
|
4757
5514
|
# ],
|
4758
5515
|
# resource_aws_ec2_instance_image_id: [
|
4759
5516
|
# {
|
4760
5517
|
# value: "NonEmptyString",
|
4761
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5518
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4762
5519
|
# },
|
4763
5520
|
# ],
|
4764
5521
|
# resource_aws_ec2_instance_ip_v4_addresses: [
|
@@ -4774,25 +5531,25 @@ module Aws::SecurityHub
|
|
4774
5531
|
# resource_aws_ec2_instance_key_name: [
|
4775
5532
|
# {
|
4776
5533
|
# value: "NonEmptyString",
|
4777
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5534
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4778
5535
|
# },
|
4779
5536
|
# ],
|
4780
5537
|
# resource_aws_ec2_instance_iam_instance_profile_arn: [
|
4781
5538
|
# {
|
4782
5539
|
# value: "NonEmptyString",
|
4783
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5540
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4784
5541
|
# },
|
4785
5542
|
# ],
|
4786
5543
|
# resource_aws_ec2_instance_vpc_id: [
|
4787
5544
|
# {
|
4788
5545
|
# value: "NonEmptyString",
|
4789
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5546
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4790
5547
|
# },
|
4791
5548
|
# ],
|
4792
5549
|
# resource_aws_ec2_instance_subnet_id: [
|
4793
5550
|
# {
|
4794
5551
|
# value: "NonEmptyString",
|
4795
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5552
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4796
5553
|
# },
|
4797
5554
|
# ],
|
4798
5555
|
# resource_aws_ec2_instance_launched_at: [
|
@@ -4808,25 +5565,25 @@ module Aws::SecurityHub
|
|
4808
5565
|
# resource_aws_s3_bucket_owner_id: [
|
4809
5566
|
# {
|
4810
5567
|
# value: "NonEmptyString",
|
4811
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5568
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4812
5569
|
# },
|
4813
5570
|
# ],
|
4814
5571
|
# resource_aws_s3_bucket_owner_name: [
|
4815
5572
|
# {
|
4816
5573
|
# value: "NonEmptyString",
|
4817
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5574
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4818
5575
|
# },
|
4819
5576
|
# ],
|
4820
5577
|
# resource_aws_iam_access_key_user_name: [
|
4821
5578
|
# {
|
4822
5579
|
# value: "NonEmptyString",
|
4823
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5580
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4824
5581
|
# },
|
4825
5582
|
# ],
|
4826
5583
|
# resource_aws_iam_access_key_status: [
|
4827
5584
|
# {
|
4828
5585
|
# value: "NonEmptyString",
|
4829
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5586
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4830
5587
|
# },
|
4831
5588
|
# ],
|
4832
5589
|
# resource_aws_iam_access_key_created_at: [
|
@@ -4842,19 +5599,19 @@ module Aws::SecurityHub
|
|
4842
5599
|
# resource_container_name: [
|
4843
5600
|
# {
|
4844
5601
|
# value: "NonEmptyString",
|
4845
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5602
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4846
5603
|
# },
|
4847
5604
|
# ],
|
4848
5605
|
# resource_container_image_id: [
|
4849
5606
|
# {
|
4850
5607
|
# value: "NonEmptyString",
|
4851
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5608
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4852
5609
|
# },
|
4853
5610
|
# ],
|
4854
5611
|
# resource_container_image_name: [
|
4855
5612
|
# {
|
4856
5613
|
# value: "NonEmptyString",
|
4857
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5614
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4858
5615
|
# },
|
4859
5616
|
# ],
|
4860
5617
|
# resource_container_launched_at: [
|
@@ -4871,55 +5628,55 @@ module Aws::SecurityHub
|
|
4871
5628
|
# {
|
4872
5629
|
# key: "NonEmptyString",
|
4873
5630
|
# value: "NonEmptyString",
|
4874
|
-
# comparison: "EQUALS", # accepts EQUALS
|
5631
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
4875
5632
|
# },
|
4876
5633
|
# ],
|
4877
5634
|
# compliance_status: [
|
4878
5635
|
# {
|
4879
5636
|
# value: "NonEmptyString",
|
4880
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5637
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4881
5638
|
# },
|
4882
5639
|
# ],
|
4883
5640
|
# verification_state: [
|
4884
5641
|
# {
|
4885
5642
|
# value: "NonEmptyString",
|
4886
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5643
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4887
5644
|
# },
|
4888
5645
|
# ],
|
4889
5646
|
# workflow_state: [
|
4890
5647
|
# {
|
4891
5648
|
# value: "NonEmptyString",
|
4892
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5649
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4893
5650
|
# },
|
4894
5651
|
# ],
|
4895
5652
|
# workflow_status: [
|
4896
5653
|
# {
|
4897
5654
|
# value: "NonEmptyString",
|
4898
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5655
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4899
5656
|
# },
|
4900
5657
|
# ],
|
4901
5658
|
# record_state: [
|
4902
5659
|
# {
|
4903
5660
|
# value: "NonEmptyString",
|
4904
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5661
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4905
5662
|
# },
|
4906
5663
|
# ],
|
4907
5664
|
# related_findings_product_arn: [
|
4908
5665
|
# {
|
4909
5666
|
# value: "NonEmptyString",
|
4910
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5667
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4911
5668
|
# },
|
4912
5669
|
# ],
|
4913
5670
|
# related_findings_id: [
|
4914
5671
|
# {
|
4915
5672
|
# value: "NonEmptyString",
|
4916
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5673
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4917
5674
|
# },
|
4918
5675
|
# ],
|
4919
5676
|
# note_text: [
|
4920
5677
|
# {
|
4921
5678
|
# value: "NonEmptyString",
|
4922
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5679
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4923
5680
|
# },
|
4924
5681
|
# ],
|
4925
5682
|
# note_updated_at: [
|
@@ -4935,7 +5692,7 @@ module Aws::SecurityHub
|
|
4935
5692
|
# note_updated_by: [
|
4936
5693
|
# {
|
4937
5694
|
# value: "NonEmptyString",
|
4938
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5695
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4939
5696
|
# },
|
4940
5697
|
# ],
|
4941
5698
|
# keyword: [
|
@@ -4986,31 +5743,31 @@ module Aws::SecurityHub
|
|
4986
5743
|
# product_arn: [
|
4987
5744
|
# {
|
4988
5745
|
# value: "NonEmptyString",
|
4989
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5746
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4990
5747
|
# },
|
4991
5748
|
# ],
|
4992
5749
|
# aws_account_id: [
|
4993
5750
|
# {
|
4994
5751
|
# value: "NonEmptyString",
|
4995
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5752
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4996
5753
|
# },
|
4997
5754
|
# ],
|
4998
5755
|
# id: [
|
4999
5756
|
# {
|
5000
5757
|
# value: "NonEmptyString",
|
5001
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5758
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5002
5759
|
# },
|
5003
5760
|
# ],
|
5004
5761
|
# generator_id: [
|
5005
5762
|
# {
|
5006
5763
|
# value: "NonEmptyString",
|
5007
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5764
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5008
5765
|
# },
|
5009
5766
|
# ],
|
5010
5767
|
# type: [
|
5011
5768
|
# {
|
5012
5769
|
# value: "NonEmptyString",
|
5013
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5770
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5014
5771
|
# },
|
5015
5772
|
# ],
|
5016
5773
|
# first_observed_at: [
|
@@ -5070,7 +5827,7 @@ module Aws::SecurityHub
|
|
5070
5827
|
# severity_label: [
|
5071
5828
|
# {
|
5072
5829
|
# value: "NonEmptyString",
|
5073
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5830
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5074
5831
|
# },
|
5075
5832
|
# ],
|
5076
5833
|
# confidence: [
|
@@ -5090,87 +5847,87 @@ module Aws::SecurityHub
|
|
5090
5847
|
# title: [
|
5091
5848
|
# {
|
5092
5849
|
# value: "NonEmptyString",
|
5093
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5850
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5094
5851
|
# },
|
5095
5852
|
# ],
|
5096
5853
|
# description: [
|
5097
5854
|
# {
|
5098
5855
|
# value: "NonEmptyString",
|
5099
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5856
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5100
5857
|
# },
|
5101
5858
|
# ],
|
5102
5859
|
# recommendation_text: [
|
5103
5860
|
# {
|
5104
5861
|
# value: "NonEmptyString",
|
5105
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5862
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5106
5863
|
# },
|
5107
5864
|
# ],
|
5108
5865
|
# source_url: [
|
5109
5866
|
# {
|
5110
5867
|
# value: "NonEmptyString",
|
5111
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5868
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5112
5869
|
# },
|
5113
5870
|
# ],
|
5114
5871
|
# product_fields: [
|
5115
5872
|
# {
|
5116
5873
|
# key: "NonEmptyString",
|
5117
5874
|
# value: "NonEmptyString",
|
5118
|
-
# comparison: "EQUALS", # accepts EQUALS
|
5875
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
5119
5876
|
# },
|
5120
5877
|
# ],
|
5121
5878
|
# product_name: [
|
5122
5879
|
# {
|
5123
5880
|
# value: "NonEmptyString",
|
5124
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5881
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5125
5882
|
# },
|
5126
5883
|
# ],
|
5127
5884
|
# company_name: [
|
5128
5885
|
# {
|
5129
5886
|
# value: "NonEmptyString",
|
5130
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5887
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5131
5888
|
# },
|
5132
5889
|
# ],
|
5133
5890
|
# user_defined_fields: [
|
5134
5891
|
# {
|
5135
5892
|
# key: "NonEmptyString",
|
5136
5893
|
# value: "NonEmptyString",
|
5137
|
-
# comparison: "EQUALS", # accepts EQUALS
|
5894
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
5138
5895
|
# },
|
5139
5896
|
# ],
|
5140
5897
|
# malware_name: [
|
5141
5898
|
# {
|
5142
5899
|
# value: "NonEmptyString",
|
5143
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5900
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5144
5901
|
# },
|
5145
5902
|
# ],
|
5146
5903
|
# malware_type: [
|
5147
5904
|
# {
|
5148
5905
|
# value: "NonEmptyString",
|
5149
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5906
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5150
5907
|
# },
|
5151
5908
|
# ],
|
5152
5909
|
# malware_path: [
|
5153
5910
|
# {
|
5154
5911
|
# value: "NonEmptyString",
|
5155
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5912
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5156
5913
|
# },
|
5157
5914
|
# ],
|
5158
5915
|
# malware_state: [
|
5159
5916
|
# {
|
5160
5917
|
# value: "NonEmptyString",
|
5161
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5918
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5162
5919
|
# },
|
5163
5920
|
# ],
|
5164
5921
|
# network_direction: [
|
5165
5922
|
# {
|
5166
5923
|
# value: "NonEmptyString",
|
5167
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5924
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5168
5925
|
# },
|
5169
5926
|
# ],
|
5170
5927
|
# network_protocol: [
|
5171
5928
|
# {
|
5172
5929
|
# value: "NonEmptyString",
|
5173
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5930
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5174
5931
|
# },
|
5175
5932
|
# ],
|
5176
5933
|
# network_source_ip_v4: [
|
@@ -5193,13 +5950,13 @@ module Aws::SecurityHub
|
|
5193
5950
|
# network_source_domain: [
|
5194
5951
|
# {
|
5195
5952
|
# value: "NonEmptyString",
|
5196
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5953
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5197
5954
|
# },
|
5198
5955
|
# ],
|
5199
5956
|
# network_source_mac: [
|
5200
5957
|
# {
|
5201
5958
|
# value: "NonEmptyString",
|
5202
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5959
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5203
5960
|
# },
|
5204
5961
|
# ],
|
5205
5962
|
# network_destination_ip_v4: [
|
@@ -5222,19 +5979,19 @@ module Aws::SecurityHub
|
|
5222
5979
|
# network_destination_domain: [
|
5223
5980
|
# {
|
5224
5981
|
# value: "NonEmptyString",
|
5225
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5982
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5226
5983
|
# },
|
5227
5984
|
# ],
|
5228
5985
|
# process_name: [
|
5229
5986
|
# {
|
5230
5987
|
# value: "NonEmptyString",
|
5231
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5988
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5232
5989
|
# },
|
5233
5990
|
# ],
|
5234
5991
|
# process_path: [
|
5235
5992
|
# {
|
5236
5993
|
# value: "NonEmptyString",
|
5237
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
5994
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5238
5995
|
# },
|
5239
5996
|
# ],
|
5240
5997
|
# process_pid: [
|
@@ -5274,19 +6031,19 @@ module Aws::SecurityHub
|
|
5274
6031
|
# threat_intel_indicator_type: [
|
5275
6032
|
# {
|
5276
6033
|
# value: "NonEmptyString",
|
5277
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6034
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5278
6035
|
# },
|
5279
6036
|
# ],
|
5280
6037
|
# threat_intel_indicator_value: [
|
5281
6038
|
# {
|
5282
6039
|
# value: "NonEmptyString",
|
5283
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6040
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5284
6041
|
# },
|
5285
6042
|
# ],
|
5286
6043
|
# threat_intel_indicator_category: [
|
5287
6044
|
# {
|
5288
6045
|
# value: "NonEmptyString",
|
5289
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6046
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5290
6047
|
# },
|
5291
6048
|
# ],
|
5292
6049
|
# threat_intel_indicator_last_observed_at: [
|
@@ -5302,56 +6059,56 @@ module Aws::SecurityHub
|
|
5302
6059
|
# threat_intel_indicator_source: [
|
5303
6060
|
# {
|
5304
6061
|
# value: "NonEmptyString",
|
5305
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6062
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5306
6063
|
# },
|
5307
6064
|
# ],
|
5308
6065
|
# threat_intel_indicator_source_url: [
|
5309
6066
|
# {
|
5310
6067
|
# value: "NonEmptyString",
|
5311
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6068
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5312
6069
|
# },
|
5313
6070
|
# ],
|
5314
6071
|
# resource_type: [
|
5315
6072
|
# {
|
5316
6073
|
# value: "NonEmptyString",
|
5317
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6074
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5318
6075
|
# },
|
5319
6076
|
# ],
|
5320
6077
|
# resource_id: [
|
5321
6078
|
# {
|
5322
6079
|
# value: "NonEmptyString",
|
5323
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6080
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5324
6081
|
# },
|
5325
6082
|
# ],
|
5326
6083
|
# resource_partition: [
|
5327
6084
|
# {
|
5328
6085
|
# value: "NonEmptyString",
|
5329
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6086
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5330
6087
|
# },
|
5331
6088
|
# ],
|
5332
6089
|
# resource_region: [
|
5333
6090
|
# {
|
5334
6091
|
# value: "NonEmptyString",
|
5335
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6092
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5336
6093
|
# },
|
5337
6094
|
# ],
|
5338
6095
|
# resource_tags: [
|
5339
6096
|
# {
|
5340
6097
|
# key: "NonEmptyString",
|
5341
6098
|
# value: "NonEmptyString",
|
5342
|
-
# comparison: "EQUALS", # accepts EQUALS
|
6099
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
5343
6100
|
# },
|
5344
6101
|
# ],
|
5345
6102
|
# resource_aws_ec2_instance_type: [
|
5346
6103
|
# {
|
5347
6104
|
# value: "NonEmptyString",
|
5348
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6105
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5349
6106
|
# },
|
5350
6107
|
# ],
|
5351
6108
|
# resource_aws_ec2_instance_image_id: [
|
5352
6109
|
# {
|
5353
6110
|
# value: "NonEmptyString",
|
5354
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6111
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5355
6112
|
# },
|
5356
6113
|
# ],
|
5357
6114
|
# resource_aws_ec2_instance_ip_v4_addresses: [
|
@@ -5367,25 +6124,25 @@ module Aws::SecurityHub
|
|
5367
6124
|
# resource_aws_ec2_instance_key_name: [
|
5368
6125
|
# {
|
5369
6126
|
# value: "NonEmptyString",
|
5370
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6127
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5371
6128
|
# },
|
5372
6129
|
# ],
|
5373
6130
|
# resource_aws_ec2_instance_iam_instance_profile_arn: [
|
5374
6131
|
# {
|
5375
6132
|
# value: "NonEmptyString",
|
5376
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6133
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5377
6134
|
# },
|
5378
6135
|
# ],
|
5379
6136
|
# resource_aws_ec2_instance_vpc_id: [
|
5380
6137
|
# {
|
5381
6138
|
# value: "NonEmptyString",
|
5382
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6139
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5383
6140
|
# },
|
5384
6141
|
# ],
|
5385
6142
|
# resource_aws_ec2_instance_subnet_id: [
|
5386
6143
|
# {
|
5387
6144
|
# value: "NonEmptyString",
|
5388
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6145
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5389
6146
|
# },
|
5390
6147
|
# ],
|
5391
6148
|
# resource_aws_ec2_instance_launched_at: [
|
@@ -5401,25 +6158,25 @@ module Aws::SecurityHub
|
|
5401
6158
|
# resource_aws_s3_bucket_owner_id: [
|
5402
6159
|
# {
|
5403
6160
|
# value: "NonEmptyString",
|
5404
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6161
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5405
6162
|
# },
|
5406
6163
|
# ],
|
5407
6164
|
# resource_aws_s3_bucket_owner_name: [
|
5408
6165
|
# {
|
5409
6166
|
# value: "NonEmptyString",
|
5410
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6167
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5411
6168
|
# },
|
5412
6169
|
# ],
|
5413
6170
|
# resource_aws_iam_access_key_user_name: [
|
5414
6171
|
# {
|
5415
6172
|
# value: "NonEmptyString",
|
5416
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6173
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5417
6174
|
# },
|
5418
6175
|
# ],
|
5419
6176
|
# resource_aws_iam_access_key_status: [
|
5420
6177
|
# {
|
5421
6178
|
# value: "NonEmptyString",
|
5422
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6179
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5423
6180
|
# },
|
5424
6181
|
# ],
|
5425
6182
|
# resource_aws_iam_access_key_created_at: [
|
@@ -5435,19 +6192,19 @@ module Aws::SecurityHub
|
|
5435
6192
|
# resource_container_name: [
|
5436
6193
|
# {
|
5437
6194
|
# value: "NonEmptyString",
|
5438
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6195
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5439
6196
|
# },
|
5440
6197
|
# ],
|
5441
6198
|
# resource_container_image_id: [
|
5442
6199
|
# {
|
5443
6200
|
# value: "NonEmptyString",
|
5444
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6201
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5445
6202
|
# },
|
5446
6203
|
# ],
|
5447
6204
|
# resource_container_image_name: [
|
5448
6205
|
# {
|
5449
6206
|
# value: "NonEmptyString",
|
5450
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6207
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5451
6208
|
# },
|
5452
6209
|
# ],
|
5453
6210
|
# resource_container_launched_at: [
|
@@ -5464,55 +6221,55 @@ module Aws::SecurityHub
|
|
5464
6221
|
# {
|
5465
6222
|
# key: "NonEmptyString",
|
5466
6223
|
# value: "NonEmptyString",
|
5467
|
-
# comparison: "EQUALS", # accepts EQUALS
|
6224
|
+
# comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
|
5468
6225
|
# },
|
5469
6226
|
# ],
|
5470
6227
|
# compliance_status: [
|
5471
6228
|
# {
|
5472
6229
|
# value: "NonEmptyString",
|
5473
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6230
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5474
6231
|
# },
|
5475
6232
|
# ],
|
5476
6233
|
# verification_state: [
|
5477
6234
|
# {
|
5478
6235
|
# value: "NonEmptyString",
|
5479
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6236
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5480
6237
|
# },
|
5481
6238
|
# ],
|
5482
6239
|
# workflow_state: [
|
5483
6240
|
# {
|
5484
6241
|
# value: "NonEmptyString",
|
5485
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6242
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5486
6243
|
# },
|
5487
6244
|
# ],
|
5488
6245
|
# workflow_status: [
|
5489
6246
|
# {
|
5490
6247
|
# value: "NonEmptyString",
|
5491
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6248
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5492
6249
|
# },
|
5493
6250
|
# ],
|
5494
6251
|
# record_state: [
|
5495
6252
|
# {
|
5496
6253
|
# value: "NonEmptyString",
|
5497
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6254
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5498
6255
|
# },
|
5499
6256
|
# ],
|
5500
6257
|
# related_findings_product_arn: [
|
5501
6258
|
# {
|
5502
6259
|
# value: "NonEmptyString",
|
5503
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6260
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5504
6261
|
# },
|
5505
6262
|
# ],
|
5506
6263
|
# related_findings_id: [
|
5507
6264
|
# {
|
5508
6265
|
# value: "NonEmptyString",
|
5509
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6266
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5510
6267
|
# },
|
5511
6268
|
# ],
|
5512
6269
|
# note_text: [
|
5513
6270
|
# {
|
5514
6271
|
# value: "NonEmptyString",
|
5515
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6272
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5516
6273
|
# },
|
5517
6274
|
# ],
|
5518
6275
|
# note_updated_at: [
|
@@ -5528,7 +6285,7 @@ module Aws::SecurityHub
|
|
5528
6285
|
# note_updated_by: [
|
5529
6286
|
# {
|
5530
6287
|
# value: "NonEmptyString",
|
5531
|
-
# comparison: "EQUALS", # accepts EQUALS, PREFIX
|
6288
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5532
6289
|
# },
|
5533
6290
|
# ],
|
5534
6291
|
# keyword: [
|
@@ -5549,6 +6306,33 @@ module Aws::SecurityHub
|
|
5549
6306
|
req.send_request(options)
|
5550
6307
|
end
|
5551
6308
|
|
6309
|
+
# Updates configuration options for Security Hub.
|
6310
|
+
#
|
6311
|
+
# @option params [Boolean] :auto_enable_controls
|
6312
|
+
# Whether to automatically enable new controls when they are added to
|
6313
|
+
# standards that are enabled.
|
6314
|
+
#
|
6315
|
+
# By default, this is set to `true`, and new controls are enabled
|
6316
|
+
# automatically. To not automatically enable new controls, set this to
|
6317
|
+
# `false`.
|
6318
|
+
#
|
6319
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
6320
|
+
#
|
6321
|
+
# @example Request syntax with placeholder values
|
6322
|
+
#
|
6323
|
+
# resp = client.update_security_hub_configuration({
|
6324
|
+
# auto_enable_controls: false,
|
6325
|
+
# })
|
6326
|
+
#
|
6327
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateSecurityHubConfiguration AWS API Documentation
|
6328
|
+
#
|
6329
|
+
# @overload update_security_hub_configuration(params = {})
|
6330
|
+
# @param [Hash] params ({})
|
6331
|
+
def update_security_hub_configuration(params = {}, options = {})
|
6332
|
+
req = build_request(:update_security_hub_configuration, params)
|
6333
|
+
req.send_request(options)
|
6334
|
+
end
|
6335
|
+
|
5552
6336
|
# Used to control whether an individual security standard control is
|
5553
6337
|
# enabled or disabled.
|
5554
6338
|
#
|
@@ -5594,7 +6378,7 @@ module Aws::SecurityHub
|
|
5594
6378
|
params: params,
|
5595
6379
|
config: config)
|
5596
6380
|
context[:gem_name] = 'aws-sdk-securityhub'
|
5597
|
-
context[:gem_version] = '1.
|
6381
|
+
context[:gem_version] = '1.34.0'
|
5598
6382
|
Seahorse::Client::Request.new(handlers, context)
|
5599
6383
|
end
|
5600
6384
|
|