automation_rules
Retrieves a list of automation_rules
in a region
Overview
Name | automation_rules |
Type | Resource |
Description | automation_rules |
Id | awscc.securityhub.automation_rules |
Fields
Name | Datatype | Description |
---|---|---|
rule_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
rule_arn
FROM awscc.securityhub.automation_rules
WHERE region = 'us-east-1'
Permissions
To operate on the automation_rules
resource, the following permissions are required:
Create
securityhub:CreateAutomationRule,
securityhub:TagResource,
securityhub:ListTagsForResource
List
securityhub:ListAutomationRules,
securityhub:ListTagsForResource