Config Rules¶
Provider: AWS
Service ID: config_rules
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'config_rules',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'config_rule_id', 'state', 'source_owner', 'source_identifier', 'description']
});
</script>
<div data-sd-service="config_rules" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Rule Name | text |
Resource display name (from tags or identifier) |
config_rule_name |
Config Rule Name | text |
From API field: ConfigRuleName |
config_rule_id |
Config Rule ID | text |
From API field: ConfigRuleId |
state |
State | status_badge |
From API field: ConfigRuleState |
source_owner |
Source Owner | text |
From API field: Source.Owner |
source_identifier |
Source Identifier | text |
From API field: Source.SourceIdentifier |
description |
Description | text |
From API field: Description |
scope |
Scope | text |
From API field: Scope |
= included in default view
Sort Order¶
Results are sorted by: name