hubs_list_only
Lists hubs in a region or regions, for all properties use hubs
Overview
| Name | hubs_list_only |
| Type | Resource |
| Description | The AWS::SecurityHub::Hub resource represents the implementation of the AWS Security Hub service in your account. One hub resource is created for each Region in which you enable Security Hub. |
| Id | aws.securityhub.hubs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | An ARN is automatically created for the customer. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all hubs in a region.
SELECT
region,
arn
FROM aws.securityhub.hubs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hubs_list_only resource, see hubs