CompliantSummaryArgs

data class CompliantSummaryArgs(val compliantCount: Output<Int>? = null, val severitySummary: Output<SeveritySummaryArgs>? = null) : ConvertibleToJava<CompliantSummaryArgs>

Definition of CompliantSummary

Constructors

Link copied to clipboard
constructor(compliantCount: Output<Int>? = null, severitySummary: Output<SeveritySummaryArgs>? = null)

Properties

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

The total number of resources that are compliant.

Link copied to clipboard

A summary of the compliance severity by compliance type.

Functions

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