Class 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 Detail

      • IAM2ClientStandardImpl

        public IAM2ClientStandardImpl​(IAM2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • 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.