CisBenchmarkArgs

data class CisBenchmarkArgs(val profileLevel: Output<Int>? = null, val severity: Output<CisBenchmarkSeverity>? = null) : ConvertibleToJava<CisBenchmarkArgs>

A compliance check that is a CIS benchmark.

Constructors

Link copied to clipboard
fun CisBenchmarkArgs(profileLevel: Output<Int>? = null, severity: Output<CisBenchmarkSeverity>? = null)

Functions

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

Properties

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

The profile level of this CIS benchmark check.

Link copied to clipboard
val severity: Output<CisBenchmarkSeverity>? = null

The severity level of this CIS benchmark check.