Class SecretsManagerClientFactory
java.lang.Object
org.apache.camel.component.aws.secretsmanager.client.SecretsManagerClientFactory
Factory class to return the correct type of AWS Secrets Manager aws.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecretsManagerInternalClientgetSecretsManagerClient(SecretsManagerConfiguration configuration) Return the correct aws Secrets Manager client (based on remote vs local).
-
Method Details
-
getSecretsManagerClient
public static SecretsManagerInternalClient getSecretsManagerClient(SecretsManagerConfiguration configuration) Return the correct aws Secrets Manager client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- SecretsManagerClient
-