@Stability(value=Stable)
public static interface CfnSecurityProfile.BehaviorCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
| 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.