Route53RecoveryControlConfigAuthSchemeProvider
interface Route53RecoveryControlConfigAuthSchemeProvider : AuthSchemeProvider<Route53RecoveryControlConfigAuthSchemeParameters>
Route53RecoveryControlConfigAuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultRoute53RecoveryControlConfigAuthSchemeProvider for the default SDK behavior of this interface.
Inheritors
Inherited functions
Link copied to clipboard
abstract suspend fun resolveAuthScheme(params: Route53RecoveryControlConfigAuthSchemeParameters): List<AuthOption>