Class IAM2ClientOptimizedImpl
java.lang.Object
org.apache.camel.component.aws2.iam.client.impl.IAM2ClientOptimizedImpl
- All Implemented Interfaces:
IAM2InternalClient
Manage an AWS IAM 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
ConstructorsConstructorDescriptionIAM2ClientOptimizedImpl(IAM2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.iam.IamClientGetting the IAM aws client that is used.
-
Constructor Details
-
IAM2ClientOptimizedImpl
Constructor that uses the config file.
-
-
Method Details
-
getIamClient
public software.amazon.awssdk.services.iam.IamClient getIamClient()Getting the IAM aws client that is used.- Specified by:
getIamClientin interfaceIAM2InternalClient- Returns:
- IAM Client.
-