Cis Benchmark Args
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)