CompliancePackConfigRule

data class CompliancePackConfigRule(val configRuleParameters: List<CompliancePackConfigRuleConfigRuleParameter>? = null, val managedRuleIdentifier: String)

Constructors

Link copied to clipboard
constructor(configRuleParameters: List<CompliancePackConfigRuleConfigRuleParameter>? = null, managedRuleIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Config Rule Parameters. See config_rule_parameters below.

Link copied to clipboard

The Managed Rule Identifier.