def get_rulegroups_to_convert()

in ingest_suricata_rules/rules_processor.py [0:0]


def  get_rulegroups_to_convert(ssmparam):
    try:
        response = ssm.get_parameter(
            Name=ssmparam,
            WithDecryption=False
            )
    except Exception as err:
        raise err

    return response["Parameter"]["Value"]