Enable Security Hub
securityhub_enable_security_hub | R Documentation |
Enables Security Hub for your account in the current Region or the Region you specify in the request¶
Description¶
Enables Security Hub for your account in the current Region or the Region you specify in the request.
When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub.
When you use the enable_security_hub
operation to enable Security Hub,
you also automatically enable the following standards:
-
Center for Internet Security (CIS) Amazon Web Services Foundations Benchmark v1.2.0
-
Amazon Web Services Foundational Security Best Practices
Other standards are not automatically enabled.
To opt out of automatically enabled standards, set
EnableDefaultStandards
to false
.
After you enable Security Hub, to enable a standard, use the
batch_enable_standards
operation. To disable a standard, use the
batch_disable_standards
operation.
To learn more, see the setup information in the Security Hub User Guide.
Usage¶
securityhub_enable_security_hub(Tags, EnableDefaultStandards,
ControlFindingGenerator)
Arguments¶
Tags |
The tags to add to the hub resource when you enable Security Hub. |
EnableDefaultStandards |
Whether to enable the security standards that Security Hub has
designated as automatically enabled. If you don't provide a value for
|
ControlFindingGenerator |
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 If the value for this field is set to 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 |
Value¶
An empty list.
Request syntax¶
svc$enable_security_hub(
Tags = list(
"string"
),
EnableDefaultStandards = TRUE|FALSE,
ControlFindingGenerator = "STANDARD_CONTROL"|"SECURITY_CONTROL"
)