SecurityProfileBehaviorArgs

data class SecurityProfileBehaviorArgs(val criteria: Output<SecurityProfileBehaviorCriteriaArgs>? = null, val metric: Output<String>? = null, val metricDimension: Output<SecurityProfileMetricDimensionArgs>? = null, val name: Output<String>, val suppressAlerts: Output<Boolean>? = null) : ConvertibleToJava<SecurityProfileBehaviorArgs>

A security profile behavior.

Constructors

Link copied to clipboard
fun SecurityProfileBehaviorArgs(criteria: Output<SecurityProfileBehaviorCriteriaArgs>? = null, metric: Output<String>? = null, metricDimension: Output<SecurityProfileMetricDimensionArgs>? = null, name: Output<String>, suppressAlerts: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SecurityProfileBehaviorArgs

Properties

Link copied to clipboard
Link copied to clipboard
val metric: Output<String>? = null

What is measured by the behavior.

Link copied to clipboard
Link copied to clipboard
val name: Output<String>

The name for the behavior.

Link copied to clipboard
val suppressAlerts: Output<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.