aws-sdk-securityhub 1.46.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/lib/aws-sdk-securityhub/client.rb +805 -44
- data/lib/aws-sdk-securityhub/client_api.rb +567 -5
- data/lib/aws-sdk-securityhub/types.rb +9463 -4039
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaea53855e2f15d115a2bd924ab944b4b356ce2d6f48f26bae1b594af5152f2f
|
4
|
+
data.tar.gz: f531b9e8520089622ea8d576ca2e736f1b81aebca2efa30e000eada1488c92d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a840252a156c441fe5acb843660501816645a55949ba207b5e43beef1ac3c5dc9dcb6bcb06bb094370f7d33dbb81f2d8a0699ef63782395cd35a944a70d57f8
|
7
|
+
data.tar.gz: 4b11ca7133ad84847b6667dc60b85bdc105409042582ff264412fd51019d057f02bc89c2500bc9348a44553fd868fa452310e0eda467da6a42cbe23acd75c305
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.50.0 (2021-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.49.0 (2021-07-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.48.0 (2021-07-23)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added product name, company name, and Region fields for security findings. Added details objects for RDS event subscriptions and AWS ECS services. Added fields to the details for AWS Elasticsearch domains.
|
18
|
+
|
19
|
+
1.47.0 (2021-06-24)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added new resource details for ECS clusters and ECS task definitions. Added additional information for S3 buckets, Elasticsearch domains, and API Gateway V2 stages.
|
23
|
+
|
4
24
|
1.46.0 (2021-05-14)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.0
|
data/lib/aws-sdk-securityhub.rb
CHANGED
@@ -413,8 +413,8 @@ module Aws::SecurityHub
|
|
413
413
|
# Disables the standards specified by the provided
|
414
414
|
# `StandardsSubscriptionArns`.
|
415
415
|
#
|
416
|
-
# For more information, see [Security Standards][1] section of the
|
417
|
-
# Security Hub User Guide*.
|
416
|
+
# For more information, see [Security Standards][1] section of the
|
417
|
+
# *Security Hub User Guide*.
|
418
418
|
#
|
419
419
|
#
|
420
420
|
#
|
@@ -452,11 +452,10 @@ module Aws::SecurityHub
|
|
452
452
|
end
|
453
453
|
|
454
454
|
# Enables the standards specified by the provided `StandardsArn`. To
|
455
|
-
# obtain the ARN for a standard, use the `
|
456
|
-
# operation.
|
455
|
+
# obtain the ARN for a standard, use the `DescribeStandards` operation.
|
457
456
|
#
|
458
457
|
# For more information, see the [Security Standards][1] section of the
|
459
|
-
# *
|
458
|
+
# *Security Hub User Guide*.
|
460
459
|
#
|
461
460
|
#
|
462
461
|
#
|
@@ -537,8 +536,8 @@ module Aws::SecurityHub
|
|
537
536
|
#
|
538
537
|
# @option params [required, Array<Types::AwsSecurityFinding>] :findings
|
539
538
|
# A list of findings to import. To successfully import a finding, it
|
540
|
-
# must follow the [
|
541
|
-
# findings per request.
|
539
|
+
# must follow the [Amazon Web Services Security Finding Format][1].
|
540
|
+
# Maximum of 100 findings per request.
|
542
541
|
#
|
543
542
|
#
|
544
543
|
#
|
@@ -558,6 +557,9 @@ module Aws::SecurityHub
|
|
558
557
|
# schema_version: "NonEmptyString", # required
|
559
558
|
# id: "NonEmptyString", # required
|
560
559
|
# product_arn: "NonEmptyString", # required
|
560
|
+
# product_name: "NonEmptyString",
|
561
|
+
# company_name: "NonEmptyString",
|
562
|
+
# region: "NonEmptyString",
|
561
563
|
# generator_id: "NonEmptyString", # required
|
562
564
|
# aws_account_id: "NonEmptyString", # required
|
563
565
|
# types: ["NonEmptyString"],
|
@@ -904,6 +906,11 @@ module Aws::SecurityHub
|
|
904
906
|
# vpc_id: "NonEmptyString",
|
905
907
|
# subnet_id: "NonEmptyString",
|
906
908
|
# launched_at: "NonEmptyString",
|
909
|
+
# network_interfaces: [
|
910
|
+
# {
|
911
|
+
# network_interface_id: "NonEmptyString",
|
912
|
+
# },
|
913
|
+
# ],
|
907
914
|
# },
|
908
915
|
# aws_ec2_network_interface: {
|
909
916
|
# attachment: {
|
@@ -1172,13 +1179,47 @@ module Aws::SecurityHub
|
|
1172
1179
|
# "NonEmptyString" => "NonEmptyString",
|
1173
1180
|
# },
|
1174
1181
|
# elasticsearch_version: "NonEmptyString",
|
1182
|
+
# elasticsearch_cluster_config: {
|
1183
|
+
# dedicated_master_count: 1,
|
1184
|
+
# dedicated_master_enabled: false,
|
1185
|
+
# dedicated_master_type: "NonEmptyString",
|
1186
|
+
# instance_count: 1,
|
1187
|
+
# instance_type: "NonEmptyString",
|
1188
|
+
# zone_awareness_config: {
|
1189
|
+
# availability_zone_count: 1,
|
1190
|
+
# },
|
1191
|
+
# zone_awareness_enabled: false,
|
1192
|
+
# },
|
1175
1193
|
# encryption_at_rest_options: {
|
1176
1194
|
# enabled: false,
|
1177
1195
|
# kms_key_id: "NonEmptyString",
|
1178
1196
|
# },
|
1197
|
+
# log_publishing_options: {
|
1198
|
+
# index_slow_logs: {
|
1199
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
1200
|
+
# enabled: false,
|
1201
|
+
# },
|
1202
|
+
# search_slow_logs: {
|
1203
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
1204
|
+
# enabled: false,
|
1205
|
+
# },
|
1206
|
+
# audit_logs: {
|
1207
|
+
# cloud_watch_logs_log_group_arn: "NonEmptyString",
|
1208
|
+
# enabled: false,
|
1209
|
+
# },
|
1210
|
+
# },
|
1179
1211
|
# node_to_node_encryption_options: {
|
1180
1212
|
# enabled: false,
|
1181
1213
|
# },
|
1214
|
+
# service_software_options: {
|
1215
|
+
# automated_update_date: "NonEmptyString",
|
1216
|
+
# cancellable: false,
|
1217
|
+
# current_version: "NonEmptyString",
|
1218
|
+
# description: "NonEmptyString",
|
1219
|
+
# new_version: "NonEmptyString",
|
1220
|
+
# update_available: false,
|
1221
|
+
# update_status: "NonEmptyString",
|
1222
|
+
# },
|
1182
1223
|
# vpc_options: {
|
1183
1224
|
# availability_zones: ["NonEmptyString"],
|
1184
1225
|
# security_group_ids: ["NonEmptyString"],
|
@@ -1200,6 +1241,55 @@ module Aws::SecurityHub
|
|
1200
1241
|
# },
|
1201
1242
|
# ],
|
1202
1243
|
# },
|
1244
|
+
# bucket_lifecycle_configuration: {
|
1245
|
+
# rules: [
|
1246
|
+
# {
|
1247
|
+
# abort_incomplete_multipart_upload: {
|
1248
|
+
# days_after_initiation: 1,
|
1249
|
+
# },
|
1250
|
+
# expiration_date: "NonEmptyString",
|
1251
|
+
# expiration_in_days: 1,
|
1252
|
+
# expired_object_delete_marker: false,
|
1253
|
+
# filter: {
|
1254
|
+
# predicate: {
|
1255
|
+
# operands: [
|
1256
|
+
# {
|
1257
|
+
# prefix: "NonEmptyString",
|
1258
|
+
# tag: {
|
1259
|
+
# key: "NonEmptyString",
|
1260
|
+
# value: "NonEmptyString",
|
1261
|
+
# },
|
1262
|
+
# type: "NonEmptyString",
|
1263
|
+
# },
|
1264
|
+
# ],
|
1265
|
+
# prefix: "NonEmptyString",
|
1266
|
+
# tag: {
|
1267
|
+
# key: "NonEmptyString",
|
1268
|
+
# value: "NonEmptyString",
|
1269
|
+
# },
|
1270
|
+
# type: "NonEmptyString",
|
1271
|
+
# },
|
1272
|
+
# },
|
1273
|
+
# id: "NonEmptyString",
|
1274
|
+
# noncurrent_version_expiration_in_days: 1,
|
1275
|
+
# noncurrent_version_transitions: [
|
1276
|
+
# {
|
1277
|
+
# days: 1,
|
1278
|
+
# storage_class: "NonEmptyString",
|
1279
|
+
# },
|
1280
|
+
# ],
|
1281
|
+
# prefix: "NonEmptyString",
|
1282
|
+
# status: "NonEmptyString",
|
1283
|
+
# transitions: [
|
1284
|
+
# {
|
1285
|
+
# date: "NonEmptyString",
|
1286
|
+
# days: 1,
|
1287
|
+
# storage_class: "NonEmptyString",
|
1288
|
+
# },
|
1289
|
+
# ],
|
1290
|
+
# },
|
1291
|
+
# ],
|
1292
|
+
# },
|
1203
1293
|
# public_access_block_configuration: {
|
1204
1294
|
# block_public_acls: false,
|
1205
1295
|
# block_public_policy: false,
|
@@ -1298,6 +1388,7 @@ module Aws::SecurityHub
|
|
1298
1388
|
# update_date: "NonEmptyString",
|
1299
1389
|
# },
|
1300
1390
|
# aws_api_gateway_v2_stage: {
|
1391
|
+
# client_certificate_id: "NonEmptyString",
|
1301
1392
|
# created_date: "NonEmptyString",
|
1302
1393
|
# description: "NonEmptyString",
|
1303
1394
|
# default_route_settings: {
|
@@ -2252,6 +2343,247 @@ module Aws::SecurityHub
|
|
2252
2343
|
# ],
|
2253
2344
|
# iam_database_authentication_enabled: false,
|
2254
2345
|
# },
|
2346
|
+
# aws_ecs_cluster: {
|
2347
|
+
# capacity_providers: ["NonEmptyString"],
|
2348
|
+
# cluster_settings: [
|
2349
|
+
# {
|
2350
|
+
# name: "NonEmptyString",
|
2351
|
+
# value: "NonEmptyString",
|
2352
|
+
# },
|
2353
|
+
# ],
|
2354
|
+
# configuration: {
|
2355
|
+
# execute_command_configuration: {
|
2356
|
+
# kms_key_id: "NonEmptyString",
|
2357
|
+
# log_configuration: {
|
2358
|
+
# cloud_watch_encryption_enabled: false,
|
2359
|
+
# cloud_watch_log_group_name: "NonEmptyString",
|
2360
|
+
# s3_bucket_name: "NonEmptyString",
|
2361
|
+
# s3_encryption_enabled: false,
|
2362
|
+
# s3_key_prefix: "NonEmptyString",
|
2363
|
+
# },
|
2364
|
+
# logging: "NonEmptyString",
|
2365
|
+
# },
|
2366
|
+
# },
|
2367
|
+
# default_capacity_provider_strategy: [
|
2368
|
+
# {
|
2369
|
+
# base: 1,
|
2370
|
+
# capacity_provider: "NonEmptyString",
|
2371
|
+
# weight: 1,
|
2372
|
+
# },
|
2373
|
+
# ],
|
2374
|
+
# },
|
2375
|
+
# aws_ecs_task_definition: {
|
2376
|
+
# container_definitions: [
|
2377
|
+
# {
|
2378
|
+
# command: ["NonEmptyString"],
|
2379
|
+
# cpu: 1,
|
2380
|
+
# depends_on: [
|
2381
|
+
# {
|
2382
|
+
# condition: "NonEmptyString",
|
2383
|
+
# container_name: "NonEmptyString",
|
2384
|
+
# },
|
2385
|
+
# ],
|
2386
|
+
# disable_networking: false,
|
2387
|
+
# dns_search_domains: ["NonEmptyString"],
|
2388
|
+
# dns_servers: ["NonEmptyString"],
|
2389
|
+
# docker_labels: {
|
2390
|
+
# "NonEmptyString" => "NonEmptyString",
|
2391
|
+
# },
|
2392
|
+
# docker_security_options: ["NonEmptyString"],
|
2393
|
+
# entry_point: ["NonEmptyString"],
|
2394
|
+
# environment: [
|
2395
|
+
# {
|
2396
|
+
# name: "NonEmptyString",
|
2397
|
+
# value: "NonEmptyString",
|
2398
|
+
# },
|
2399
|
+
# ],
|
2400
|
+
# environment_files: [
|
2401
|
+
# {
|
2402
|
+
# type: "NonEmptyString",
|
2403
|
+
# value: "NonEmptyString",
|
2404
|
+
# },
|
2405
|
+
# ],
|
2406
|
+
# essential: false,
|
2407
|
+
# extra_hosts: [
|
2408
|
+
# {
|
2409
|
+
# hostname: "NonEmptyString",
|
2410
|
+
# ip_address: "NonEmptyString",
|
2411
|
+
# },
|
2412
|
+
# ],
|
2413
|
+
# firelens_configuration: {
|
2414
|
+
# options: {
|
2415
|
+
# "NonEmptyString" => "NonEmptyString",
|
2416
|
+
# },
|
2417
|
+
# type: "NonEmptyString",
|
2418
|
+
# },
|
2419
|
+
# health_check: {
|
2420
|
+
# command: ["NonEmptyString"],
|
2421
|
+
# interval: 1,
|
2422
|
+
# retries: 1,
|
2423
|
+
# start_period: 1,
|
2424
|
+
# timeout: 1,
|
2425
|
+
# },
|
2426
|
+
# hostname: "NonEmptyString",
|
2427
|
+
# image: "NonEmptyString",
|
2428
|
+
# interactive: false,
|
2429
|
+
# links: ["NonEmptyString"],
|
2430
|
+
# linux_parameters: {
|
2431
|
+
# capabilities: {
|
2432
|
+
# add: ["NonEmptyString"],
|
2433
|
+
# drop: ["NonEmptyString"],
|
2434
|
+
# },
|
2435
|
+
# devices: [
|
2436
|
+
# {
|
2437
|
+
# container_path: "NonEmptyString",
|
2438
|
+
# host_path: "NonEmptyString",
|
2439
|
+
# permissions: ["NonEmptyString"],
|
2440
|
+
# },
|
2441
|
+
# ],
|
2442
|
+
# init_process_enabled: false,
|
2443
|
+
# max_swap: 1,
|
2444
|
+
# shared_memory_size: 1,
|
2445
|
+
# swappiness: 1,
|
2446
|
+
# tmpfs: [
|
2447
|
+
# {
|
2448
|
+
# container_path: "NonEmptyString",
|
2449
|
+
# mount_options: ["NonEmptyString"],
|
2450
|
+
# size: 1,
|
2451
|
+
# },
|
2452
|
+
# ],
|
2453
|
+
# },
|
2454
|
+
# log_configuration: {
|
2455
|
+
# log_driver: "NonEmptyString",
|
2456
|
+
# options: {
|
2457
|
+
# "NonEmptyString" => "NonEmptyString",
|
2458
|
+
# },
|
2459
|
+
# secret_options: [
|
2460
|
+
# {
|
2461
|
+
# name: "NonEmptyString",
|
2462
|
+
# value_from: "NonEmptyString",
|
2463
|
+
# },
|
2464
|
+
# ],
|
2465
|
+
# },
|
2466
|
+
# memory: 1,
|
2467
|
+
# memory_reservation: 1,
|
2468
|
+
# mount_points: [
|
2469
|
+
# {
|
2470
|
+
# container_path: "NonEmptyString",
|
2471
|
+
# read_only: false,
|
2472
|
+
# source_volume: "NonEmptyString",
|
2473
|
+
# },
|
2474
|
+
# ],
|
2475
|
+
# name: "NonEmptyString",
|
2476
|
+
# port_mappings: [
|
2477
|
+
# {
|
2478
|
+
# container_port: 1,
|
2479
|
+
# host_port: 1,
|
2480
|
+
# protocol: "NonEmptyString",
|
2481
|
+
# },
|
2482
|
+
# ],
|
2483
|
+
# privileged: false,
|
2484
|
+
# pseudo_terminal: false,
|
2485
|
+
# readonly_root_filesystem: false,
|
2486
|
+
# repository_credentials: {
|
2487
|
+
# credentials_parameter: "NonEmptyString",
|
2488
|
+
# },
|
2489
|
+
# resource_requirements: [
|
2490
|
+
# {
|
2491
|
+
# type: "NonEmptyString",
|
2492
|
+
# value: "NonEmptyString",
|
2493
|
+
# },
|
2494
|
+
# ],
|
2495
|
+
# secrets: [
|
2496
|
+
# {
|
2497
|
+
# name: "NonEmptyString",
|
2498
|
+
# value_from: "NonEmptyString",
|
2499
|
+
# },
|
2500
|
+
# ],
|
2501
|
+
# start_timeout: 1,
|
2502
|
+
# stop_timeout: 1,
|
2503
|
+
# system_controls: [
|
2504
|
+
# {
|
2505
|
+
# namespace: "NonEmptyString",
|
2506
|
+
# value: "NonEmptyString",
|
2507
|
+
# },
|
2508
|
+
# ],
|
2509
|
+
# ulimits: [
|
2510
|
+
# {
|
2511
|
+
# hard_limit: 1,
|
2512
|
+
# name: "NonEmptyString",
|
2513
|
+
# soft_limit: 1,
|
2514
|
+
# },
|
2515
|
+
# ],
|
2516
|
+
# user: "NonEmptyString",
|
2517
|
+
# volumes_from: [
|
2518
|
+
# {
|
2519
|
+
# read_only: false,
|
2520
|
+
# source_container: "NonEmptyString",
|
2521
|
+
# },
|
2522
|
+
# ],
|
2523
|
+
# working_directory: "NonEmptyString",
|
2524
|
+
# },
|
2525
|
+
# ],
|
2526
|
+
# cpu: "NonEmptyString",
|
2527
|
+
# execution_role_arn: "NonEmptyString",
|
2528
|
+
# family: "NonEmptyString",
|
2529
|
+
# inference_accelerators: [
|
2530
|
+
# {
|
2531
|
+
# device_name: "NonEmptyString",
|
2532
|
+
# device_type: "NonEmptyString",
|
2533
|
+
# },
|
2534
|
+
# ],
|
2535
|
+
# ipc_mode: "NonEmptyString",
|
2536
|
+
# memory: "NonEmptyString",
|
2537
|
+
# network_mode: "NonEmptyString",
|
2538
|
+
# pid_mode: "NonEmptyString",
|
2539
|
+
# placement_constraints: [
|
2540
|
+
# {
|
2541
|
+
# expression: "NonEmptyString",
|
2542
|
+
# type: "NonEmptyString",
|
2543
|
+
# },
|
2544
|
+
# ],
|
2545
|
+
# proxy_configuration: {
|
2546
|
+
# container_name: "NonEmptyString",
|
2547
|
+
# proxy_configuration_properties: [
|
2548
|
+
# {
|
2549
|
+
# name: "NonEmptyString",
|
2550
|
+
# value: "NonEmptyString",
|
2551
|
+
# },
|
2552
|
+
# ],
|
2553
|
+
# type: "NonEmptyString",
|
2554
|
+
# },
|
2555
|
+
# requires_compatibilities: ["NonEmptyString"],
|
2556
|
+
# task_role_arn: "NonEmptyString",
|
2557
|
+
# volumes: [
|
2558
|
+
# {
|
2559
|
+
# docker_volume_configuration: {
|
2560
|
+
# autoprovision: false,
|
2561
|
+
# driver: "NonEmptyString",
|
2562
|
+
# driver_opts: {
|
2563
|
+
# "NonEmptyString" => "NonEmptyString",
|
2564
|
+
# },
|
2565
|
+
# labels: {
|
2566
|
+
# "NonEmptyString" => "NonEmptyString",
|
2567
|
+
# },
|
2568
|
+
# scope: "NonEmptyString",
|
2569
|
+
# },
|
2570
|
+
# efs_volume_configuration: {
|
2571
|
+
# authorization_config: {
|
2572
|
+
# access_point_id: "NonEmptyString",
|
2573
|
+
# iam: "NonEmptyString",
|
2574
|
+
# },
|
2575
|
+
# filesystem_id: "NonEmptyString",
|
2576
|
+
# root_directory: "NonEmptyString",
|
2577
|
+
# transit_encryption: "NonEmptyString",
|
2578
|
+
# transit_encryption_port: 1,
|
2579
|
+
# },
|
2580
|
+
# host: {
|
2581
|
+
# source_path: "NonEmptyString",
|
2582
|
+
# },
|
2583
|
+
# name: "NonEmptyString",
|
2584
|
+
# },
|
2585
|
+
# ],
|
2586
|
+
# },
|
2255
2587
|
# container: {
|
2256
2588
|
# name: "NonEmptyString",
|
2257
2589
|
# image_id: "NonEmptyString",
|
@@ -2261,6 +2593,87 @@ module Aws::SecurityHub
|
|
2261
2593
|
# other: {
|
2262
2594
|
# "NonEmptyString" => "NonEmptyString",
|
2263
2595
|
# },
|
2596
|
+
# aws_rds_event_subscription: {
|
2597
|
+
# cust_subscription_id: "NonEmptyString",
|
2598
|
+
# customer_aws_id: "NonEmptyString",
|
2599
|
+
# enabled: false,
|
2600
|
+
# event_categories_list: ["NonEmptyString"],
|
2601
|
+
# event_subscription_arn: "NonEmptyString",
|
2602
|
+
# sns_topic_arn: "NonEmptyString",
|
2603
|
+
# source_ids_list: ["NonEmptyString"],
|
2604
|
+
# source_type: "NonEmptyString",
|
2605
|
+
# status: "NonEmptyString",
|
2606
|
+
# subscription_creation_time: "NonEmptyString",
|
2607
|
+
# },
|
2608
|
+
# aws_ecs_service: {
|
2609
|
+
# capacity_provider_strategy: [
|
2610
|
+
# {
|
2611
|
+
# base: 1,
|
2612
|
+
# capacity_provider: "NonEmptyString",
|
2613
|
+
# weight: 1,
|
2614
|
+
# },
|
2615
|
+
# ],
|
2616
|
+
# cluster: "NonEmptyString",
|
2617
|
+
# deployment_configuration: {
|
2618
|
+
# deployment_circuit_breaker: {
|
2619
|
+
# enable: false,
|
2620
|
+
# rollback: false,
|
2621
|
+
# },
|
2622
|
+
# maximum_percent: 1,
|
2623
|
+
# minimum_healthy_percent: 1,
|
2624
|
+
# },
|
2625
|
+
# deployment_controller: {
|
2626
|
+
# type: "NonEmptyString",
|
2627
|
+
# },
|
2628
|
+
# desired_count: 1,
|
2629
|
+
# enable_ecs_managed_tags: false,
|
2630
|
+
# enable_execute_command: false,
|
2631
|
+
# health_check_grace_period_seconds: 1,
|
2632
|
+
# launch_type: "NonEmptyString",
|
2633
|
+
# load_balancers: [
|
2634
|
+
# {
|
2635
|
+
# container_name: "NonEmptyString",
|
2636
|
+
# container_port: 1,
|
2637
|
+
# load_balancer_name: "NonEmptyString",
|
2638
|
+
# target_group_arn: "NonEmptyString",
|
2639
|
+
# },
|
2640
|
+
# ],
|
2641
|
+
# name: "NonEmptyString",
|
2642
|
+
# network_configuration: {
|
2643
|
+
# aws_vpc_configuration: {
|
2644
|
+
# assign_public_ip: "NonEmptyString",
|
2645
|
+
# security_groups: ["NonEmptyString"],
|
2646
|
+
# subnets: ["NonEmptyString"],
|
2647
|
+
# },
|
2648
|
+
# },
|
2649
|
+
# placement_constraints: [
|
2650
|
+
# {
|
2651
|
+
# expression: "NonEmptyString",
|
2652
|
+
# type: "NonEmptyString",
|
2653
|
+
# },
|
2654
|
+
# ],
|
2655
|
+
# placement_strategies: [
|
2656
|
+
# {
|
2657
|
+
# field: "NonEmptyString",
|
2658
|
+
# type: "NonEmptyString",
|
2659
|
+
# },
|
2660
|
+
# ],
|
2661
|
+
# platform_version: "NonEmptyString",
|
2662
|
+
# propagate_tags: "NonEmptyString",
|
2663
|
+
# role: "NonEmptyString",
|
2664
|
+
# scheduling_strategy: "NonEmptyString",
|
2665
|
+
# service_arn: "NonEmptyString",
|
2666
|
+
# service_name: "NonEmptyString",
|
2667
|
+
# service_registries: [
|
2668
|
+
# {
|
2669
|
+
# container_name: "NonEmptyString",
|
2670
|
+
# container_port: 1,
|
2671
|
+
# port: 1,
|
2672
|
+
# registry_arn: "NonEmptyString",
|
2673
|
+
# },
|
2674
|
+
# ],
|
2675
|
+
# task_definition: "NonEmptyString",
|
2676
|
+
# },
|
2264
2677
|
# },
|
2265
2678
|
# },
|
2266
2679
|
# ],
|
@@ -2512,8 +2925,7 @@ module Aws::SecurityHub
|
|
2512
2925
|
# You can configure IAM policies to restrict access to fields and field
|
2513
2926
|
# values. For example, you might not want member accounts to be able to
|
2514
2927
|
# suppress findings or change the finding severity. See [Configuring
|
2515
|
-
# access to BatchUpdateFindings][1] in the *
|
2516
|
-
# Guide*.
|
2928
|
+
# access to BatchUpdateFindings][1] in the *Security Hub User Guide*.
|
2517
2929
|
#
|
2518
2930
|
#
|
2519
2931
|
#
|
@@ -2658,13 +3070,14 @@ module Aws::SecurityHub
|
|
2658
3070
|
# trigger target actions in Amazon CloudWatch Events.
|
2659
3071
|
#
|
2660
3072
|
# @option params [required, String] :name
|
2661
|
-
# The name of the custom action target.
|
3073
|
+
# The name of the custom action target. Can contain up to 20 characters.
|
2662
3074
|
#
|
2663
3075
|
# @option params [required, String] :description
|
2664
3076
|
# The description for the custom action target.
|
2665
3077
|
#
|
2666
3078
|
# @option params [required, String] :id
|
2667
|
-
# The ID for the custom action target.
|
3079
|
+
# The ID for the custom action target. Can contain up to 20 alphanumeric
|
3080
|
+
# characters.
|
2668
3081
|
#
|
2669
3082
|
# @return [Types::CreateActionTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2670
3083
|
#
|
@@ -2745,6 +3158,12 @@ module Aws::SecurityHub
|
|
2745
3158
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
2746
3159
|
# },
|
2747
3160
|
# ],
|
3161
|
+
# region: [
|
3162
|
+
# {
|
3163
|
+
# value: "NonEmptyString",
|
3164
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3165
|
+
# },
|
3166
|
+
# ],
|
2748
3167
|
# type: [
|
2749
3168
|
# {
|
2750
3169
|
# value: "NonEmptyString",
|
@@ -3154,6 +3573,12 @@ module Aws::SecurityHub
|
|
3154
3573
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3155
3574
|
# },
|
3156
3575
|
# ],
|
3576
|
+
# resource_aws_iam_access_key_principal_name: [
|
3577
|
+
# {
|
3578
|
+
# value: "NonEmptyString",
|
3579
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3580
|
+
# },
|
3581
|
+
# ],
|
3157
3582
|
# resource_aws_iam_access_key_status: [
|
3158
3583
|
# {
|
3159
3584
|
# value: "NonEmptyString",
|
@@ -3170,6 +3595,12 @@ module Aws::SecurityHub
|
|
3170
3595
|
# },
|
3171
3596
|
# },
|
3172
3597
|
# ],
|
3598
|
+
# resource_aws_iam_user_user_name: [
|
3599
|
+
# {
|
3600
|
+
# value: "NonEmptyString",
|
3601
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
3602
|
+
# },
|
3603
|
+
# ],
|
3173
3604
|
# resource_container_name: [
|
3174
3605
|
# {
|
3175
3606
|
# value: "NonEmptyString",
|
@@ -3344,27 +3775,31 @@ module Aws::SecurityHub
|
|
3344
3775
|
# `CreateMembers` is always used to add accounts that are not
|
3345
3776
|
# organization members.
|
3346
3777
|
#
|
3347
|
-
# For accounts that are
|
3348
|
-
# used in the following cases:
|
3778
|
+
# For accounts that are managed using Organizations, `CreateMembers` is
|
3779
|
+
# only used in the following cases:
|
3349
3780
|
#
|
3350
|
-
# * Security Hub is not configured to automatically add new
|
3351
|
-
#
|
3781
|
+
# * Security Hub is not configured to automatically add new organization
|
3782
|
+
# accounts.
|
3352
3783
|
#
|
3353
3784
|
# * The account was disassociated or deleted in Security Hub.
|
3354
3785
|
#
|
3355
3786
|
# This action can only be used by an account that has Security Hub
|
3356
|
-
# enabled. To enable Security Hub, you can use the `
|
3787
|
+
# enabled. To enable Security Hub, you can use the `EnableSecurityHub`
|
3357
3788
|
# operation.
|
3358
3789
|
#
|
3359
3790
|
# For accounts that are not organization members, you create the account
|
3360
3791
|
# association and then send an invitation to the member account. To send
|
3361
|
-
# the invitation, you use the `
|
3362
|
-
#
|
3363
|
-
#
|
3792
|
+
# the invitation, you use the `InviteMembers` operation. If the account
|
3793
|
+
# owner accepts the invitation, the account becomes a member account in
|
3794
|
+
# Security Hub.
|
3364
3795
|
#
|
3365
|
-
# Accounts that are
|
3796
|
+
# Accounts that are managed using Organizations do not receive an
|
3366
3797
|
# invitation. They automatically become a member account in Security
|
3367
|
-
# Hub.
|
3798
|
+
# Hub, and Security Hub is automatically enabled for those accounts.
|
3799
|
+
# Note that Security Hub cannot be enabled automatically for the
|
3800
|
+
# organization management account. The organization management account
|
3801
|
+
# must enable Security Hub before the administrator account enables it
|
3802
|
+
# as a member account.
|
3368
3803
|
#
|
3369
3804
|
# A permissions policy is added that permits the administrator account
|
3370
3805
|
# to view the findings generated in the member account. When Security
|
@@ -3372,8 +3807,8 @@ module Aws::SecurityHub
|
|
3372
3807
|
# also visible to the administrator account.
|
3373
3808
|
#
|
3374
3809
|
# To remove the association between the administrator and member
|
3375
|
-
# accounts, use the `
|
3376
|
-
# DisassociateMembers
|
3810
|
+
# accounts, use the `DisassociateFromMasterAccount` or
|
3811
|
+
# `DisassociateMembers` operation.
|
3377
3812
|
#
|
3378
3813
|
# @option params [required, Array<Types::AccountDetails>] :account_details
|
3379
3814
|
# The list of accounts to associate with the Security Hub administrator
|
@@ -3504,8 +3939,8 @@ module Aws::SecurityHub
|
|
3504
3939
|
req.send_request(options)
|
3505
3940
|
end
|
3506
3941
|
|
3507
|
-
# Deletes invitations received by the
|
3508
|
-
# account.
|
3942
|
+
# Deletes invitations received by the Amazon Web Services account to
|
3943
|
+
# become a member account.
|
3509
3944
|
#
|
3510
3945
|
# This operation is only used by accounts that are not part of an
|
3511
3946
|
# organization. Organization accounts do not receive invitations.
|
@@ -3798,7 +4233,7 @@ module Aws::SecurityHub
|
|
3798
4233
|
# @option params [required, String] :standards_subscription_arn
|
3799
4234
|
# The ARN of a resource that represents your subscription to a supported
|
3800
4235
|
# standard. To get the subscription ARNs of the standards you have
|
3801
|
-
# enabled, use the `
|
4236
|
+
# enabled, use the `GetEnabledStandards` operation.
|
3802
4237
|
#
|
3803
4238
|
# @option params [String] :next_token
|
3804
4239
|
# The token that is required for pagination. On your first call to the
|
@@ -3880,7 +4315,8 @@ module Aws::SecurityHub
|
|
3880
4315
|
# the organization management account.
|
3881
4316
|
#
|
3882
4317
|
# @option params [required, String] :admin_account_id
|
3883
|
-
# The
|
4318
|
+
# The Amazon Web Services account identifier of the Security Hub
|
4319
|
+
# administrator account.
|
3884
4320
|
#
|
3885
4321
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3886
4322
|
#
|
@@ -4037,8 +4473,8 @@ module Aws::SecurityHub
|
|
4037
4473
|
# Can only be called by the organization management account.
|
4038
4474
|
#
|
4039
4475
|
# @option params [required, String] :admin_account_id
|
4040
|
-
# The
|
4041
|
-
# Hub administrator account.
|
4476
|
+
# The Amazon Web Services account identifier of the account to designate
|
4477
|
+
# as the Security Hub administrator account.
|
4042
4478
|
#
|
4043
4479
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4044
4480
|
#
|
@@ -4067,9 +4503,9 @@ module Aws::SecurityHub
|
|
4067
4503
|
# When you use the `EnableSecurityHub` operation to enable Security Hub,
|
4068
4504
|
# you also automatically enable the following standards.
|
4069
4505
|
#
|
4070
|
-
# * CIS
|
4506
|
+
# * CIS Amazon Web Services Foundations
|
4071
4507
|
#
|
4072
|
-
# *
|
4508
|
+
# * Amazon Web Services Foundational Security Best Practices
|
4073
4509
|
#
|
4074
4510
|
# You do not enable the Payment Card Industry Data Security Standard
|
4075
4511
|
# (PCI DSS) standard.
|
@@ -4077,12 +4513,12 @@ module Aws::SecurityHub
|
|
4077
4513
|
# To not enable the automatically enabled standards, set
|
4078
4514
|
# `EnableDefaultStandards` to `false`.
|
4079
4515
|
#
|
4080
|
-
# After you enable Security Hub, to enable a standard, use the
|
4081
|
-
# BatchEnableStandards
|
4082
|
-
# BatchDisableStandards
|
4516
|
+
# After you enable Security Hub, to enable a standard, use the
|
4517
|
+
# `BatchEnableStandards` operation. To disable a standard, use the
|
4518
|
+
# `BatchDisableStandards` operation.
|
4083
4519
|
#
|
4084
|
-
# To learn more, see [
|
4085
|
-
#
|
4520
|
+
# To learn more, see the [setup information][1] in the *Security Hub
|
4521
|
+
# User Guide*.
|
4086
4522
|
#
|
4087
4523
|
#
|
4088
4524
|
#
|
@@ -4258,6 +4694,12 @@ module Aws::SecurityHub
|
|
4258
4694
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4259
4695
|
# },
|
4260
4696
|
# ],
|
4697
|
+
# region: [
|
4698
|
+
# {
|
4699
|
+
# value: "NonEmptyString",
|
4700
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4701
|
+
# },
|
4702
|
+
# ],
|
4261
4703
|
# type: [
|
4262
4704
|
# {
|
4263
4705
|
# value: "NonEmptyString",
|
@@ -4667,6 +5109,12 @@ module Aws::SecurityHub
|
|
4667
5109
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
4668
5110
|
# },
|
4669
5111
|
# ],
|
5112
|
+
# resource_aws_iam_access_key_principal_name: [
|
5113
|
+
# {
|
5114
|
+
# value: "NonEmptyString",
|
5115
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5116
|
+
# },
|
5117
|
+
# ],
|
4670
5118
|
# resource_aws_iam_access_key_status: [
|
4671
5119
|
# {
|
4672
5120
|
# value: "NonEmptyString",
|
@@ -4683,6 +5131,12 @@ module Aws::SecurityHub
|
|
4683
5131
|
# },
|
4684
5132
|
# },
|
4685
5133
|
# ],
|
5134
|
+
# resource_aws_iam_user_user_name: [
|
5135
|
+
# {
|
5136
|
+
# value: "NonEmptyString",
|
5137
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
5138
|
+
# },
|
5139
|
+
# ],
|
4686
5140
|
# resource_container_name: [
|
4687
5141
|
# {
|
4688
5142
|
# value: "NonEmptyString",
|
@@ -4848,6 +5302,9 @@ module Aws::SecurityHub
|
|
4848
5302
|
# resp.findings[0].schema_version #=> String
|
4849
5303
|
# resp.findings[0].id #=> String
|
4850
5304
|
# resp.findings[0].product_arn #=> String
|
5305
|
+
# resp.findings[0].product_name #=> String
|
5306
|
+
# resp.findings[0].company_name #=> String
|
5307
|
+
# resp.findings[0].region #=> String
|
4851
5308
|
# resp.findings[0].generator_id #=> String
|
4852
5309
|
# resp.findings[0].aws_account_id #=> String
|
4853
5310
|
# resp.findings[0].types #=> Array
|
@@ -5056,6 +5513,8 @@ module Aws::SecurityHub
|
|
5056
5513
|
# resp.findings[0].resources[0].details.aws_ec2_instance.vpc_id #=> String
|
5057
5514
|
# resp.findings[0].resources[0].details.aws_ec2_instance.subnet_id #=> String
|
5058
5515
|
# resp.findings[0].resources[0].details.aws_ec2_instance.launched_at #=> String
|
5516
|
+
# resp.findings[0].resources[0].details.aws_ec2_instance.network_interfaces #=> Array
|
5517
|
+
# resp.findings[0].resources[0].details.aws_ec2_instance.network_interfaces[0].network_interface_id #=> String
|
5059
5518
|
# resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.attach_time #=> String
|
5060
5519
|
# resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.attachment_id #=> String
|
5061
5520
|
# resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.delete_on_termination #=> Boolean
|
@@ -5226,9 +5685,29 @@ module Aws::SecurityHub
|
|
5226
5685
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.endpoints #=> Hash
|
5227
5686
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.endpoints["NonEmptyString"] #=> String
|
5228
5687
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_version #=> String
|
5688
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.dedicated_master_count #=> Integer
|
5689
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.dedicated_master_enabled #=> Boolean
|
5690
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.dedicated_master_type #=> String
|
5691
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.instance_count #=> Integer
|
5692
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.instance_type #=> String
|
5693
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.zone_awareness_config.availability_zone_count #=> Integer
|
5694
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.zone_awareness_enabled #=> Boolean
|
5229
5695
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.encryption_at_rest_options.enabled #=> Boolean
|
5230
5696
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.encryption_at_rest_options.kms_key_id #=> String
|
5697
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.index_slow_logs.cloud_watch_logs_log_group_arn #=> String
|
5698
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.index_slow_logs.enabled #=> Boolean
|
5699
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.search_slow_logs.cloud_watch_logs_log_group_arn #=> String
|
5700
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.search_slow_logs.enabled #=> Boolean
|
5701
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.audit_logs.cloud_watch_logs_log_group_arn #=> String
|
5702
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.audit_logs.enabled #=> Boolean
|
5231
5703
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.node_to_node_encryption_options.enabled #=> Boolean
|
5704
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.automated_update_date #=> String
|
5705
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.cancellable #=> Boolean
|
5706
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.current_version #=> String
|
5707
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.description #=> String
|
5708
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.new_version #=> String
|
5709
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.update_available #=> Boolean
|
5710
|
+
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.update_status #=> String
|
5232
5711
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.vpc_options.availability_zones #=> Array
|
5233
5712
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.vpc_options.availability_zones[0] #=> String
|
5234
5713
|
# resp.findings[0].resources[0].details.aws_elasticsearch_domain.vpc_options.security_group_ids #=> Array
|
@@ -5242,6 +5721,31 @@ module Aws::SecurityHub
|
|
5242
5721
|
# resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules #=> Array
|
5243
5722
|
# resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String
|
5244
5723
|
# resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.kms_master_key_id #=> String
|
5724
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules #=> Array
|
5725
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].abort_incomplete_multipart_upload.days_after_initiation #=> Integer
|
5726
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].expiration_date #=> String
|
5727
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].expiration_in_days #=> Integer
|
5728
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].expired_object_delete_marker #=> Boolean
|
5729
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands #=> Array
|
5730
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].prefix #=> String
|
5731
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].tag.key #=> String
|
5732
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].tag.value #=> String
|
5733
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].type #=> String
|
5734
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.prefix #=> String
|
5735
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.tag.key #=> String
|
5736
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.tag.value #=> String
|
5737
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.type #=> String
|
5738
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].id #=> String
|
5739
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_expiration_in_days #=> Integer
|
5740
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_transitions #=> Array
|
5741
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_transitions[0].days #=> Integer
|
5742
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_transitions[0].storage_class #=> String
|
5743
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].prefix #=> String
|
5744
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].status #=> String
|
5745
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions #=> Array
|
5746
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions[0].date #=> String
|
5747
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions[0].days #=> Integer
|
5748
|
+
# resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions[0].storage_class #=> String
|
5245
5749
|
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.block_public_acls #=> Boolean
|
5246
5750
|
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.block_public_policy #=> Boolean
|
5247
5751
|
# resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.ignore_public_acls #=> Boolean
|
@@ -5306,6 +5810,7 @@ module Aws::SecurityHub
|
|
5306
5810
|
# resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].is_default_version #=> Boolean
|
5307
5811
|
# resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].create_date #=> String
|
5308
5812
|
# resp.findings[0].resources[0].details.aws_iam_policy.update_date #=> String
|
5813
|
+
# resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.client_certificate_id #=> String
|
5309
5814
|
# resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.created_date #=> String
|
5310
5815
|
# resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.description #=> String
|
5311
5816
|
# resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.detailed_metrics_enabled #=> Boolean
|
@@ -5988,12 +6493,222 @@ module Aws::SecurityHub
|
|
5988
6493
|
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_instance_identifier #=> String
|
5989
6494
|
# resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_cluster_parameter_group_status #=> String
|
5990
6495
|
# resp.findings[0].resources[0].details.aws_rds_db_cluster.iam_database_authentication_enabled #=> Boolean
|
6496
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.capacity_providers #=> Array
|
6497
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.capacity_providers[0] #=> String
|
6498
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings #=> Array
|
6499
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings[0].name #=> String
|
6500
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings[0].value #=> String
|
6501
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.kms_key_id #=> String
|
6502
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.cloud_watch_encryption_enabled #=> Boolean
|
6503
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.cloud_watch_log_group_name #=> String
|
6504
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.s3_bucket_name #=> String
|
6505
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.s3_encryption_enabled #=> Boolean
|
6506
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.s3_key_prefix #=> String
|
6507
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.logging #=> String
|
6508
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy #=> Array
|
6509
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].base #=> Integer
|
6510
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].capacity_provider #=> String
|
6511
|
+
# resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].weight #=> Integer
|
6512
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions #=> Array
|
6513
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].command #=> Array
|
6514
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].command[0] #=> String
|
6515
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].cpu #=> Integer
|
6516
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].depends_on #=> Array
|
6517
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].depends_on[0].condition #=> String
|
6518
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].depends_on[0].container_name #=> String
|
6519
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].disable_networking #=> Boolean
|
6520
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_search_domains #=> Array
|
6521
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_search_domains[0] #=> String
|
6522
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_servers #=> Array
|
6523
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_servers[0] #=> String
|
6524
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_labels #=> Hash
|
6525
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_labels["NonEmptyString"] #=> String
|
6526
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_security_options #=> Array
|
6527
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_security_options[0] #=> String
|
6528
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].entry_point #=> Array
|
6529
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].entry_point[0] #=> String
|
6530
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment #=> Array
|
6531
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment[0].name #=> String
|
6532
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment[0].value #=> String
|
6533
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment_files #=> Array
|
6534
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment_files[0].type #=> String
|
6535
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment_files[0].value #=> String
|
6536
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].essential #=> Boolean
|
6537
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].extra_hosts #=> Array
|
6538
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].extra_hosts[0].hostname #=> String
|
6539
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].extra_hosts[0].ip_address #=> String
|
6540
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].firelens_configuration.options #=> Hash
|
6541
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].firelens_configuration.options["NonEmptyString"] #=> String
|
6542
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].firelens_configuration.type #=> String
|
6543
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.command #=> Array
|
6544
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.command[0] #=> String
|
6545
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.interval #=> Integer
|
6546
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.retries #=> Integer
|
6547
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.start_period #=> Integer
|
6548
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.timeout #=> Integer
|
6549
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].hostname #=> String
|
6550
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].image #=> String
|
6551
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].interactive #=> Boolean
|
6552
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].links #=> Array
|
6553
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].links[0] #=> String
|
6554
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.add #=> Array
|
6555
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.add[0] #=> String
|
6556
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.drop #=> Array
|
6557
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.drop[0] #=> String
|
6558
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices #=> Array
|
6559
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].container_path #=> String
|
6560
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].host_path #=> String
|
6561
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].permissions #=> Array
|
6562
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].permissions[0] #=> String
|
6563
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.init_process_enabled #=> Boolean
|
6564
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.max_swap #=> Integer
|
6565
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.shared_memory_size #=> Integer
|
6566
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.swappiness #=> Integer
|
6567
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs #=> Array
|
6568
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].container_path #=> String
|
6569
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].mount_options #=> Array
|
6570
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
|
6571
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].size #=> Integer
|
6572
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.log_driver #=> String
|
6573
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.options #=> Hash
|
6574
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.options["NonEmptyString"] #=> String
|
6575
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.secret_options #=> Array
|
6576
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.secret_options[0].name #=> String
|
6577
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.secret_options[0].value_from #=> String
|
6578
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].memory #=> Integer
|
6579
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].memory_reservation #=> Integer
|
6580
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points #=> Array
|
6581
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points[0].container_path #=> String
|
6582
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points[0].read_only #=> Boolean
|
6583
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points[0].source_volume #=> String
|
6584
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].name #=> String
|
6585
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings #=> Array
|
6586
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings[0].container_port #=> Integer
|
6587
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings[0].host_port #=> Integer
|
6588
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings[0].protocol #=> String
|
6589
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].privileged #=> Boolean
|
6590
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].pseudo_terminal #=> Boolean
|
6591
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].readonly_root_filesystem #=> Boolean
|
6592
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].repository_credentials.credentials_parameter #=> String
|
6593
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].resource_requirements #=> Array
|
6594
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].resource_requirements[0].type #=> String
|
6595
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].resource_requirements[0].value #=> String
|
6596
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].secrets #=> Array
|
6597
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].secrets[0].name #=> String
|
6598
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].secrets[0].value_from #=> String
|
6599
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].start_timeout #=> Integer
|
6600
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].stop_timeout #=> Integer
|
6601
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].system_controls #=> Array
|
6602
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].system_controls[0].namespace #=> String
|
6603
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].system_controls[0].value #=> String
|
6604
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits #=> Array
|
6605
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits[0].hard_limit #=> Integer
|
6606
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits[0].name #=> String
|
6607
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits[0].soft_limit #=> Integer
|
6608
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].user #=> String
|
6609
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].volumes_from #=> Array
|
6610
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].volumes_from[0].read_only #=> Boolean
|
6611
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].volumes_from[0].source_container #=> String
|
6612
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].working_directory #=> String
|
6613
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.cpu #=> String
|
6614
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.execution_role_arn #=> String
|
6615
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.family #=> String
|
6616
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.inference_accelerators #=> Array
|
6617
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.inference_accelerators[0].device_name #=> String
|
6618
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.inference_accelerators[0].device_type #=> String
|
6619
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.ipc_mode #=> String
|
6620
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.memory #=> String
|
6621
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.network_mode #=> String
|
6622
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.pid_mode #=> String
|
6623
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.placement_constraints #=> Array
|
6624
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.placement_constraints[0].expression #=> String
|
6625
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.placement_constraints[0].type #=> String
|
6626
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.container_name #=> String
|
6627
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.proxy_configuration_properties #=> Array
|
6628
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.proxy_configuration_properties[0].name #=> String
|
6629
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.proxy_configuration_properties[0].value #=> String
|
6630
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.type #=> String
|
6631
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.requires_compatibilities #=> Array
|
6632
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.requires_compatibilities[0] #=> String
|
6633
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.task_role_arn #=> String
|
6634
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes #=> Array
|
6635
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.autoprovision #=> Boolean
|
6636
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.driver #=> String
|
6637
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.driver_opts #=> Hash
|
6638
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.driver_opts["NonEmptyString"] #=> String
|
6639
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.labels #=> Hash
|
6640
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.labels["NonEmptyString"] #=> String
|
6641
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.scope #=> String
|
6642
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
|
6643
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.authorization_config.iam #=> String
|
6644
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.filesystem_id #=> String
|
6645
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.root_directory #=> String
|
6646
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.transit_encryption #=> String
|
6647
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
|
6648
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].host.source_path #=> String
|
6649
|
+
# resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].name #=> String
|
5991
6650
|
# resp.findings[0].resources[0].details.container.name #=> String
|
5992
6651
|
# resp.findings[0].resources[0].details.container.image_id #=> String
|
5993
6652
|
# resp.findings[0].resources[0].details.container.image_name #=> String
|
5994
6653
|
# resp.findings[0].resources[0].details.container.launched_at #=> String
|
5995
6654
|
# resp.findings[0].resources[0].details.other #=> Hash
|
5996
6655
|
# resp.findings[0].resources[0].details.other["NonEmptyString"] #=> String
|
6656
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.cust_subscription_id #=> String
|
6657
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.customer_aws_id #=> String
|
6658
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.enabled #=> Boolean
|
6659
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.event_categories_list #=> Array
|
6660
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.event_categories_list[0] #=> String
|
6661
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.event_subscription_arn #=> String
|
6662
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.sns_topic_arn #=> String
|
6663
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.source_ids_list #=> Array
|
6664
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.source_ids_list[0] #=> String
|
6665
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.source_type #=> String
|
6666
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.status #=> String
|
6667
|
+
# resp.findings[0].resources[0].details.aws_rds_event_subscription.subscription_creation_time #=> String
|
6668
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy #=> Array
|
6669
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy[0].base #=> Integer
|
6670
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy[0].capacity_provider #=> String
|
6671
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy[0].weight #=> Integer
|
6672
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.cluster #=> String
|
6673
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.deployment_circuit_breaker.enable #=> Boolean
|
6674
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.deployment_circuit_breaker.rollback #=> Boolean
|
6675
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.maximum_percent #=> Integer
|
6676
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.minimum_healthy_percent #=> Integer
|
6677
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.deployment_controller.type #=> String
|
6678
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.desired_count #=> Integer
|
6679
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.enable_ecs_managed_tags #=> Boolean
|
6680
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.enable_execute_command #=> Boolean
|
6681
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.health_check_grace_period_seconds #=> Integer
|
6682
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.launch_type #=> String
|
6683
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.load_balancers #=> Array
|
6684
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].container_name #=> String
|
6685
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].container_port #=> Integer
|
6686
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].load_balancer_name #=> String
|
6687
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].target_group_arn #=> String
|
6688
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.name #=> String
|
6689
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.assign_public_ip #=> String
|
6690
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.security_groups #=> Array
|
6691
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.security_groups[0] #=> String
|
6692
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.subnets #=> Array
|
6693
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.subnets[0] #=> String
|
6694
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.placement_constraints #=> Array
|
6695
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.placement_constraints[0].expression #=> String
|
6696
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.placement_constraints[0].type #=> String
|
6697
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.placement_strategies #=> Array
|
6698
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.placement_strategies[0].field #=> String
|
6699
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.placement_strategies[0].type #=> String
|
6700
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.platform_version #=> String
|
6701
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.propagate_tags #=> String
|
6702
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.role #=> String
|
6703
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.scheduling_strategy #=> String
|
6704
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_arn #=> String
|
6705
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_name #=> String
|
6706
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_registries #=> Array
|
6707
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].container_name #=> String
|
6708
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].container_port #=> Integer
|
6709
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].port #=> Integer
|
6710
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].registry_arn #=> String
|
6711
|
+
# resp.findings[0].resources[0].details.aws_ecs_service.task_definition #=> String
|
5997
6712
|
# resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
|
5998
6713
|
# resp.findings[0].compliance.related_requirements #=> Array
|
5999
6714
|
# resp.findings[0].compliance.related_requirements[0] #=> String
|
@@ -6199,6 +6914,9 @@ module Aws::SecurityHub
|
|
6199
6914
|
# resp.insights[0].filters.generator_id #=> Array
|
6200
6915
|
# resp.insights[0].filters.generator_id[0].value #=> String
|
6201
6916
|
# resp.insights[0].filters.generator_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6917
|
+
# resp.insights[0].filters.region #=> Array
|
6918
|
+
# resp.insights[0].filters.region[0].value #=> String
|
6919
|
+
# resp.insights[0].filters.region[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6202
6920
|
# resp.insights[0].filters.type #=> Array
|
6203
6921
|
# resp.insights[0].filters.type[0].value #=> String
|
6204
6922
|
# resp.insights[0].filters.type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
@@ -6406,6 +7124,9 @@ module Aws::SecurityHub
|
|
6406
7124
|
# resp.insights[0].filters.resource_aws_iam_access_key_user_name #=> Array
|
6407
7125
|
# resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].value #=> String
|
6408
7126
|
# resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
7127
|
+
# resp.insights[0].filters.resource_aws_iam_access_key_principal_name #=> Array
|
7128
|
+
# resp.insights[0].filters.resource_aws_iam_access_key_principal_name[0].value #=> String
|
7129
|
+
# resp.insights[0].filters.resource_aws_iam_access_key_principal_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6409
7130
|
# resp.insights[0].filters.resource_aws_iam_access_key_status #=> Array
|
6410
7131
|
# resp.insights[0].filters.resource_aws_iam_access_key_status[0].value #=> String
|
6411
7132
|
# resp.insights[0].filters.resource_aws_iam_access_key_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
@@ -6414,6 +7135,9 @@ module Aws::SecurityHub
|
|
6414
7135
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].end #=> String
|
6415
7136
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].date_range.value #=> Integer
|
6416
7137
|
# resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].date_range.unit #=> String, one of "DAYS"
|
7138
|
+
# resp.insights[0].filters.resource_aws_iam_user_user_name #=> Array
|
7139
|
+
# resp.insights[0].filters.resource_aws_iam_user_user_name[0].value #=> String
|
7140
|
+
# resp.insights[0].filters.resource_aws_iam_user_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
6417
7141
|
# resp.insights[0].filters.resource_container_name #=> Array
|
6418
7142
|
# resp.insights[0].filters.resource_container_name[0].value #=> String
|
6419
7143
|
# resp.insights[0].filters.resource_container_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
|
@@ -6605,14 +7329,15 @@ module Aws::SecurityHub
|
|
6605
7329
|
req.send_request(options)
|
6606
7330
|
end
|
6607
7331
|
|
6608
|
-
# Invites other
|
6609
|
-
# Hub administrator account that the invitation is sent
|
7332
|
+
# Invites other Amazon Web Services accounts to become member accounts
|
7333
|
+
# for the Security Hub administrator account that the invitation is sent
|
7334
|
+
# from.
|
6610
7335
|
#
|
6611
7336
|
# This operation is only used to invite accounts that do not belong to
|
6612
7337
|
# an organization. Organization accounts do not receive invitations.
|
6613
7338
|
#
|
6614
7339
|
# Before you can use this action to invite a member, you must first use
|
6615
|
-
# the `
|
7340
|
+
# the `CreateMembers` action to create the member account in Security
|
6616
7341
|
# Hub.
|
6617
7342
|
#
|
6618
7343
|
# When the account owner enables Security Hub and accepts the invitation
|
@@ -6620,8 +7345,8 @@ module Aws::SecurityHub
|
|
6620
7345
|
# findings generated from the member account.
|
6621
7346
|
#
|
6622
7347
|
# @option params [required, Array<String>] :account_ids
|
6623
|
-
# The list of account IDs of the
|
6624
|
-
# as members.
|
7348
|
+
# The list of account IDs of the Amazon Web Services accounts to invite
|
7349
|
+
# to Security Hub as members.
|
6625
7350
|
#
|
6626
7351
|
# @return [Types::InviteMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6627
7352
|
#
|
@@ -6693,10 +7418,10 @@ module Aws::SecurityHub
|
|
6693
7418
|
end
|
6694
7419
|
|
6695
7420
|
# Lists all Security Hub membership invitations that were sent to the
|
6696
|
-
# current
|
7421
|
+
# current Amazon Web Services account.
|
6697
7422
|
#
|
6698
7423
|
# This operation is only used by accounts that are managed by
|
6699
|
-
# invitation. Accounts that are managed using the integration with
|
7424
|
+
# invitation. Accounts that are managed using the integration with
|
6700
7425
|
# Organizations do not receive invitations.
|
6701
7426
|
#
|
6702
7427
|
# @option params [Integer] :max_results
|
@@ -7015,6 +7740,12 @@ module Aws::SecurityHub
|
|
7015
7740
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7016
7741
|
# },
|
7017
7742
|
# ],
|
7743
|
+
# region: [
|
7744
|
+
# {
|
7745
|
+
# value: "NonEmptyString",
|
7746
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7747
|
+
# },
|
7748
|
+
# ],
|
7018
7749
|
# type: [
|
7019
7750
|
# {
|
7020
7751
|
# value: "NonEmptyString",
|
@@ -7424,6 +8155,12 @@ module Aws::SecurityHub
|
|
7424
8155
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7425
8156
|
# },
|
7426
8157
|
# ],
|
8158
|
+
# resource_aws_iam_access_key_principal_name: [
|
8159
|
+
# {
|
8160
|
+
# value: "NonEmptyString",
|
8161
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
8162
|
+
# },
|
8163
|
+
# ],
|
7427
8164
|
# resource_aws_iam_access_key_status: [
|
7428
8165
|
# {
|
7429
8166
|
# value: "NonEmptyString",
|
@@ -7440,6 +8177,12 @@ module Aws::SecurityHub
|
|
7440
8177
|
# },
|
7441
8178
|
# },
|
7442
8179
|
# ],
|
8180
|
+
# resource_aws_iam_user_user_name: [
|
8181
|
+
# {
|
8182
|
+
# value: "NonEmptyString",
|
8183
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
8184
|
+
# },
|
8185
|
+
# ],
|
7443
8186
|
# resource_container_name: [
|
7444
8187
|
# {
|
7445
8188
|
# value: "NonEmptyString",
|
@@ -7652,6 +8395,12 @@ module Aws::SecurityHub
|
|
7652
8395
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
7653
8396
|
# },
|
7654
8397
|
# ],
|
8398
|
+
# region: [
|
8399
|
+
# {
|
8400
|
+
# value: "NonEmptyString",
|
8401
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
8402
|
+
# },
|
8403
|
+
# ],
|
7655
8404
|
# type: [
|
7656
8405
|
# {
|
7657
8406
|
# value: "NonEmptyString",
|
@@ -8061,6 +8810,12 @@ module Aws::SecurityHub
|
|
8061
8810
|
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
8062
8811
|
# },
|
8063
8812
|
# ],
|
8813
|
+
# resource_aws_iam_access_key_principal_name: [
|
8814
|
+
# {
|
8815
|
+
# value: "NonEmptyString",
|
8816
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
8817
|
+
# },
|
8818
|
+
# ],
|
8064
8819
|
# resource_aws_iam_access_key_status: [
|
8065
8820
|
# {
|
8066
8821
|
# value: "NonEmptyString",
|
@@ -8077,6 +8832,12 @@ module Aws::SecurityHub
|
|
8077
8832
|
# },
|
8078
8833
|
# },
|
8079
8834
|
# ],
|
8835
|
+
# resource_aws_iam_user_user_name: [
|
8836
|
+
# {
|
8837
|
+
# value: "NonEmptyString",
|
8838
|
+
# comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
|
8839
|
+
# },
|
8840
|
+
# ],
|
8080
8841
|
# resource_container_name: [
|
8081
8842
|
# {
|
8082
8843
|
# value: "NonEmptyString",
|
@@ -8340,7 +9101,7 @@ module Aws::SecurityHub
|
|
8340
9101
|
params: params,
|
8341
9102
|
config: config)
|
8342
9103
|
context[:gem_name] = 'aws-sdk-securityhub'
|
8343
|
-
context[:gem_version] = '1.
|
9104
|
+
context[:gem_version] = '1.50.0'
|
8344
9105
|
Seahorse::Client::Request.new(handlers, context)
|
8345
9106
|
end
|
8346
9107
|
|