Class ECS2ClientStandardImpl

  • All Implemented Interfaces:
    ECS2InternalClient

    public class ECS2ClientStandardImpl
    extends Object
    implements ECS2InternalClient
    Manage an AWS ECS client for all users to use. This implementation is for local instances to use a static and solid credential set.
    • Constructor Detail

      • ECS2ClientStandardImpl

        public ECS2ClientStandardImpl​(ECS2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getEcsClient

        public software.amazon.awssdk.services.ecs.EcsClient getEcsClient()
        Getting the ECS AWS client that is used.
        Specified by:
        getEcsClient in interface ECS2InternalClient
        Returns:
        Amazon ECS Client.