SecurityProfileBehavior

data class SecurityProfileBehavior(val criteria: SecurityProfileBehaviorCriteria? = 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
fun SecurityProfileBehavior(criteria: SecurityProfileBehaviorCriteria? = null, metric: String? = null, metricDimension: SecurityProfileMetricDimension? = null, name: String, suppressAlerts: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val metric: String? = null

What is measured by the behavior.

Link copied to clipboard
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.