automation_rule_v2s_list_only
Lists automation_rule_v2s in a region or regions, for all properties use automation_rule_v2s
Overview
| Name | automation_rule_v2s_list_only |
| Type | Resource |
| Description | Resource schema for AWS::SecurityHub::AutomationRuleV2 |
| Id | awscc.securityhub.automation_rule_v2s_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
rule_arn | string | The ARN of the automation rule |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all automation_rule_v2s in a region.
SELECT
region,
rule_arn
FROM awscc.securityhub.automation_rule_v2s_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the automation_rule_v2s_list_only resource, see automation_rule_v2s