Class Cw2ClientStandardImpl

  • All Implemented Interfaces:
    Cw2InternalClient

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

      • Cw2ClientStandardImpl

        public Cw2ClientStandardImpl​(Cw2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getCloudWatchClient

        public software.amazon.awssdk.services.cloudwatch.CloudWatchClient getCloudWatchClient()
        Getting the Cloud Watch AWS client that is used.
        Specified by:
        getCloudWatchClient in interface Cw2InternalClient
        Returns:
        Amazon Cloud Watch Client.