You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::BehaviorWhen passing Behavior as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "BehaviorName", metric: "BehaviorMetric",
metric_dimension: {
dimension_name: "DimensionName", operator: "IN", },
criteria: {
comparison_operator: "less-than", value: {
count: 1,
cidrs: ["Cidr"],
ports: [1],
},
duration_seconds: 1,
consecutive_datapoints_to_alarm: 1,
consecutive_datapoints_to_clear: 1,
statistical_threshold: {
statistic: "EvaluationStatistic",
},
},
}
A Device Defender security profile behavior.
Returned by:
Instance Attribute Summary collapseThe criteria that determine if a device is behaving normally in regard to the metric
.
What is measured by the behavior.
The dimension for a metric in your behavior.
The name you have given to the behavior.
The criteria that determine if a device is behaving normally in regard to the metric
.
What is measured by the behavior.
#metric_dimension ⇒ Types::MetricDimensionThe dimension for a metric in your behavior. For example, using a TOPIC_FILTER
dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.
The name you have given to the behavior.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4