CompliancePackConfigRuleArgs

data class CompliancePackConfigRuleArgs(val configRuleParameters: Output<List<CompliancePackConfigRuleConfigRuleParameterArgs>>? = null, val managedRuleIdentifier: Output<String>) : ConvertibleToJava<CompliancePackConfigRuleArgs>

Constructors

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

Properties

Link copied to clipboard

A list of Config Rule Parameters. See config_rule_parameters below.

Link copied to clipboard

The Managed Rule Identifier.

Functions

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