Skip to main content

hub_v2s_list_only

Lists hub_v2s in a region or regions, for all properties use hub_v2s

Overview

Namehub_v2s_list_only
TypeResource
DescriptionThe 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.
Idawscc.securityhub.hub_v2s_list_only

Fields

NameDatatypeDescription
hub_v2_arnstringThe Amazon Resource Name of the Security Hub V2 resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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