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