hub_v2s_list_only
Lists hub_v2s in a region or regions, for all properties use hub_v2s
Overview
| Name | hub_v2s_list_only |
| Type | Resource |
| Description | The AWS::SecurityHub::HubV2 resource represents the implementation of the AWS Security Hub V2 service in your account. Only one hubv2 resource can created in each region in which you enable Security Hub V2. |
| Id | awscc.securityhub.hub_v2s_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
hub_v2_arn | string | The Amazon Resource Name of the Security Hub V2 resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all hub_v2s in a region.
SELECT
region,
hub_v2_arn
FROM awscc.securityhub.hub_v2s_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hub_v2s_list_only resource, see hub_v2s