SecurityProfileStatisticalThresholdArgs

data class SecurityProfileStatisticalThresholdArgs(val statistic: Output<SecurityProfileStatisticalThresholdStatistic>? = null) : ConvertibleToJava<SecurityProfileStatisticalThresholdArgs>

A statistical ranking (percentile) which indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.

Constructors

Link copied to clipboard
constructor(statistic: Output<SecurityProfileStatisticalThresholdStatistic>? = null)

Properties

Link copied to clipboard

The percentile which resolves to a threshold value by which compliance with a behavior is determined

Functions

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