aws-sdk-securityhub 1.62.0 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +91 -1
- data/lib/aws-sdk-securityhub/client_api.rb +57 -0
- data/lib/aws-sdk-securityhub/types.rb +560 -7
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30409a3e26327b799464d00f805cab5ad57763f037cefa4a81658e50f600514a
|
|
4
|
+
data.tar.gz: 2ae4d0de46e2c981c3b627e6f0c79db215fe5b4de1993922a6e54d4ed9e56aac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 796004f36da1fced113fcce8a7204dc7013ae5d5d474b6bb07c9b704c357cd0d63925e7b6754c9701b5e133356ebcdaefb4edb34650e3f48afbac7d4f6cfca9c
|
|
7
|
+
data.tar.gz: 75e241d38b9dede170ee2cb656448774dd49ac2b51bc038c1aba5ee2b2df080af45192e2f7855d159e97bdbfd9510d29e7bc9d9103a2a2bffb31d58df27ed5bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2022-04-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added additional ASFF details for RdsSecurityGroup AutoScalingGroup, ElbLoadBalancer, CodeBuildProject and RedshiftCluster.
|
|
8
|
+
|
|
4
9
|
1.62.0 (2022-02-24)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -885,6 +885,12 @@ module Aws::SecurityHub
|
|
|
885
885
|
# value: "NonEmptyString",
|
|
886
886
|
# },
|
|
887
887
|
# ],
|
|
888
|
+
# launch_template: {
|
|
889
|
+
# launch_template_id: "NonEmptyString",
|
|
890
|
+
# launch_template_name: "NonEmptyString",
|
|
891
|
+
# version: "NonEmptyString",
|
|
892
|
+
# },
|
|
893
|
+
# capacity_rebalance: false,
|
|
888
894
|
# },
|
|
889
895
|
# aws_code_build_project: {
|
|
890
896
|
# encryption_key: "NonEmptyString",
|
|
@@ -943,6 +949,19 @@ module Aws::SecurityHub
|
|
|
943
949
|
# subnets: ["NonEmptyString"],
|
|
944
950
|
# security_group_ids: ["NonEmptyString"],
|
|
945
951
|
# },
|
|
952
|
+
# secondary_artifacts: [
|
|
953
|
+
# {
|
|
954
|
+
# artifact_identifier: "NonEmptyString",
|
|
955
|
+
# encryption_disabled: false,
|
|
956
|
+
# location: "NonEmptyString",
|
|
957
|
+
# name: "NonEmptyString",
|
|
958
|
+
# namespace_type: "NonEmptyString",
|
|
959
|
+
# override_artifact_name: false,
|
|
960
|
+
# packaging: "NonEmptyString",
|
|
961
|
+
# path: "NonEmptyString",
|
|
962
|
+
# type: "NonEmptyString",
|
|
963
|
+
# },
|
|
964
|
+
# ],
|
|
946
965
|
# },
|
|
947
966
|
# aws_cloud_front_distribution: {
|
|
948
967
|
# cache_behaviors: {
|
|
@@ -1999,6 +2018,14 @@ module Aws::SecurityHub
|
|
|
1999
2018
|
# vpc_security_group_id: "NonEmptyString",
|
|
2000
2019
|
# },
|
|
2001
2020
|
# ],
|
|
2021
|
+
# logging_status: {
|
|
2022
|
+
# bucket_name: "NonEmptyString",
|
|
2023
|
+
# last_failure_message: "NonEmptyString",
|
|
2024
|
+
# last_failure_time: "NonEmptyString",
|
|
2025
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
2026
|
+
# logging_enabled: false,
|
|
2027
|
+
# s3_key_prefix: "NonEmptyString",
|
|
2028
|
+
# },
|
|
2002
2029
|
# },
|
|
2003
2030
|
# aws_elb_load_balancer: {
|
|
2004
2031
|
# availability_zones: ["NonEmptyString"],
|
|
@@ -2053,6 +2080,12 @@ module Aws::SecurityHub
|
|
|
2053
2080
|
# cross_zone_load_balancing: {
|
|
2054
2081
|
# enabled: false,
|
|
2055
2082
|
# },
|
|
2083
|
+
# additional_attributes: [
|
|
2084
|
+
# {
|
|
2085
|
+
# key: "NonEmptyString",
|
|
2086
|
+
# value: "NonEmptyString",
|
|
2087
|
+
# },
|
|
2088
|
+
# ],
|
|
2056
2089
|
# },
|
|
2057
2090
|
# load_balancer_name: "NonEmptyString",
|
|
2058
2091
|
# policies: {
|
|
@@ -3238,6 +3271,27 @@ module Aws::SecurityHub
|
|
|
3238
3271
|
# rule_group_name: "NonEmptyString",
|
|
3239
3272
|
# type: "NonEmptyString",
|
|
3240
3273
|
# },
|
|
3274
|
+
# aws_rds_db_security_group: {
|
|
3275
|
+
# db_security_group_arn: "NonEmptyString",
|
|
3276
|
+
# db_security_group_description: "NonEmptyString",
|
|
3277
|
+
# db_security_group_name: "NonEmptyString",
|
|
3278
|
+
# ec2_security_groups: [
|
|
3279
|
+
# {
|
|
3280
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
3281
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
3282
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
3283
|
+
# status: "NonEmptyString",
|
|
3284
|
+
# },
|
|
3285
|
+
# ],
|
|
3286
|
+
# ip_ranges: [
|
|
3287
|
+
# {
|
|
3288
|
+
# cidr_ip: "NonEmptyString",
|
|
3289
|
+
# status: "NonEmptyString",
|
|
3290
|
+
# },
|
|
3291
|
+
# ],
|
|
3292
|
+
# owner_id: "NonEmptyString",
|
|
3293
|
+
# vpc_id: "NonEmptyString",
|
|
3294
|
+
# },
|
|
3241
3295
|
# },
|
|
3242
3296
|
# },
|
|
3243
3297
|
# ],
|
|
@@ -6210,6 +6264,10 @@ module Aws::SecurityHub
|
|
|
6210
6264
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.overrides[0].weighted_capacity #=> String
|
|
6211
6265
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.availability_zones #=> Array
|
|
6212
6266
|
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.availability_zones[0].value #=> String
|
|
6267
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_template.launch_template_id #=> String
|
|
6268
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_template.launch_template_name #=> String
|
|
6269
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_template.version #=> String
|
|
6270
|
+
# resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.capacity_rebalance #=> Boolean
|
|
6213
6271
|
# resp.findings[0].resources[0].details.aws_code_build_project.encryption_key #=> String
|
|
6214
6272
|
# resp.findings[0].resources[0].details.aws_code_build_project.artifacts #=> Array
|
|
6215
6273
|
# resp.findings[0].resources[0].details.aws_code_build_project.artifacts[0].artifact_identifier #=> String
|
|
@@ -6248,6 +6306,16 @@ module Aws::SecurityHub
|
|
|
6248
6306
|
# resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.subnets[0] #=> String
|
|
6249
6307
|
# resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.security_group_ids #=> Array
|
|
6250
6308
|
# resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.security_group_ids[0] #=> String
|
|
6309
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts #=> Array
|
|
6310
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].artifact_identifier #=> String
|
|
6311
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
6312
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].location #=> String
|
|
6313
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].name #=> String
|
|
6314
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].namespace_type #=> String
|
|
6315
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
6316
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].packaging #=> String
|
|
6317
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].path #=> String
|
|
6318
|
+
# resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].type #=> String
|
|
6251
6319
|
# resp.findings[0].resources[0].details.aws_cloud_front_distribution.cache_behaviors.items #=> Array
|
|
6252
6320
|
# resp.findings[0].resources[0].details.aws_cloud_front_distribution.cache_behaviors.items[0].viewer_protocol_policy #=> String
|
|
6253
6321
|
# resp.findings[0].resources[0].details.aws_cloud_front_distribution.default_cache_behavior.viewer_protocol_policy #=> String
|
|
@@ -6936,6 +7004,12 @@ module Aws::SecurityHub
|
|
|
6936
7004
|
# resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups #=> Array
|
|
6937
7005
|
# resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups[0].status #=> String
|
|
6938
7006
|
# resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups[0].vpc_security_group_id #=> String
|
|
7007
|
+
# resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.bucket_name #=> String
|
|
7008
|
+
# resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.last_failure_message #=> String
|
|
7009
|
+
# resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.last_failure_time #=> String
|
|
7010
|
+
# resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.last_successful_delivery_time #=> String
|
|
7011
|
+
# resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.logging_enabled #=> Boolean
|
|
7012
|
+
# resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.s3_key_prefix #=> String
|
|
6939
7013
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.availability_zones #=> Array
|
|
6940
7014
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.availability_zones[0] #=> String
|
|
6941
7015
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.backend_server_descriptions #=> Array
|
|
@@ -6969,6 +7043,9 @@ module Aws::SecurityHub
|
|
|
6969
7043
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_draining.timeout #=> Integer
|
|
6970
7044
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_settings.idle_timeout #=> Integer
|
|
6971
7045
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.cross_zone_load_balancing.enabled #=> Boolean
|
|
7046
|
+
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.additional_attributes #=> Array
|
|
7047
|
+
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.additional_attributes[0].key #=> String
|
|
7048
|
+
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.additional_attributes[0].value #=> String
|
|
6972
7049
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_name #=> String
|
|
6973
7050
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies #=> Array
|
|
6974
7051
|
# resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies[0].cookie_name #=> String
|
|
@@ -7780,6 +7857,19 @@ module Aws::SecurityHub
|
|
|
7780
7857
|
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_id #=> String
|
|
7781
7858
|
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_name #=> String
|
|
7782
7859
|
# resp.findings[0].resources[0].details.aws_network_firewall_rule_group.type #=> String
|
|
7860
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.db_security_group_arn #=> String
|
|
7861
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.db_security_group_description #=> String
|
|
7862
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.db_security_group_name #=> String
|
|
7863
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups #=> Array
|
|
7864
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].ec2_security_group_id #=> String
|
|
7865
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
|
|
7866
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
|
|
7867
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].status #=> String
|
|
7868
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges #=> Array
|
|
7869
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges[0].cidr_ip #=> String
|
|
7870
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges[0].status #=> String
|
|
7871
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.owner_id #=> String
|
|
7872
|
+
# resp.findings[0].resources[0].details.aws_rds_db_security_group.vpc_id #=> String
|
|
7783
7873
|
# resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
|
|
7784
7874
|
# resp.findings[0].compliance.related_requirements #=> Array
|
|
7785
7875
|
# resp.findings[0].compliance.related_requirements[0] #=> String
|
|
@@ -10310,7 +10400,7 @@ module Aws::SecurityHub
|
|
|
10310
10400
|
params: params,
|
|
10311
10401
|
config: config)
|
|
10312
10402
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10313
|
-
context[:gem_version] = '1.
|
|
10403
|
+
context[:gem_version] = '1.63.0'
|
|
10314
10404
|
Seahorse::Client::Request.new(handlers, context)
|
|
10315
10405
|
end
|
|
10316
10406
|
|
|
@@ -53,6 +53,7 @@ module Aws::SecurityHub
|
|
|
53
53
|
AwsAutoScalingAutoScalingGroupAvailabilityZonesList = Shapes::ListShape.new(name: 'AwsAutoScalingAutoScalingGroupAvailabilityZonesList')
|
|
54
54
|
AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails')
|
|
55
55
|
AwsAutoScalingAutoScalingGroupDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupDetails')
|
|
56
|
+
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification')
|
|
56
57
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails')
|
|
57
58
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails')
|
|
58
59
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails')
|
|
@@ -274,6 +275,8 @@ module Aws::SecurityHub
|
|
|
274
275
|
AwsElbLbCookieStickinessPolicies = Shapes::ListShape.new(name: 'AwsElbLbCookieStickinessPolicies')
|
|
275
276
|
AwsElbLbCookieStickinessPolicy = Shapes::StructureShape.new(name: 'AwsElbLbCookieStickinessPolicy')
|
|
276
277
|
AwsElbLoadBalancerAccessLog = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerAccessLog')
|
|
278
|
+
AwsElbLoadBalancerAdditionalAttribute = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerAdditionalAttribute')
|
|
279
|
+
AwsElbLoadBalancerAdditionalAttributeList = Shapes::ListShape.new(name: 'AwsElbLoadBalancerAdditionalAttributeList')
|
|
277
280
|
AwsElbLoadBalancerAttributes = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerAttributes')
|
|
278
281
|
AwsElbLoadBalancerBackendServerDescription = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerBackendServerDescription')
|
|
279
282
|
AwsElbLoadBalancerBackendServerDescriptions = Shapes::ListShape.new(name: 'AwsElbLoadBalancerBackendServerDescriptions')
|
|
@@ -367,6 +370,11 @@ module Aws::SecurityHub
|
|
|
367
370
|
AwsRdsDbPendingModifiedValues = Shapes::StructureShape.new(name: 'AwsRdsDbPendingModifiedValues')
|
|
368
371
|
AwsRdsDbProcessorFeature = Shapes::StructureShape.new(name: 'AwsRdsDbProcessorFeature')
|
|
369
372
|
AwsRdsDbProcessorFeatures = Shapes::ListShape.new(name: 'AwsRdsDbProcessorFeatures')
|
|
373
|
+
AwsRdsDbSecurityGroupDetails = Shapes::StructureShape.new(name: 'AwsRdsDbSecurityGroupDetails')
|
|
374
|
+
AwsRdsDbSecurityGroupEc2SecurityGroup = Shapes::StructureShape.new(name: 'AwsRdsDbSecurityGroupEc2SecurityGroup')
|
|
375
|
+
AwsRdsDbSecurityGroupEc2SecurityGroups = Shapes::ListShape.new(name: 'AwsRdsDbSecurityGroupEc2SecurityGroups')
|
|
376
|
+
AwsRdsDbSecurityGroupIpRange = Shapes::StructureShape.new(name: 'AwsRdsDbSecurityGroupIpRange')
|
|
377
|
+
AwsRdsDbSecurityGroupIpRanges = Shapes::ListShape.new(name: 'AwsRdsDbSecurityGroupIpRanges')
|
|
370
378
|
AwsRdsDbSnapshotDetails = Shapes::StructureShape.new(name: 'AwsRdsDbSnapshotDetails')
|
|
371
379
|
AwsRdsDbStatusInfo = Shapes::StructureShape.new(name: 'AwsRdsDbStatusInfo')
|
|
372
380
|
AwsRdsDbStatusInfos = Shapes::ListShape.new(name: 'AwsRdsDbStatusInfos')
|
|
@@ -393,6 +401,7 @@ module Aws::SecurityHub
|
|
|
393
401
|
AwsRedshiftClusterHsmStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterHsmStatus')
|
|
394
402
|
AwsRedshiftClusterIamRole = Shapes::StructureShape.new(name: 'AwsRedshiftClusterIamRole')
|
|
395
403
|
AwsRedshiftClusterIamRoles = Shapes::ListShape.new(name: 'AwsRedshiftClusterIamRoles')
|
|
404
|
+
AwsRedshiftClusterLoggingStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterLoggingStatus')
|
|
396
405
|
AwsRedshiftClusterPendingModifiedValues = Shapes::StructureShape.new(name: 'AwsRedshiftClusterPendingModifiedValues')
|
|
397
406
|
AwsRedshiftClusterResizeInfo = Shapes::StructureShape.new(name: 'AwsRedshiftClusterResizeInfo')
|
|
398
407
|
AwsRedshiftClusterRestoreStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterRestoreStatus')
|
|
@@ -982,8 +991,15 @@ module Aws::SecurityHub
|
|
|
982
991
|
AwsAutoScalingAutoScalingGroupDetails.add_member(:created_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CreatedTime"))
|
|
983
992
|
AwsAutoScalingAutoScalingGroupDetails.add_member(:mixed_instances_policy, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails, location_name: "MixedInstancesPolicy"))
|
|
984
993
|
AwsAutoScalingAutoScalingGroupDetails.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupAvailabilityZonesList, location_name: "AvailabilityZones"))
|
|
994
|
+
AwsAutoScalingAutoScalingGroupDetails.add_member(:launch_template, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification, location_name: "LaunchTemplate"))
|
|
995
|
+
AwsAutoScalingAutoScalingGroupDetails.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: Boolean, location_name: "CapacityRebalance"))
|
|
985
996
|
AwsAutoScalingAutoScalingGroupDetails.struct_class = Types::AwsAutoScalingAutoScalingGroupDetails
|
|
986
997
|
|
|
998
|
+
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchTemplateId"))
|
|
999
|
+
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchTemplateName"))
|
|
1000
|
+
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Version"))
|
|
1001
|
+
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.struct_class = Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
|
|
1002
|
+
|
|
987
1003
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.add_member(:instances_distribution, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails, location_name: "InstancesDistribution"))
|
|
988
1004
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.add_member(:launch_template, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails, location_name: "LaunchTemplate"))
|
|
989
1005
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.struct_class = Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails
|
|
@@ -1225,6 +1241,7 @@ module Aws::SecurityHub
|
|
|
1225
1241
|
AwsCodeBuildProjectDetails.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServiceRole"))
|
|
1226
1242
|
AwsCodeBuildProjectDetails.add_member(:logs_config, Shapes::ShapeRef.new(shape: AwsCodeBuildProjectLogsConfigDetails, location_name: "LogsConfig"))
|
|
1227
1243
|
AwsCodeBuildProjectDetails.add_member(:vpc_config, Shapes::ShapeRef.new(shape: AwsCodeBuildProjectVpcConfig, location_name: "VpcConfig"))
|
|
1244
|
+
AwsCodeBuildProjectDetails.add_member(:secondary_artifacts, Shapes::ShapeRef.new(shape: AwsCodeBuildProjectArtifactsList, location_name: "SecondaryArtifacts"))
|
|
1228
1245
|
AwsCodeBuildProjectDetails.struct_class = Types::AwsCodeBuildProjectDetails
|
|
1229
1246
|
|
|
1230
1247
|
AwsCodeBuildProjectEnvironment.add_member(:certificate, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Certificate"))
|
|
@@ -2137,10 +2154,17 @@ module Aws::SecurityHub
|
|
|
2137
2154
|
AwsElbLoadBalancerAccessLog.add_member(:s3_bucket_prefix, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "S3BucketPrefix"))
|
|
2138
2155
|
AwsElbLoadBalancerAccessLog.struct_class = Types::AwsElbLoadBalancerAccessLog
|
|
2139
2156
|
|
|
2157
|
+
AwsElbLoadBalancerAdditionalAttribute.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Key"))
|
|
2158
|
+
AwsElbLoadBalancerAdditionalAttribute.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Value"))
|
|
2159
|
+
AwsElbLoadBalancerAdditionalAttribute.struct_class = Types::AwsElbLoadBalancerAdditionalAttribute
|
|
2160
|
+
|
|
2161
|
+
AwsElbLoadBalancerAdditionalAttributeList.member = Shapes::ShapeRef.new(shape: AwsElbLoadBalancerAdditionalAttribute)
|
|
2162
|
+
|
|
2140
2163
|
AwsElbLoadBalancerAttributes.add_member(:access_log, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerAccessLog, location_name: "AccessLog"))
|
|
2141
2164
|
AwsElbLoadBalancerAttributes.add_member(:connection_draining, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerConnectionDraining, location_name: "ConnectionDraining"))
|
|
2142
2165
|
AwsElbLoadBalancerAttributes.add_member(:connection_settings, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerConnectionSettings, location_name: "ConnectionSettings"))
|
|
2143
2166
|
AwsElbLoadBalancerAttributes.add_member(:cross_zone_load_balancing, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerCrossZoneLoadBalancing, location_name: "CrossZoneLoadBalancing"))
|
|
2167
|
+
AwsElbLoadBalancerAttributes.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerAdditionalAttributeList, location_name: "AdditionalAttributes"))
|
|
2144
2168
|
AwsElbLoadBalancerAttributes.struct_class = Types::AwsElbLoadBalancerAttributes
|
|
2145
2169
|
|
|
2146
2170
|
AwsElbLoadBalancerBackendServerDescription.add_member(:instance_port, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancePort"))
|
|
@@ -2718,6 +2742,29 @@ module Aws::SecurityHub
|
|
|
2718
2742
|
|
|
2719
2743
|
AwsRdsDbProcessorFeatures.member = Shapes::ShapeRef.new(shape: AwsRdsDbProcessorFeature)
|
|
2720
2744
|
|
|
2745
|
+
AwsRdsDbSecurityGroupDetails.add_member(:db_security_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSecurityGroupArn"))
|
|
2746
|
+
AwsRdsDbSecurityGroupDetails.add_member(:db_security_group_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSecurityGroupDescription"))
|
|
2747
|
+
AwsRdsDbSecurityGroupDetails.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSecurityGroupName"))
|
|
2748
|
+
AwsRdsDbSecurityGroupDetails.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupEc2SecurityGroups, location_name: "Ec2SecurityGroups"))
|
|
2749
|
+
AwsRdsDbSecurityGroupDetails.add_member(:ip_ranges, Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupIpRanges, location_name: "IpRanges"))
|
|
2750
|
+
AwsRdsDbSecurityGroupDetails.add_member(:owner_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "OwnerId"))
|
|
2751
|
+
AwsRdsDbSecurityGroupDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VpcId"))
|
|
2752
|
+
AwsRdsDbSecurityGroupDetails.struct_class = Types::AwsRdsDbSecurityGroupDetails
|
|
2753
|
+
|
|
2754
|
+
AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:ec2_security_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ec2SecurityGroupId"))
|
|
2755
|
+
AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ec2SecurityGroupName"))
|
|
2756
|
+
AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ec2SecurityGroupOwnerId"))
|
|
2757
|
+
AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
|
|
2758
|
+
AwsRdsDbSecurityGroupEc2SecurityGroup.struct_class = Types::AwsRdsDbSecurityGroupEc2SecurityGroup
|
|
2759
|
+
|
|
2760
|
+
AwsRdsDbSecurityGroupEc2SecurityGroups.member = Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupEc2SecurityGroup)
|
|
2761
|
+
|
|
2762
|
+
AwsRdsDbSecurityGroupIpRange.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CidrIp"))
|
|
2763
|
+
AwsRdsDbSecurityGroupIpRange.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
|
|
2764
|
+
AwsRdsDbSecurityGroupIpRange.struct_class = Types::AwsRdsDbSecurityGroupIpRange
|
|
2765
|
+
|
|
2766
|
+
AwsRdsDbSecurityGroupIpRanges.member = Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupIpRange)
|
|
2767
|
+
|
|
2721
2768
|
AwsRdsDbSnapshotDetails.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSnapshotIdentifier"))
|
|
2722
2769
|
AwsRdsDbSnapshotDetails.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbInstanceIdentifier"))
|
|
2723
2770
|
AwsRdsDbSnapshotDetails.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SnapshotCreateTime"))
|
|
@@ -2872,6 +2919,7 @@ module Aws::SecurityHub
|
|
|
2872
2919
|
AwsRedshiftClusterDetails.add_member(:snapshot_schedule_state, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SnapshotScheduleState"))
|
|
2873
2920
|
AwsRedshiftClusterDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VpcId"))
|
|
2874
2921
|
AwsRedshiftClusterDetails.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: AwsRedshiftClusterVpcSecurityGroups, location_name: "VpcSecurityGroups"))
|
|
2922
|
+
AwsRedshiftClusterDetails.add_member(:logging_status, Shapes::ShapeRef.new(shape: AwsRedshiftClusterLoggingStatus, location_name: "LoggingStatus"))
|
|
2875
2923
|
AwsRedshiftClusterDetails.struct_class = Types::AwsRedshiftClusterDetails
|
|
2876
2924
|
|
|
2877
2925
|
AwsRedshiftClusterElasticIpStatus.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ElasticIp"))
|
|
@@ -2893,6 +2941,14 @@ module Aws::SecurityHub
|
|
|
2893
2941
|
|
|
2894
2942
|
AwsRedshiftClusterIamRoles.member = Shapes::ShapeRef.new(shape: AwsRedshiftClusterIamRole)
|
|
2895
2943
|
|
|
2944
|
+
AwsRedshiftClusterLoggingStatus.add_member(:bucket_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BucketName"))
|
|
2945
|
+
AwsRedshiftClusterLoggingStatus.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastFailureMessage"))
|
|
2946
|
+
AwsRedshiftClusterLoggingStatus.add_member(:last_failure_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastFailureTime"))
|
|
2947
|
+
AwsRedshiftClusterLoggingStatus.add_member(:last_successful_delivery_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastSuccessfulDeliveryTime"))
|
|
2948
|
+
AwsRedshiftClusterLoggingStatus.add_member(:logging_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "LoggingEnabled"))
|
|
2949
|
+
AwsRedshiftClusterLoggingStatus.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "S3KeyPrefix"))
|
|
2950
|
+
AwsRedshiftClusterLoggingStatus.struct_class = Types::AwsRedshiftClusterLoggingStatus
|
|
2951
|
+
|
|
2896
2952
|
AwsRedshiftClusterPendingModifiedValues.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "AutomatedSnapshotRetentionPeriod"))
|
|
2897
2953
|
AwsRedshiftClusterPendingModifiedValues.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClusterIdentifier"))
|
|
2898
2954
|
AwsRedshiftClusterPendingModifiedValues.add_member(:cluster_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClusterType"))
|
|
@@ -4143,6 +4199,7 @@ module Aws::SecurityHub
|
|
|
4143
4199
|
ResourceDetails.add_member(:aws_network_firewall_firewall_policy, Shapes::ShapeRef.new(shape: AwsNetworkFirewallFirewallPolicyDetails, location_name: "AwsNetworkFirewallFirewallPolicy"))
|
|
4144
4200
|
ResourceDetails.add_member(:aws_network_firewall_firewall, Shapes::ShapeRef.new(shape: AwsNetworkFirewallFirewallDetails, location_name: "AwsNetworkFirewallFirewall"))
|
|
4145
4201
|
ResourceDetails.add_member(:aws_network_firewall_rule_group, Shapes::ShapeRef.new(shape: AwsNetworkFirewallRuleGroupDetails, location_name: "AwsNetworkFirewallRuleGroup"))
|
|
4202
|
+
ResourceDetails.add_member(:aws_rds_db_security_group, Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupDetails, location_name: "AwsRdsDbSecurityGroup"))
|
|
4146
4203
|
ResourceDetails.struct_class = Types::ResourceDetails
|
|
4147
4204
|
|
|
4148
4205
|
ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
|
@@ -1474,6 +1474,12 @@ module Aws::SecurityHub
|
|
|
1474
1474
|
# value: "NonEmptyString",
|
|
1475
1475
|
# },
|
|
1476
1476
|
# ],
|
|
1477
|
+
# launch_template: {
|
|
1478
|
+
# launch_template_id: "NonEmptyString",
|
|
1479
|
+
# launch_template_name: "NonEmptyString",
|
|
1480
|
+
# version: "NonEmptyString",
|
|
1481
|
+
# },
|
|
1482
|
+
# capacity_rebalance: false,
|
|
1477
1483
|
# }
|
|
1478
1484
|
#
|
|
1479
1485
|
# @!attribute [rw] launch_configuration_name
|
|
@@ -1514,6 +1520,14 @@ module Aws::SecurityHub
|
|
|
1514
1520
|
# The list of Availability Zones for the automatic scaling group.
|
|
1515
1521
|
# @return [Array<Types::AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails>]
|
|
1516
1522
|
#
|
|
1523
|
+
# @!attribute [rw] launch_template
|
|
1524
|
+
# The launch template to use.
|
|
1525
|
+
# @return [Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification]
|
|
1526
|
+
#
|
|
1527
|
+
# @!attribute [rw] capacity_rebalance
|
|
1528
|
+
# Indicates whether capacity rebalancing is enabled.
|
|
1529
|
+
# @return [Boolean]
|
|
1530
|
+
#
|
|
1517
1531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsAutoScalingAutoScalingGroupDetails AWS API Documentation
|
|
1518
1532
|
#
|
|
1519
1533
|
class AwsAutoScalingAutoScalingGroupDetails < Struct.new(
|
|
@@ -1523,7 +1537,45 @@ module Aws::SecurityHub
|
|
|
1523
1537
|
:health_check_grace_period,
|
|
1524
1538
|
:created_time,
|
|
1525
1539
|
:mixed_instances_policy,
|
|
1526
|
-
:availability_zones
|
|
1540
|
+
:availability_zones,
|
|
1541
|
+
:launch_template,
|
|
1542
|
+
:capacity_rebalance)
|
|
1543
|
+
SENSITIVE = []
|
|
1544
|
+
include Aws::Structure
|
|
1545
|
+
end
|
|
1546
|
+
|
|
1547
|
+
# Details about the launch template to use.
|
|
1548
|
+
#
|
|
1549
|
+
# @note When making an API call, you may pass AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
|
|
1550
|
+
# data as a hash:
|
|
1551
|
+
#
|
|
1552
|
+
# {
|
|
1553
|
+
# launch_template_id: "NonEmptyString",
|
|
1554
|
+
# launch_template_name: "NonEmptyString",
|
|
1555
|
+
# version: "NonEmptyString",
|
|
1556
|
+
# }
|
|
1557
|
+
#
|
|
1558
|
+
# @!attribute [rw] launch_template_id
|
|
1559
|
+
# The identifier of the launch template. You must specify either
|
|
1560
|
+
# `LaunchTemplateId` or `LaunchTemplateName`.
|
|
1561
|
+
# @return [String]
|
|
1562
|
+
#
|
|
1563
|
+
# @!attribute [rw] launch_template_name
|
|
1564
|
+
# The name of the launch template. You must specify either
|
|
1565
|
+
# `LaunchTemplateId` or `LaunchTemplateName`.
|
|
1566
|
+
# @return [String]
|
|
1567
|
+
#
|
|
1568
|
+
# @!attribute [rw] version
|
|
1569
|
+
# Identifies the version of the launch template. You can specify a
|
|
1570
|
+
# version identifier, or use the values `$Latest` or `$Default`.
|
|
1571
|
+
# @return [String]
|
|
1572
|
+
#
|
|
1573
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification AWS API Documentation
|
|
1574
|
+
#
|
|
1575
|
+
class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification < Struct.new(
|
|
1576
|
+
:launch_template_id,
|
|
1577
|
+
:launch_template_name,
|
|
1578
|
+
:version)
|
|
1527
1579
|
SENSITIVE = []
|
|
1528
1580
|
include Aws::Structure
|
|
1529
1581
|
end
|
|
@@ -1654,7 +1706,7 @@ module Aws::SecurityHub
|
|
|
1654
1706
|
# }
|
|
1655
1707
|
#
|
|
1656
1708
|
# @!attribute [rw] launch_template_specification
|
|
1657
|
-
# The launch template to use.
|
|
1709
|
+
# The launch template to use for a mixed instances policy.
|
|
1658
1710
|
# @return [Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification]
|
|
1659
1711
|
#
|
|
1660
1712
|
# @!attribute [rw] overrides
|
|
@@ -1671,7 +1723,7 @@ module Aws::SecurityHub
|
|
|
1671
1723
|
include Aws::Structure
|
|
1672
1724
|
end
|
|
1673
1725
|
|
|
1674
|
-
# Details about the launch template to use.
|
|
1726
|
+
# Details about the launch template to use for a mixed instances policy.
|
|
1675
1727
|
#
|
|
1676
1728
|
# @note When making an API call, you may pass AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
|
|
1677
1729
|
# data as a hash:
|
|
@@ -3424,6 +3476,19 @@ module Aws::SecurityHub
|
|
|
3424
3476
|
# subnets: ["NonEmptyString"],
|
|
3425
3477
|
# security_group_ids: ["NonEmptyString"],
|
|
3426
3478
|
# },
|
|
3479
|
+
# secondary_artifacts: [
|
|
3480
|
+
# {
|
|
3481
|
+
# artifact_identifier: "NonEmptyString",
|
|
3482
|
+
# encryption_disabled: false,
|
|
3483
|
+
# location: "NonEmptyString",
|
|
3484
|
+
# name: "NonEmptyString",
|
|
3485
|
+
# namespace_type: "NonEmptyString",
|
|
3486
|
+
# override_artifact_name: false,
|
|
3487
|
+
# packaging: "NonEmptyString",
|
|
3488
|
+
# path: "NonEmptyString",
|
|
3489
|
+
# type: "NonEmptyString",
|
|
3490
|
+
# },
|
|
3491
|
+
# ],
|
|
3427
3492
|
# }
|
|
3428
3493
|
#
|
|
3429
3494
|
# @!attribute [rw] encryption_key
|
|
@@ -3464,6 +3529,10 @@ module Aws::SecurityHub
|
|
|
3464
3529
|
# Information about the VPC configuration that CodeBuild accesses.
|
|
3465
3530
|
# @return [Types::AwsCodeBuildProjectVpcConfig]
|
|
3466
3531
|
#
|
|
3532
|
+
# @!attribute [rw] secondary_artifacts
|
|
3533
|
+
# Information about the secondary artifacts for the CodeBuild project.
|
|
3534
|
+
# @return [Array<Types::AwsCodeBuildProjectArtifactsDetails>]
|
|
3535
|
+
#
|
|
3467
3536
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCodeBuildProjectDetails AWS API Documentation
|
|
3468
3537
|
#
|
|
3469
3538
|
class AwsCodeBuildProjectDetails < Struct.new(
|
|
@@ -3474,7 +3543,8 @@ module Aws::SecurityHub
|
|
|
3474
3543
|
:source,
|
|
3475
3544
|
:service_role,
|
|
3476
3545
|
:logs_config,
|
|
3477
|
-
:vpc_config
|
|
3546
|
+
:vpc_config,
|
|
3547
|
+
:secondary_artifacts)
|
|
3478
3548
|
SENSITIVE = []
|
|
3479
3549
|
include Aws::Structure
|
|
3480
3550
|
end
|
|
@@ -10211,6 +10281,34 @@ module Aws::SecurityHub
|
|
|
10211
10281
|
include Aws::Structure
|
|
10212
10282
|
end
|
|
10213
10283
|
|
|
10284
|
+
# Provides information about additional attributes for the load
|
|
10285
|
+
# balancer.
|
|
10286
|
+
#
|
|
10287
|
+
# @note When making an API call, you may pass AwsElbLoadBalancerAdditionalAttribute
|
|
10288
|
+
# data as a hash:
|
|
10289
|
+
#
|
|
10290
|
+
# {
|
|
10291
|
+
# key: "NonEmptyString",
|
|
10292
|
+
# value: "NonEmptyString",
|
|
10293
|
+
# }
|
|
10294
|
+
#
|
|
10295
|
+
# @!attribute [rw] key
|
|
10296
|
+
# The name of the attribute.
|
|
10297
|
+
# @return [String]
|
|
10298
|
+
#
|
|
10299
|
+
# @!attribute [rw] value
|
|
10300
|
+
# The value of the attribute.
|
|
10301
|
+
# @return [String]
|
|
10302
|
+
#
|
|
10303
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElbLoadBalancerAdditionalAttribute AWS API Documentation
|
|
10304
|
+
#
|
|
10305
|
+
class AwsElbLoadBalancerAdditionalAttribute < Struct.new(
|
|
10306
|
+
:key,
|
|
10307
|
+
:value)
|
|
10308
|
+
SENSITIVE = []
|
|
10309
|
+
include Aws::Structure
|
|
10310
|
+
end
|
|
10311
|
+
|
|
10214
10312
|
# Contains attributes for the load balancer.
|
|
10215
10313
|
#
|
|
10216
10314
|
# @note When making an API call, you may pass AwsElbLoadBalancerAttributes
|
|
@@ -10233,6 +10331,12 @@ module Aws::SecurityHub
|
|
|
10233
10331
|
# cross_zone_load_balancing: {
|
|
10234
10332
|
# enabled: false,
|
|
10235
10333
|
# },
|
|
10334
|
+
# additional_attributes: [
|
|
10335
|
+
# {
|
|
10336
|
+
# key: "NonEmptyString",
|
|
10337
|
+
# value: "NonEmptyString",
|
|
10338
|
+
# },
|
|
10339
|
+
# ],
|
|
10236
10340
|
# }
|
|
10237
10341
|
#
|
|
10238
10342
|
# @!attribute [rw] access_log
|
|
@@ -10269,13 +10373,18 @@ module Aws::SecurityHub
|
|
|
10269
10373
|
# Availability Zones.
|
|
10270
10374
|
# @return [Types::AwsElbLoadBalancerCrossZoneLoadBalancing]
|
|
10271
10375
|
#
|
|
10376
|
+
# @!attribute [rw] additional_attributes
|
|
10377
|
+
# Any additional attributes for a load balancer.
|
|
10378
|
+
# @return [Array<Types::AwsElbLoadBalancerAdditionalAttribute>]
|
|
10379
|
+
#
|
|
10272
10380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElbLoadBalancerAttributes AWS API Documentation
|
|
10273
10381
|
#
|
|
10274
10382
|
class AwsElbLoadBalancerAttributes < Struct.new(
|
|
10275
10383
|
:access_log,
|
|
10276
10384
|
:connection_draining,
|
|
10277
10385
|
:connection_settings,
|
|
10278
|
-
:cross_zone_load_balancing
|
|
10386
|
+
:cross_zone_load_balancing,
|
|
10387
|
+
:additional_attributes)
|
|
10279
10388
|
SENSITIVE = []
|
|
10280
10389
|
include Aws::Structure
|
|
10281
10390
|
end
|
|
@@ -10440,6 +10549,12 @@ module Aws::SecurityHub
|
|
|
10440
10549
|
# cross_zone_load_balancing: {
|
|
10441
10550
|
# enabled: false,
|
|
10442
10551
|
# },
|
|
10552
|
+
# additional_attributes: [
|
|
10553
|
+
# {
|
|
10554
|
+
# key: "NonEmptyString",
|
|
10555
|
+
# value: "NonEmptyString",
|
|
10556
|
+
# },
|
|
10557
|
+
# ],
|
|
10443
10558
|
# },
|
|
10444
10559
|
# load_balancer_name: "NonEmptyString",
|
|
10445
10560
|
# policies: {
|
|
@@ -14602,6 +14717,143 @@ module Aws::SecurityHub
|
|
|
14602
14717
|
include Aws::Structure
|
|
14603
14718
|
end
|
|
14604
14719
|
|
|
14720
|
+
# Provides information about an Amazon RDS DB security group.
|
|
14721
|
+
#
|
|
14722
|
+
# @note When making an API call, you may pass AwsRdsDbSecurityGroupDetails
|
|
14723
|
+
# data as a hash:
|
|
14724
|
+
#
|
|
14725
|
+
# {
|
|
14726
|
+
# db_security_group_arn: "NonEmptyString",
|
|
14727
|
+
# db_security_group_description: "NonEmptyString",
|
|
14728
|
+
# db_security_group_name: "NonEmptyString",
|
|
14729
|
+
# ec2_security_groups: [
|
|
14730
|
+
# {
|
|
14731
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
14732
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
14733
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
14734
|
+
# status: "NonEmptyString",
|
|
14735
|
+
# },
|
|
14736
|
+
# ],
|
|
14737
|
+
# ip_ranges: [
|
|
14738
|
+
# {
|
|
14739
|
+
# cidr_ip: "NonEmptyString",
|
|
14740
|
+
# status: "NonEmptyString",
|
|
14741
|
+
# },
|
|
14742
|
+
# ],
|
|
14743
|
+
# owner_id: "NonEmptyString",
|
|
14744
|
+
# vpc_id: "NonEmptyString",
|
|
14745
|
+
# }
|
|
14746
|
+
#
|
|
14747
|
+
# @!attribute [rw] db_security_group_arn
|
|
14748
|
+
# The ARN for the DB security group.
|
|
14749
|
+
# @return [String]
|
|
14750
|
+
#
|
|
14751
|
+
# @!attribute [rw] db_security_group_description
|
|
14752
|
+
# Provides the description of the DB security group.
|
|
14753
|
+
# @return [String]
|
|
14754
|
+
#
|
|
14755
|
+
# @!attribute [rw] db_security_group_name
|
|
14756
|
+
# Specifies the name of the DB security group.
|
|
14757
|
+
# @return [String]
|
|
14758
|
+
#
|
|
14759
|
+
# @!attribute [rw] ec2_security_groups
|
|
14760
|
+
# Contains a list of EC2 security groups.
|
|
14761
|
+
# @return [Array<Types::AwsRdsDbSecurityGroupEc2SecurityGroup>]
|
|
14762
|
+
#
|
|
14763
|
+
# @!attribute [rw] ip_ranges
|
|
14764
|
+
# Contains a list of IP ranges.
|
|
14765
|
+
# @return [Array<Types::AwsRdsDbSecurityGroupIpRange>]
|
|
14766
|
+
#
|
|
14767
|
+
# @!attribute [rw] owner_id
|
|
14768
|
+
# Provides the Amazon Web Services ID of the owner of a specific DB
|
|
14769
|
+
# security group.
|
|
14770
|
+
# @return [String]
|
|
14771
|
+
#
|
|
14772
|
+
# @!attribute [rw] vpc_id
|
|
14773
|
+
# Provides VPC ID associated with the DB security group.
|
|
14774
|
+
# @return [String]
|
|
14775
|
+
#
|
|
14776
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbSecurityGroupDetails AWS API Documentation
|
|
14777
|
+
#
|
|
14778
|
+
class AwsRdsDbSecurityGroupDetails < Struct.new(
|
|
14779
|
+
:db_security_group_arn,
|
|
14780
|
+
:db_security_group_description,
|
|
14781
|
+
:db_security_group_name,
|
|
14782
|
+
:ec2_security_groups,
|
|
14783
|
+
:ip_ranges,
|
|
14784
|
+
:owner_id,
|
|
14785
|
+
:vpc_id)
|
|
14786
|
+
SENSITIVE = []
|
|
14787
|
+
include Aws::Structure
|
|
14788
|
+
end
|
|
14789
|
+
|
|
14790
|
+
# EC2 security group information for an RDS DB security group.
|
|
14791
|
+
#
|
|
14792
|
+
# @note When making an API call, you may pass AwsRdsDbSecurityGroupEc2SecurityGroup
|
|
14793
|
+
# data as a hash:
|
|
14794
|
+
#
|
|
14795
|
+
# {
|
|
14796
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
14797
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
14798
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
14799
|
+
# status: "NonEmptyString",
|
|
14800
|
+
# }
|
|
14801
|
+
#
|
|
14802
|
+
# @!attribute [rw] ec2_security_group_id
|
|
14803
|
+
# Specifies the ID for the EC2 security group.
|
|
14804
|
+
# @return [String]
|
|
14805
|
+
#
|
|
14806
|
+
# @!attribute [rw] ec2_security_group_name
|
|
14807
|
+
# Specifies the name of the EC2 security group.
|
|
14808
|
+
# @return [String]
|
|
14809
|
+
#
|
|
14810
|
+
# @!attribute [rw] ec2_security_group_owner_id
|
|
14811
|
+
# Provides the Amazon Web Services ID of the owner of the EC2 security
|
|
14812
|
+
# group.
|
|
14813
|
+
# @return [String]
|
|
14814
|
+
#
|
|
14815
|
+
# @!attribute [rw] status
|
|
14816
|
+
# Provides the status of the EC2 security group.
|
|
14817
|
+
# @return [String]
|
|
14818
|
+
#
|
|
14819
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbSecurityGroupEc2SecurityGroup AWS API Documentation
|
|
14820
|
+
#
|
|
14821
|
+
class AwsRdsDbSecurityGroupEc2SecurityGroup < Struct.new(
|
|
14822
|
+
:ec2_security_group_id,
|
|
14823
|
+
:ec2_security_group_name,
|
|
14824
|
+
:ec2_security_group_owner_id,
|
|
14825
|
+
:status)
|
|
14826
|
+
SENSITIVE = []
|
|
14827
|
+
include Aws::Structure
|
|
14828
|
+
end
|
|
14829
|
+
|
|
14830
|
+
# IP range information for an RDS DB security group.
|
|
14831
|
+
#
|
|
14832
|
+
# @note When making an API call, you may pass AwsRdsDbSecurityGroupIpRange
|
|
14833
|
+
# data as a hash:
|
|
14834
|
+
#
|
|
14835
|
+
# {
|
|
14836
|
+
# cidr_ip: "NonEmptyString",
|
|
14837
|
+
# status: "NonEmptyString",
|
|
14838
|
+
# }
|
|
14839
|
+
#
|
|
14840
|
+
# @!attribute [rw] cidr_ip
|
|
14841
|
+
# Specifies the IP range.
|
|
14842
|
+
# @return [String]
|
|
14843
|
+
#
|
|
14844
|
+
# @!attribute [rw] status
|
|
14845
|
+
# Specifies the status of the IP range.
|
|
14846
|
+
# @return [String]
|
|
14847
|
+
#
|
|
14848
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbSecurityGroupIpRange AWS API Documentation
|
|
14849
|
+
#
|
|
14850
|
+
class AwsRdsDbSecurityGroupIpRange < Struct.new(
|
|
14851
|
+
:cidr_ip,
|
|
14852
|
+
:status)
|
|
14853
|
+
SENSITIVE = []
|
|
14854
|
+
include Aws::Structure
|
|
14855
|
+
end
|
|
14856
|
+
|
|
14605
14857
|
# Provides details about an Amazon RDS DB cluster snapshot.
|
|
14606
14858
|
#
|
|
14607
14859
|
# @note When making an API call, you may pass AwsRdsDbSnapshotDetails
|
|
@@ -15432,6 +15684,14 @@ module Aws::SecurityHub
|
|
|
15432
15684
|
# vpc_security_group_id: "NonEmptyString",
|
|
15433
15685
|
# },
|
|
15434
15686
|
# ],
|
|
15687
|
+
# logging_status: {
|
|
15688
|
+
# bucket_name: "NonEmptyString",
|
|
15689
|
+
# last_failure_message: "NonEmptyString",
|
|
15690
|
+
# last_failure_time: "NonEmptyString",
|
|
15691
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
15692
|
+
# logging_enabled: false,
|
|
15693
|
+
# s3_key_prefix: "NonEmptyString",
|
|
15694
|
+
# },
|
|
15435
15695
|
# }
|
|
15436
15696
|
#
|
|
15437
15697
|
# @!attribute [rw] allow_version_upgrade
|
|
@@ -15694,6 +15954,10 @@ module Aws::SecurityHub
|
|
|
15694
15954
|
# cluster is in a VPC.
|
|
15695
15955
|
# @return [Array<Types::AwsRedshiftClusterVpcSecurityGroup>]
|
|
15696
15956
|
#
|
|
15957
|
+
# @!attribute [rw] logging_status
|
|
15958
|
+
# Information about the logging status of the cluster.
|
|
15959
|
+
# @return [Types::AwsRedshiftClusterLoggingStatus]
|
|
15960
|
+
#
|
|
15697
15961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterDetails AWS API Documentation
|
|
15698
15962
|
#
|
|
15699
15963
|
class AwsRedshiftClusterDetails < Struct.new(
|
|
@@ -15739,7 +16003,8 @@ module Aws::SecurityHub
|
|
|
15739
16003
|
:snapshot_schedule_identifier,
|
|
15740
16004
|
:snapshot_schedule_state,
|
|
15741
16005
|
:vpc_id,
|
|
15742
|
-
:vpc_security_groups
|
|
16006
|
+
:vpc_security_groups,
|
|
16007
|
+
:logging_status)
|
|
15743
16008
|
SENSITIVE = []
|
|
15744
16009
|
include Aws::Structure
|
|
15745
16010
|
end
|
|
@@ -15873,6 +16138,73 @@ module Aws::SecurityHub
|
|
|
15873
16138
|
include Aws::Structure
|
|
15874
16139
|
end
|
|
15875
16140
|
|
|
16141
|
+
# Provides information about the logging status of the cluster.
|
|
16142
|
+
#
|
|
16143
|
+
# @note When making an API call, you may pass AwsRedshiftClusterLoggingStatus
|
|
16144
|
+
# data as a hash:
|
|
16145
|
+
#
|
|
16146
|
+
# {
|
|
16147
|
+
# bucket_name: "NonEmptyString",
|
|
16148
|
+
# last_failure_message: "NonEmptyString",
|
|
16149
|
+
# last_failure_time: "NonEmptyString",
|
|
16150
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
16151
|
+
# logging_enabled: false,
|
|
16152
|
+
# s3_key_prefix: "NonEmptyString",
|
|
16153
|
+
# }
|
|
16154
|
+
#
|
|
16155
|
+
# @!attribute [rw] bucket_name
|
|
16156
|
+
# The name of the S3 bucket where the log files are stored.
|
|
16157
|
+
# @return [String]
|
|
16158
|
+
#
|
|
16159
|
+
# @!attribute [rw] last_failure_message
|
|
16160
|
+
# The message indicating that the logs failed to be delivered.
|
|
16161
|
+
# @return [String]
|
|
16162
|
+
#
|
|
16163
|
+
# @!attribute [rw] last_failure_time
|
|
16164
|
+
# The last time when logs failed to be delivered.
|
|
16165
|
+
#
|
|
16166
|
+
# Uses the `date-time` format specified in [RFC 3339 section 5.6,
|
|
16167
|
+
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
|
16168
|
+
# example, `2020-03-22T13:22:13.933Z`.
|
|
16169
|
+
#
|
|
16170
|
+
#
|
|
16171
|
+
#
|
|
16172
|
+
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
|
16173
|
+
# @return [String]
|
|
16174
|
+
#
|
|
16175
|
+
# @!attribute [rw] last_successful_delivery_time
|
|
16176
|
+
# The last time that logs were delivered successfully.
|
|
16177
|
+
#
|
|
16178
|
+
# Uses the `date-time` format specified in [RFC 3339 section 5.6,
|
|
16179
|
+
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
|
16180
|
+
# example, `2020-03-22T13:22:13.933Z`.
|
|
16181
|
+
#
|
|
16182
|
+
#
|
|
16183
|
+
#
|
|
16184
|
+
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
|
16185
|
+
# @return [String]
|
|
16186
|
+
#
|
|
16187
|
+
# @!attribute [rw] logging_enabled
|
|
16188
|
+
# Indicates whether logging is enabled.
|
|
16189
|
+
# @return [Boolean]
|
|
16190
|
+
#
|
|
16191
|
+
# @!attribute [rw] s3_key_prefix
|
|
16192
|
+
# Provides the prefix applied to the log file names.
|
|
16193
|
+
# @return [String]
|
|
16194
|
+
#
|
|
16195
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterLoggingStatus AWS API Documentation
|
|
16196
|
+
#
|
|
16197
|
+
class AwsRedshiftClusterLoggingStatus < Struct.new(
|
|
16198
|
+
:bucket_name,
|
|
16199
|
+
:last_failure_message,
|
|
16200
|
+
:last_failure_time,
|
|
16201
|
+
:last_successful_delivery_time,
|
|
16202
|
+
:logging_enabled,
|
|
16203
|
+
:s3_key_prefix)
|
|
16204
|
+
SENSITIVE = []
|
|
16205
|
+
include Aws::Structure
|
|
16206
|
+
end
|
|
16207
|
+
|
|
15876
16208
|
# Changes to the Amazon Redshift cluster that are currently pending.
|
|
15877
16209
|
#
|
|
15878
16210
|
# @note When making an API call, you may pass AwsRedshiftClusterPendingModifiedValues
|
|
@@ -17791,6 +18123,12 @@ module Aws::SecurityHub
|
|
|
17791
18123
|
# value: "NonEmptyString",
|
|
17792
18124
|
# },
|
|
17793
18125
|
# ],
|
|
18126
|
+
# launch_template: {
|
|
18127
|
+
# launch_template_id: "NonEmptyString",
|
|
18128
|
+
# launch_template_name: "NonEmptyString",
|
|
18129
|
+
# version: "NonEmptyString",
|
|
18130
|
+
# },
|
|
18131
|
+
# capacity_rebalance: false,
|
|
17794
18132
|
# },
|
|
17795
18133
|
# aws_code_build_project: {
|
|
17796
18134
|
# encryption_key: "NonEmptyString",
|
|
@@ -17849,6 +18187,19 @@ module Aws::SecurityHub
|
|
|
17849
18187
|
# subnets: ["NonEmptyString"],
|
|
17850
18188
|
# security_group_ids: ["NonEmptyString"],
|
|
17851
18189
|
# },
|
|
18190
|
+
# secondary_artifacts: [
|
|
18191
|
+
# {
|
|
18192
|
+
# artifact_identifier: "NonEmptyString",
|
|
18193
|
+
# encryption_disabled: false,
|
|
18194
|
+
# location: "NonEmptyString",
|
|
18195
|
+
# name: "NonEmptyString",
|
|
18196
|
+
# namespace_type: "NonEmptyString",
|
|
18197
|
+
# override_artifact_name: false,
|
|
18198
|
+
# packaging: "NonEmptyString",
|
|
18199
|
+
# path: "NonEmptyString",
|
|
18200
|
+
# type: "NonEmptyString",
|
|
18201
|
+
# },
|
|
18202
|
+
# ],
|
|
17852
18203
|
# },
|
|
17853
18204
|
# aws_cloud_front_distribution: {
|
|
17854
18205
|
# cache_behaviors: {
|
|
@@ -18905,6 +19256,14 @@ module Aws::SecurityHub
|
|
|
18905
19256
|
# vpc_security_group_id: "NonEmptyString",
|
|
18906
19257
|
# },
|
|
18907
19258
|
# ],
|
|
19259
|
+
# logging_status: {
|
|
19260
|
+
# bucket_name: "NonEmptyString",
|
|
19261
|
+
# last_failure_message: "NonEmptyString",
|
|
19262
|
+
# last_failure_time: "NonEmptyString",
|
|
19263
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
19264
|
+
# logging_enabled: false,
|
|
19265
|
+
# s3_key_prefix: "NonEmptyString",
|
|
19266
|
+
# },
|
|
18908
19267
|
# },
|
|
18909
19268
|
# aws_elb_load_balancer: {
|
|
18910
19269
|
# availability_zones: ["NonEmptyString"],
|
|
@@ -18959,6 +19318,12 @@ module Aws::SecurityHub
|
|
|
18959
19318
|
# cross_zone_load_balancing: {
|
|
18960
19319
|
# enabled: false,
|
|
18961
19320
|
# },
|
|
19321
|
+
# additional_attributes: [
|
|
19322
|
+
# {
|
|
19323
|
+
# key: "NonEmptyString",
|
|
19324
|
+
# value: "NonEmptyString",
|
|
19325
|
+
# },
|
|
19326
|
+
# ],
|
|
18962
19327
|
# },
|
|
18963
19328
|
# load_balancer_name: "NonEmptyString",
|
|
18964
19329
|
# policies: {
|
|
@@ -20144,6 +20509,27 @@ module Aws::SecurityHub
|
|
|
20144
20509
|
# rule_group_name: "NonEmptyString",
|
|
20145
20510
|
# type: "NonEmptyString",
|
|
20146
20511
|
# },
|
|
20512
|
+
# aws_rds_db_security_group: {
|
|
20513
|
+
# db_security_group_arn: "NonEmptyString",
|
|
20514
|
+
# db_security_group_description: "NonEmptyString",
|
|
20515
|
+
# db_security_group_name: "NonEmptyString",
|
|
20516
|
+
# ec2_security_groups: [
|
|
20517
|
+
# {
|
|
20518
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
20519
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
20520
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
20521
|
+
# status: "NonEmptyString",
|
|
20522
|
+
# },
|
|
20523
|
+
# ],
|
|
20524
|
+
# ip_ranges: [
|
|
20525
|
+
# {
|
|
20526
|
+
# cidr_ip: "NonEmptyString",
|
|
20527
|
+
# status: "NonEmptyString",
|
|
20528
|
+
# },
|
|
20529
|
+
# ],
|
|
20530
|
+
# owner_id: "NonEmptyString",
|
|
20531
|
+
# vpc_id: "NonEmptyString",
|
|
20532
|
+
# },
|
|
20147
20533
|
# },
|
|
20148
20534
|
# },
|
|
20149
20535
|
# ],
|
|
@@ -23046,6 +23432,12 @@ module Aws::SecurityHub
|
|
|
23046
23432
|
# value: "NonEmptyString",
|
|
23047
23433
|
# },
|
|
23048
23434
|
# ],
|
|
23435
|
+
# launch_template: {
|
|
23436
|
+
# launch_template_id: "NonEmptyString",
|
|
23437
|
+
# launch_template_name: "NonEmptyString",
|
|
23438
|
+
# version: "NonEmptyString",
|
|
23439
|
+
# },
|
|
23440
|
+
# capacity_rebalance: false,
|
|
23049
23441
|
# },
|
|
23050
23442
|
# aws_code_build_project: {
|
|
23051
23443
|
# encryption_key: "NonEmptyString",
|
|
@@ -23104,6 +23496,19 @@ module Aws::SecurityHub
|
|
|
23104
23496
|
# subnets: ["NonEmptyString"],
|
|
23105
23497
|
# security_group_ids: ["NonEmptyString"],
|
|
23106
23498
|
# },
|
|
23499
|
+
# secondary_artifacts: [
|
|
23500
|
+
# {
|
|
23501
|
+
# artifact_identifier: "NonEmptyString",
|
|
23502
|
+
# encryption_disabled: false,
|
|
23503
|
+
# location: "NonEmptyString",
|
|
23504
|
+
# name: "NonEmptyString",
|
|
23505
|
+
# namespace_type: "NonEmptyString",
|
|
23506
|
+
# override_artifact_name: false,
|
|
23507
|
+
# packaging: "NonEmptyString",
|
|
23508
|
+
# path: "NonEmptyString",
|
|
23509
|
+
# type: "NonEmptyString",
|
|
23510
|
+
# },
|
|
23511
|
+
# ],
|
|
23107
23512
|
# },
|
|
23108
23513
|
# aws_cloud_front_distribution: {
|
|
23109
23514
|
# cache_behaviors: {
|
|
@@ -24160,6 +24565,14 @@ module Aws::SecurityHub
|
|
|
24160
24565
|
# vpc_security_group_id: "NonEmptyString",
|
|
24161
24566
|
# },
|
|
24162
24567
|
# ],
|
|
24568
|
+
# logging_status: {
|
|
24569
|
+
# bucket_name: "NonEmptyString",
|
|
24570
|
+
# last_failure_message: "NonEmptyString",
|
|
24571
|
+
# last_failure_time: "NonEmptyString",
|
|
24572
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
24573
|
+
# logging_enabled: false,
|
|
24574
|
+
# s3_key_prefix: "NonEmptyString",
|
|
24575
|
+
# },
|
|
24163
24576
|
# },
|
|
24164
24577
|
# aws_elb_load_balancer: {
|
|
24165
24578
|
# availability_zones: ["NonEmptyString"],
|
|
@@ -24214,6 +24627,12 @@ module Aws::SecurityHub
|
|
|
24214
24627
|
# cross_zone_load_balancing: {
|
|
24215
24628
|
# enabled: false,
|
|
24216
24629
|
# },
|
|
24630
|
+
# additional_attributes: [
|
|
24631
|
+
# {
|
|
24632
|
+
# key: "NonEmptyString",
|
|
24633
|
+
# value: "NonEmptyString",
|
|
24634
|
+
# },
|
|
24635
|
+
# ],
|
|
24217
24636
|
# },
|
|
24218
24637
|
# load_balancer_name: "NonEmptyString",
|
|
24219
24638
|
# policies: {
|
|
@@ -25399,6 +25818,27 @@ module Aws::SecurityHub
|
|
|
25399
25818
|
# rule_group_name: "NonEmptyString",
|
|
25400
25819
|
# type: "NonEmptyString",
|
|
25401
25820
|
# },
|
|
25821
|
+
# aws_rds_db_security_group: {
|
|
25822
|
+
# db_security_group_arn: "NonEmptyString",
|
|
25823
|
+
# db_security_group_description: "NonEmptyString",
|
|
25824
|
+
# db_security_group_name: "NonEmptyString",
|
|
25825
|
+
# ec2_security_groups: [
|
|
25826
|
+
# {
|
|
25827
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
25828
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
25829
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
25830
|
+
# status: "NonEmptyString",
|
|
25831
|
+
# },
|
|
25832
|
+
# ],
|
|
25833
|
+
# ip_ranges: [
|
|
25834
|
+
# {
|
|
25835
|
+
# cidr_ip: "NonEmptyString",
|
|
25836
|
+
# status: "NonEmptyString",
|
|
25837
|
+
# },
|
|
25838
|
+
# ],
|
|
25839
|
+
# owner_id: "NonEmptyString",
|
|
25840
|
+
# vpc_id: "NonEmptyString",
|
|
25841
|
+
# },
|
|
25402
25842
|
# },
|
|
25403
25843
|
# },
|
|
25404
25844
|
# ],
|
|
@@ -31733,6 +32173,12 @@ module Aws::SecurityHub
|
|
|
31733
32173
|
# value: "NonEmptyString",
|
|
31734
32174
|
# },
|
|
31735
32175
|
# ],
|
|
32176
|
+
# launch_template: {
|
|
32177
|
+
# launch_template_id: "NonEmptyString",
|
|
32178
|
+
# launch_template_name: "NonEmptyString",
|
|
32179
|
+
# version: "NonEmptyString",
|
|
32180
|
+
# },
|
|
32181
|
+
# capacity_rebalance: false,
|
|
31736
32182
|
# },
|
|
31737
32183
|
# aws_code_build_project: {
|
|
31738
32184
|
# encryption_key: "NonEmptyString",
|
|
@@ -31791,6 +32237,19 @@ module Aws::SecurityHub
|
|
|
31791
32237
|
# subnets: ["NonEmptyString"],
|
|
31792
32238
|
# security_group_ids: ["NonEmptyString"],
|
|
31793
32239
|
# },
|
|
32240
|
+
# secondary_artifacts: [
|
|
32241
|
+
# {
|
|
32242
|
+
# artifact_identifier: "NonEmptyString",
|
|
32243
|
+
# encryption_disabled: false,
|
|
32244
|
+
# location: "NonEmptyString",
|
|
32245
|
+
# name: "NonEmptyString",
|
|
32246
|
+
# namespace_type: "NonEmptyString",
|
|
32247
|
+
# override_artifact_name: false,
|
|
32248
|
+
# packaging: "NonEmptyString",
|
|
32249
|
+
# path: "NonEmptyString",
|
|
32250
|
+
# type: "NonEmptyString",
|
|
32251
|
+
# },
|
|
32252
|
+
# ],
|
|
31794
32253
|
# },
|
|
31795
32254
|
# aws_cloud_front_distribution: {
|
|
31796
32255
|
# cache_behaviors: {
|
|
@@ -32847,6 +33306,14 @@ module Aws::SecurityHub
|
|
|
32847
33306
|
# vpc_security_group_id: "NonEmptyString",
|
|
32848
33307
|
# },
|
|
32849
33308
|
# ],
|
|
33309
|
+
# logging_status: {
|
|
33310
|
+
# bucket_name: "NonEmptyString",
|
|
33311
|
+
# last_failure_message: "NonEmptyString",
|
|
33312
|
+
# last_failure_time: "NonEmptyString",
|
|
33313
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
33314
|
+
# logging_enabled: false,
|
|
33315
|
+
# s3_key_prefix: "NonEmptyString",
|
|
33316
|
+
# },
|
|
32850
33317
|
# },
|
|
32851
33318
|
# aws_elb_load_balancer: {
|
|
32852
33319
|
# availability_zones: ["NonEmptyString"],
|
|
@@ -32901,6 +33368,12 @@ module Aws::SecurityHub
|
|
|
32901
33368
|
# cross_zone_load_balancing: {
|
|
32902
33369
|
# enabled: false,
|
|
32903
33370
|
# },
|
|
33371
|
+
# additional_attributes: [
|
|
33372
|
+
# {
|
|
33373
|
+
# key: "NonEmptyString",
|
|
33374
|
+
# value: "NonEmptyString",
|
|
33375
|
+
# },
|
|
33376
|
+
# ],
|
|
32904
33377
|
# },
|
|
32905
33378
|
# load_balancer_name: "NonEmptyString",
|
|
32906
33379
|
# policies: {
|
|
@@ -34086,6 +34559,27 @@ module Aws::SecurityHub
|
|
|
34086
34559
|
# rule_group_name: "NonEmptyString",
|
|
34087
34560
|
# type: "NonEmptyString",
|
|
34088
34561
|
# },
|
|
34562
|
+
# aws_rds_db_security_group: {
|
|
34563
|
+
# db_security_group_arn: "NonEmptyString",
|
|
34564
|
+
# db_security_group_description: "NonEmptyString",
|
|
34565
|
+
# db_security_group_name: "NonEmptyString",
|
|
34566
|
+
# ec2_security_groups: [
|
|
34567
|
+
# {
|
|
34568
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
34569
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
34570
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
34571
|
+
# status: "NonEmptyString",
|
|
34572
|
+
# },
|
|
34573
|
+
# ],
|
|
34574
|
+
# ip_ranges: [
|
|
34575
|
+
# {
|
|
34576
|
+
# cidr_ip: "NonEmptyString",
|
|
34577
|
+
# status: "NonEmptyString",
|
|
34578
|
+
# },
|
|
34579
|
+
# ],
|
|
34580
|
+
# owner_id: "NonEmptyString",
|
|
34581
|
+
# vpc_id: "NonEmptyString",
|
|
34582
|
+
# },
|
|
34089
34583
|
# },
|
|
34090
34584
|
# }
|
|
34091
34585
|
#
|
|
@@ -34216,6 +34710,12 @@ module Aws::SecurityHub
|
|
|
34216
34710
|
# value: "NonEmptyString",
|
|
34217
34711
|
# },
|
|
34218
34712
|
# ],
|
|
34713
|
+
# launch_template: {
|
|
34714
|
+
# launch_template_id: "NonEmptyString",
|
|
34715
|
+
# launch_template_name: "NonEmptyString",
|
|
34716
|
+
# version: "NonEmptyString",
|
|
34717
|
+
# },
|
|
34718
|
+
# capacity_rebalance: false,
|
|
34219
34719
|
# },
|
|
34220
34720
|
# aws_code_build_project: {
|
|
34221
34721
|
# encryption_key: "NonEmptyString",
|
|
@@ -34274,6 +34774,19 @@ module Aws::SecurityHub
|
|
|
34274
34774
|
# subnets: ["NonEmptyString"],
|
|
34275
34775
|
# security_group_ids: ["NonEmptyString"],
|
|
34276
34776
|
# },
|
|
34777
|
+
# secondary_artifacts: [
|
|
34778
|
+
# {
|
|
34779
|
+
# artifact_identifier: "NonEmptyString",
|
|
34780
|
+
# encryption_disabled: false,
|
|
34781
|
+
# location: "NonEmptyString",
|
|
34782
|
+
# name: "NonEmptyString",
|
|
34783
|
+
# namespace_type: "NonEmptyString",
|
|
34784
|
+
# override_artifact_name: false,
|
|
34785
|
+
# packaging: "NonEmptyString",
|
|
34786
|
+
# path: "NonEmptyString",
|
|
34787
|
+
# type: "NonEmptyString",
|
|
34788
|
+
# },
|
|
34789
|
+
# ],
|
|
34277
34790
|
# },
|
|
34278
34791
|
# aws_cloud_front_distribution: {
|
|
34279
34792
|
# cache_behaviors: {
|
|
@@ -35330,6 +35843,14 @@ module Aws::SecurityHub
|
|
|
35330
35843
|
# vpc_security_group_id: "NonEmptyString",
|
|
35331
35844
|
# },
|
|
35332
35845
|
# ],
|
|
35846
|
+
# logging_status: {
|
|
35847
|
+
# bucket_name: "NonEmptyString",
|
|
35848
|
+
# last_failure_message: "NonEmptyString",
|
|
35849
|
+
# last_failure_time: "NonEmptyString",
|
|
35850
|
+
# last_successful_delivery_time: "NonEmptyString",
|
|
35851
|
+
# logging_enabled: false,
|
|
35852
|
+
# s3_key_prefix: "NonEmptyString",
|
|
35853
|
+
# },
|
|
35333
35854
|
# },
|
|
35334
35855
|
# aws_elb_load_balancer: {
|
|
35335
35856
|
# availability_zones: ["NonEmptyString"],
|
|
@@ -35384,6 +35905,12 @@ module Aws::SecurityHub
|
|
|
35384
35905
|
# cross_zone_load_balancing: {
|
|
35385
35906
|
# enabled: false,
|
|
35386
35907
|
# },
|
|
35908
|
+
# additional_attributes: [
|
|
35909
|
+
# {
|
|
35910
|
+
# key: "NonEmptyString",
|
|
35911
|
+
# value: "NonEmptyString",
|
|
35912
|
+
# },
|
|
35913
|
+
# ],
|
|
35387
35914
|
# },
|
|
35388
35915
|
# load_balancer_name: "NonEmptyString",
|
|
35389
35916
|
# policies: {
|
|
@@ -36569,6 +37096,27 @@ module Aws::SecurityHub
|
|
|
36569
37096
|
# rule_group_name: "NonEmptyString",
|
|
36570
37097
|
# type: "NonEmptyString",
|
|
36571
37098
|
# },
|
|
37099
|
+
# aws_rds_db_security_group: {
|
|
37100
|
+
# db_security_group_arn: "NonEmptyString",
|
|
37101
|
+
# db_security_group_description: "NonEmptyString",
|
|
37102
|
+
# db_security_group_name: "NonEmptyString",
|
|
37103
|
+
# ec2_security_groups: [
|
|
37104
|
+
# {
|
|
37105
|
+
# ec2_security_group_id: "NonEmptyString",
|
|
37106
|
+
# ec2_security_group_name: "NonEmptyString",
|
|
37107
|
+
# ec2_security_group_owner_id: "NonEmptyString",
|
|
37108
|
+
# status: "NonEmptyString",
|
|
37109
|
+
# },
|
|
37110
|
+
# ],
|
|
37111
|
+
# ip_ranges: [
|
|
37112
|
+
# {
|
|
37113
|
+
# cidr_ip: "NonEmptyString",
|
|
37114
|
+
# status: "NonEmptyString",
|
|
37115
|
+
# },
|
|
37116
|
+
# ],
|
|
37117
|
+
# owner_id: "NonEmptyString",
|
|
37118
|
+
# vpc_id: "NonEmptyString",
|
|
37119
|
+
# },
|
|
36572
37120
|
# }
|
|
36573
37121
|
#
|
|
36574
37122
|
# @!attribute [rw] aws_auto_scaling_auto_scaling_group
|
|
@@ -36834,6 +37382,10 @@ module Aws::SecurityHub
|
|
|
36834
37382
|
# Details about an Network Firewall rule group.
|
|
36835
37383
|
# @return [Types::AwsNetworkFirewallRuleGroupDetails]
|
|
36836
37384
|
#
|
|
37385
|
+
# @!attribute [rw] aws_rds_db_security_group
|
|
37386
|
+
# Details about an Amazon RDS DB security group.
|
|
37387
|
+
# @return [Types::AwsRdsDbSecurityGroupDetails]
|
|
37388
|
+
#
|
|
36837
37389
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ResourceDetails AWS API Documentation
|
|
36838
37390
|
#
|
|
36839
37391
|
class ResourceDetails < Struct.new(
|
|
@@ -36898,7 +37450,8 @@ module Aws::SecurityHub
|
|
|
36898
37450
|
:aws_eks_cluster,
|
|
36899
37451
|
:aws_network_firewall_firewall_policy,
|
|
36900
37452
|
:aws_network_firewall_firewall,
|
|
36901
|
-
:aws_network_firewall_rule_group
|
|
37453
|
+
:aws_network_firewall_rule_group,
|
|
37454
|
+
:aws_rds_db_security_group)
|
|
36902
37455
|
SENSITIVE = []
|
|
36903
37456
|
include Aws::Structure
|
|
36904
37457
|
end
|
data/lib/aws-sdk-securityhub.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-securityhub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|