SecurityProfileMetricValueArgs

data class SecurityProfileMetricValueArgs(val cidrs: Output<List<String>>? = null, val count: Output<String>? = null, val number: Output<Double>? = null, val numbers: Output<List<Double>>? = null, val ports: Output<List<Int>>? = null, val strings: Output<List<String>>? = null) : ConvertibleToJava<SecurityProfileMetricValueArgs>

The value to be compared with the metric.

Constructors

Link copied to clipboard
constructor(cidrs: Output<List<String>>? = null, count: Output<String>? = null, number: Output<Double>? = null, numbers: Output<List<Double>>? = null, ports: Output<List<Int>>? = null, strings: Output<List<String>>? = null)

Properties

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

If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.

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

If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.

Link copied to clipboard
val number: Output<Double>? = null

The numeral value of a metric.

Link copied to clipboard
val numbers: Output<List<Double>>? = null

The numeral values of a metric.

Link copied to clipboard
val ports: Output<List<Int>>? = null

If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.

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

The string values of a metric.

Functions

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