🧠 AWS RDS Parameter Group Event Subscription for critical events is not configured - prod.logic.yaml🟢
- Contextual name: 🧠 prod.logic.yaml🟢
- ID:
/ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml - Tags:
Uses
Test Results 🟢
Generated at: 2026-02-10T22:33:13.635457101Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| 🟢 | 001 | ✔️ 199 | ✔️ CA10__AWS_RDS_Event_Subscriptions__r.has(COMPLIANT) | ✔️ null |
| 🟢 | 002 | ✔️ 200 | ✔️ otherwise | ✔️ null |
| 🟢 | 003 | ✔️ 200 | ✔️ otherwise | ✔️ null |
Generation Bundle
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/aws/rds/parameter-group-event-subscription/policy.yaml | 35CD2D2A615E8A3BF4AC2048C639C27B |
| Open | /ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml | 0BC05782485BDE6986E364BECCF246A7 |
| Open | /ce/ca/aws/rds/parameter-group-event-subscription/test-data.json | 1F724D1897168311220F47A0CE4E4FAF |
| Open | /types/CA10__CaAwsDbEventSubscription__c/object.extracts.yaml | CFB79FB71BF9EF5147DA4CFCE1DE4747 |
Available Commands
repo-manager policies generate FULL /ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/aws/rds/parameter-group-event-subscription/prod.logic.yaml
Content
---
inputType: "CA10__CaAwsAccount__c"
testData:
- file: test-data.json
conditions:
- status: "COMPLIANT"
currentStateMessage: "The RDS event subscription for critical parameter group events is configured."
check:
RELATED_LIST_HAS:
relationshipName: "CA10__AWS_RDS_Event_Subscriptions__r"
status: "COMPLIANT"
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "The RDS event subscription is not configured for critical parameter group events."
remediationMessage: "Configure an event subscription for critical parameter group events."
relatedLists:
- relationshipName: "CA10__AWS_RDS_Event_Subscriptions__r"
importExtracts:
- file: /types/CA10__CaAwsDbEventSubscription__c/object.extracts.yaml
conditions:
- status: "INAPPLICABLE"
currentStateMessage: "This is not an active parameter group event subscription."
check:
NOT:
arg:
AND:
args:
- IS_EQUAL:
left:
EXTRACT: "CA10__enabled__c"
right:
BOOLEAN: true
- IS_EQUAL:
left:
EXTRACT: "CA10__sourceType__c"
right:
TEXT: 'db-parameter-group'
- status: "COMPLIANT"
currentStateMessage: "This is an event subscription for critical parameter group events."
check:
CONTAINS_ALL:
arg:
EXTRACT: "CA10__eventCategories__c"
search:
LIST:
itemType: TEXT
items: ["configuration change"]
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "This is an event subscription for non-critical parameter group events."