automation_rules_list_only
Lists automation_rules
in a region or regions, for all properties use automation_rules
Overview
Name | automation_rules_list_only |
Type | Resource |
Description | The AWS::SecurityHub::AutomationRule resource specifies an automation rule based on input parameters. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*. |
Id | aws.securityhub.automation_rules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
rule_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all automation_rules
in a region.
SELECT
region,
rule_arn
FROM aws.securityhub.automation_rules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the automation_rules_list_only
resource, see automation_rules