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
constructor(profileLevel: Output<Int>? = null, severity: Output<CisBenchmarkSeverity>? = null)

Properties

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

Functions

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