package software.amazon.events.rule; class Configuration extends BaseConfiguration { public Configuration() { super("aws-events-rule.json"); } }