Learn R Programming

paws.security.identity (version 0.1.5)

securityhub_enable_security_hub: 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 AWS Config, Amazon GuardDuty, Amazon Inspector, and Amazon Macie. To learn more, see Setting Up AWS Security Hub.

Usage

securityhub_enable_security_hub(Tags)

Arguments

Tags

The tags to add to the Hub resource when you enable Security Hub.

Request syntax

svc$enable_security_hub(
  Tags = list(
    "string"
  )
)