in ingest_suricata_rules/convert_ids_ips.py [0:0]
def get_rule_group(RuleGroupName):
RuleGroup = anf.describe_rule_group(
RuleGroupName=RuleGroupName,
Type=RuleGroupType
)
return RuleGroup