Describe Hub
securityhub_describe_hub | R Documentation |
Returns details about the Hub resource in your account, including the HubArn and the time when you enabled Security Hub¶
Description¶
Returns details about the Hub resource in your account, including the
HubArn
and the time when you enabled Security Hub.
Usage¶
securityhub_describe_hub(HubArn)
Arguments¶
HubArn |
The ARN of the Hub resource to retrieve. |
Value¶
A list with the following syntax:
list(
HubArn = "string",
SubscribedAt = "string",
AutoEnableControls = TRUE|FALSE,
ControlFindingGenerator = "STANDARD_CONTROL"|"SECURITY_CONTROL"
)
Request syntax¶
svc$describe_hub(
HubArn = "string"
)