ProfileRegionProvider

constructor(profileName: String)

Create a new ProfileRegionProvider that sources region from the given profileName


constructor(profile: LazyAsyncValue<AwsProfile> = asyncLazy { loadAwsSharedConfig(PlatformProvider.System).activeProfile })