ComplianceVersionArgs

data class ComplianceVersionArgs(val benchmarkDocument: Output<String>? = null, val cpeUri: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ComplianceVersionArgs>

Describes the CIS benchmark version that is applicable to a given OS and os version.

Constructors

Link copied to clipboard
fun ComplianceVersionArgs(benchmarkDocument: Output<String>? = null, cpeUri: Output<String>? = null, version: Output<String>? = null)

Functions

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

Properties

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

The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".

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

The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

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

The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.