@Stability(value=Stable) public static final class CfnSecurityProfile.BehaviorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityProfile.BehaviorProperty>
CfnSecurityProfile.BehaviorProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder name(String name)
CfnSecurityProfile.BehaviorProperty.getName()name - The name you've given to the behavior. This parameter is required.this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder criteria(CfnSecurityProfile.BehaviorCriteriaProperty criteria)
CfnSecurityProfile.BehaviorProperty.getCriteria()criteria - The criteria that determine if a device is behaving normally in regard to the `metric` .this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder criteria(IResolvable criteria)
CfnSecurityProfile.BehaviorProperty.getCriteria()criteria - The criteria that determine if a device is behaving normally in regard to the `metric` .this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder metric(String metric)
CfnSecurityProfile.BehaviorProperty.getMetric()metric - What is measured by the behavior.this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder metricDimension(CfnSecurityProfile.MetricDimensionProperty metricDimension)
CfnSecurityProfile.BehaviorProperty.getMetricDimension()metricDimension - The dimension of the metric.this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder metricDimension(IResolvable metricDimension)
CfnSecurityProfile.BehaviorProperty.getMetricDimension()metricDimension - The dimension of the metric.this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder suppressAlerts(Boolean suppressAlerts)
CfnSecurityProfile.BehaviorProperty.getSuppressAlerts()suppressAlerts - The alert status.
If you set the value to true , alerts will be suppressed.this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty.Builder suppressAlerts(IResolvable suppressAlerts)
CfnSecurityProfile.BehaviorProperty.getSuppressAlerts()suppressAlerts - The alert status.
If you set the value to true , alerts will be suppressed.this@Stability(value=Stable) public CfnSecurityProfile.BehaviorProperty build()
build in interface software.amazon.jsii.Builder<CfnSecurityProfile.BehaviorProperty>CfnSecurityProfile.BehaviorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.