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