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
An implementation for
CfnSecurityProfile.StatisticalThresholdProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnSecurityProfile.StatisticalThresholdProperty
CfnSecurityProfile.StatisticalThresholdProperty.Builder, CfnSecurityProfile.StatisticalThresholdProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSecurityProfile.StatisticalThresholdProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSecurityProfile.StatisticalThresholdProperty.Builder
.
-
-
Method Details
-
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 interfaceCfnSecurityProfile.StatisticalThresholdProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-