Enable Security Hub V2
| securityhub_enable_security_hub_v2 | R Documentation |
Enables the service in account for the current Amazon Web Services Region or specified Amazon Web Services Region¶
Description¶
Enables the service in account for the current Amazon Web Services Region or specified Amazon Web Services Region.
Usage¶
securityhub_enable_security_hub_v2(Tags)
Arguments¶
Tags |
The tags to add to the hub V2 resource when you enable Security Hub. |
Value¶
A list with the following syntax:
list(
HubV2Arn = "string"
)
Request syntax¶
svc$enable_security_hub_v2(
Tags = list(
"string"
)
)