@Stability(value=Stable)
public static interface CfnSecurityProfile.BehaviorCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
BehaviorCriteriaProperty behaviorCriteriaProperty = BehaviorCriteriaProperty.builder()
.comparisonOperator("comparisonOperator")
.consecutiveDatapointsToAlarm(123)
.consecutiveDatapointsToClear(123)
.durationSeconds(123)
.mlDetectionConfig(MachineLearningDetectionConfigProperty.builder()
.confidenceLevel("confidenceLevel")
.build())
.statisticalThreshold(StatisticalThresholdProperty.builder()
.statistic("statistic")
.build())
.value(MetricValueProperty.builder()
.cidrs(List.of("cidrs"))
.count("count")
.number(123)
.numbers(List.of(123))
.ports(List.of(123))
.strings(List.of("strings"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecurityProfile.BehaviorCriteriaProperty.Builder
A builder for
CfnSecurityProfile.BehaviorCriteriaProperty |
static class |
CfnSecurityProfile.BehaviorCriteriaProperty.Jsii$Proxy
An implementation for
CfnSecurityProfile.BehaviorCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecurityProfile.BehaviorCriteriaProperty.Builder |
builder() |
default String |
getComparisonOperator()
`CfnSecurityProfile.BehaviorCriteriaProperty.ComparisonOperator`.
|
default Number |
getConsecutiveDatapointsToAlarm()
`CfnSecurityProfile.BehaviorCriteriaProperty.ConsecutiveDatapointsToAlarm`.
|
default Number |
getConsecutiveDatapointsToClear()
`CfnSecurityProfile.BehaviorCriteriaProperty.ConsecutiveDatapointsToClear`.
|
default Number |
getDurationSeconds()
`CfnSecurityProfile.BehaviorCriteriaProperty.DurationSeconds`.
|
default Object |
getMlDetectionConfig()
`CfnSecurityProfile.BehaviorCriteriaProperty.MlDetectionConfig`.
|
default Object |
getStatisticalThreshold()
`CfnSecurityProfile.BehaviorCriteriaProperty.StatisticalThreshold`.
|
default Object |
getValue()
`CfnSecurityProfile.BehaviorCriteriaProperty.Value`.
|
@Stability(value=Stable) @Nullable default String getComparisonOperator()
@Stability(value=Stable) @Nullable default Number getConsecutiveDatapointsToAlarm()
@Stability(value=Stable) @Nullable default Number getConsecutiveDatapointsToClear()
@Stability(value=Stable) @Nullable default Number getDurationSeconds()
@Stability(value=Stable) @Nullable default Object getMlDetectionConfig()
@Stability(value=Stable) @Nullable default Object getStatisticalThreshold()
@Stability(value=Stable) @Nullable default Object getValue()
@Stability(value=Stable) static CfnSecurityProfile.BehaviorCriteriaProperty.Builder builder()
Copyright © 2021. All rights reserved.