RegionProvider

interface RegionProvider

Interface for providing AWS region information. Implementations are free to use any strategy for providing region information

Inheritors

Functions

Link copied to clipboard
abstract suspend fun getRegion(): String?

Return the region name to use. If region information is not available, implementations should return null