package software.amazon.timestream.table; class Configuration extends BaseConfiguration { Configuration() { super("aws-timestream-table.json"); } }