Class IAM2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.iam.client.impl.IAM2ClientStandardImpl
All Implemented Interfaces:
IAM2InternalClient

public class IAM2ClientStandardImpl extends Object implements IAM2InternalClient
Manage an AWS EKS client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • IAM2ClientStandardImpl

      public IAM2ClientStandardImpl(IAM2Configuration configuration)
      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:
      getIamClient in interface IAM2InternalClient
      Returns:
      Amazon IAM Client.