Class Cw2Configuration

    • Constructor Detail

      • Cw2Configuration

        public Cw2Configuration()
    • Method Detail

      • getAccessKey

        public String getAccessKey()
      • setAccessKey

        public void setAccessKey​(String accessKey)
        Amazon AWS Access Key
      • getSecretKey

        public String getSecretKey()
      • setSecretKey

        public void setSecretKey​(String secretKey)
        Amazon AWS Secret Key
      • getName

        public String getName()
      • setName

        public void setName​(String name)
        The metric name
      • getValue

        public Double getValue()
      • setValue

        public void setValue​(Double value)
        The metric value
      • getUnit

        public String getUnit()
      • setUnit

        public void setUnit​(String unit)
        The metric unit
      • getNamespace

        public String getNamespace()
      • setNamespace

        public void setNamespace​(String namespace)
        The metric namespace
      • setTimestamp

        public void setTimestamp​(Instant timestamp)
        The metric timestamp
      • getTimestamp

        public Instant getTimestamp()
      • getAmazonCwClient

        public software.amazon.awssdk.services.cloudwatch.CloudWatchClient getAmazonCwClient()
      • setAmazonCwClient

        public void setAmazonCwClient​(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient)
        To use the AmazonCloudWatch as the client
      • getProxyProtocol

        public software.amazon.awssdk.core.Protocol getProxyProtocol()
      • setProxyProtocol

        public void setProxyProtocol​(software.amazon.awssdk.core.Protocol proxyProtocol)
        To define a proxy protocol when instantiating the CW client
      • getProxyHost

        public String getProxyHost()
      • setProxyHost

        public void setProxyHost​(String proxyHost)
        To define a proxy host when instantiating the CW client
      • getProxyPort

        public Integer getProxyPort()
      • setProxyPort

        public void setProxyPort​(Integer proxyPort)
        To define a proxy port when instantiating the CW client
      • getRegion

        public String getRegion()
      • setRegion

        public void setRegion​(String region)
        The region in which CW client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id()
      • isTrustAllCertificates

        public boolean isTrustAllCertificates()
      • setTrustAllCertificates

        public void setTrustAllCertificates​(boolean trustAllCertificates)
        If we want to trust all certificates in case of overriding the endpoint
      • isOverrideEndpoint

        public boolean isOverrideEndpoint()
      • setOverrideEndpoint

        public void setOverrideEndpoint​(boolean overrideEndpoint)
        Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option
      • getUriEndpointOverride

        public String getUriEndpointOverride()
      • setUriEndpointOverride

        public void setUriEndpointOverride​(String uriEndpointOverride)
        Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option
      • setUseDefaultCredentialsProvider

        public void setUseDefaultCredentialsProvider​(Boolean useDefaultCredentialsProvider)
        Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
      • isUseDefaultCredentialsProvider

        public Boolean isUseDefaultCredentialsProvider()