aws.securityhub.describe_hub
Example SQL Queries
SELECT * FROMaws.securityhub.describe_hub;Description
Returns details about the Hub resource in your account, including the HubArn and the time when you enabled Security Hub.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hub_arn Input Column The ARN of the Hub resource that was retrieved. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| auto_enable_controls Whether to automatically enable new controls when they are added to standards that are enabled. If set to true, then new controls for enabled standards are enabled automatically. If set to false, then new controls are not enabled. | BOOLEAN |
| control_finding_generator 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. | VARCHAR |
| subscribed_at The date and time when Security Hub was enabled in the account. | VARCHAR |