Class: Aws::SecurityHub::Types::EnableSecurityHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::EnableSecurityHubRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_finding_generator ⇒ String
This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on.
-
#enable_default_standards ⇒ Boolean
Whether to enable the security standards that Security Hub has designated as automatically enabled.
-
#tags ⇒ Hash<String,String>
The tags to add to the hub resource when you enable Security Hub.
Instance Attribute Details
#control_finding_generator ⇒ String
This field, used when enabling Security Hub, specifies whether the
calling account has consolidated control findings turned on. If the
value for this field is set to SECURITY_CONTROL
, Security Hub
generates a single finding for a control check even when the check
applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL
, Security
Hub generates separate findings for a control check when the check
applies to multiple enabled standards.
The value for this field in a member account matches the value in
the administrator account. For accounts that aren't part of an
organization, the default value of this field is SECURITY_CONTROL
if you enabled Security Hub on or after February 23, 2023.
23768 23769 23770 23771 23772 23773 23774 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23768 class EnableSecurityHubRequest < Struct.new( :tags, :enable_default_standards, :control_finding_generator) SENSITIVE = [] include Aws::Structure end |
#enable_default_standards ⇒ Boolean
Whether to enable the security standards that Security Hub has
designated as automatically enabled. If you don't provide a value
for EnableDefaultStandards
, it is set to true
. To not enable the
automatically enabled standards, set EnableDefaultStandards
to
false
.
23768 23769 23770 23771 23772 23773 23774 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23768 class EnableSecurityHubRequest < Struct.new( :tags, :enable_default_standards, :control_finding_generator) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to add to the hub resource when you enable Security Hub.
23768 23769 23770 23771 23772 23773 23774 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23768 class EnableSecurityHubRequest < Struct.new( :tags, :enable_default_standards, :control_finding_generator) SENSITIVE = [] include Aws::Structure end |