Class CfnSecurityProfile.StatisticalThresholdProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnSecurityProfile.StatisticalThresholdProperty.Jsii$Proxy
All Implemented Interfaces:
CfnSecurityProfile.StatisticalThresholdProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnSecurityProfile.StatisticalThresholdProperty

@Stability(Stable) @Internal public static final class CfnSecurityProfile.StatisticalThresholdProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSecurityProfile.StatisticalThresholdProperty
  • Constructor Details

  • Method Details

    • getStatistic

      public final String getStatistic()
      Description copied from interface: CfnSecurityProfile.StatisticalThresholdProperty
      The percentile that resolves to a threshold value by which compliance with a behavior is determined.

      Metrics are collected over the specified period ( durationSeconds ) from all reporting devices in your account and statistical ranks are calculated. Then, the measurements from a device are collected over the same period. If the accumulated measurements from the device fall above or below ( comparisonOperator ) the value associated with the percentile specified, then the device is considered to be in compliance with the behavior, otherwise a violation occurs.

      Specified by:
      getStatistic in interface CfnSecurityProfile.StatisticalThresholdProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object