SecurityProfileBehavior

data class SecurityProfileBehavior(val criteria: SecurityProfileBehaviorCriteria? = null, val exportMetric: Boolean? = null, val metric: String? = null, val metricDimension: SecurityProfileMetricDimension? = null, val name: String, val suppressAlerts: Boolean? = null)

A security profile behavior.

Constructors

Link copied to clipboard
constructor(criteria: SecurityProfileBehaviorCriteria? = null, exportMetric: Boolean? = null, metric: String? = null, metricDimension: SecurityProfileMetricDimension? = null, name: String, suppressAlerts: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The criteria that determine if a device is behaving normally in regard to the metric .

Link copied to clipboard
val exportMetric: Boolean? = null

Value indicates exporting metrics related to the behavior when it is true.

Link copied to clipboard
val metric: String? = null

What is measured by the behavior.

Link copied to clipboard

The dimension of the metric.

Link copied to clipboard

The name for the behavior.

Link copied to clipboard
val suppressAlerts: Boolean? = null

Manage Detect alarm SNS notifications by setting behavior notification to on or suppressed. Detect will continue to performing device behavior evaluations. However, suppressed alarms wouldn't be forwarded for SNS notification.