Class Cw2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.cw.client.impl.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 Details

    • Cw2ClientStandardImpl

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

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