Class KMS2ClientProfileOptimizedImpl
java.lang.Object
org.apache.camel.component.aws2.kms.client.impl.KMS2ClientProfileOptimizedImpl
- All Implemented Interfaces:
KMS2InternalClient
Manage an AWS KMS client for all users to use (enabling temporary creds). This implementation is for remote instances
to manage the credentials on their own (eliminating credential rotations)
-
Constructor Summary
ConstructorsConstructorDescriptionKMS2ClientProfileOptimizedImpl(KMS2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.kms.KmsClientGetting the KMS aws client that is used.
-
Constructor Details
-
KMS2ClientProfileOptimizedImpl
Constructor that uses the config file.
-
-
Method Details
-
getKmsClient
public software.amazon.awssdk.services.kms.KmsClient getKmsClient()Getting the KMS aws client that is used.- Specified by:
getKmsClientin interfaceKMS2InternalClient- Returns:
- KMS Client.
-