aggregator_v2s_list_only
Lists aggregator_v2s in a region or regions, for all properties use aggregator_v2s
Overview
| Name | aggregator_v2s_list_only |
| Type | Resource |
| Description | The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode. |
| Id | awscc.securityhub.aggregator_v2s_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
aggregator_v2_arn | string | The ARN of the AggregatorV2 being created and assigned as the unique identifier |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all aggregator_v2s in a region.
SELECT
region,
aggregator_v2_arn
FROM awscc.securityhub.aggregator_v2s_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the aggregator_v2s_list_only resource, see aggregator_v2s