Interface CfnSecurityProfile.StatisticalThresholdProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSecurityProfile.StatisticalThresholdProperty.Jsii$Proxy
Enclosing class:
CfnSecurityProfile

@Stability(Stable) public static interface CfnSecurityProfile.StatisticalThresholdProperty extends software.amazon.jsii.JsiiSerializable
A statistical ranking (percentile) that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iot.*;
 StatisticalThresholdProperty statisticalThresholdProperty = StatisticalThresholdProperty.builder()
         .statistic("statistic")
         .build();
 

See Also: