AggregateCompliancePackConfigRuleArgs

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

Constructors

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

Properties

Link copied to clipboard

A list of parameter rules. See config_rule_parameters below.

Link copied to clipboard

The Managed Rule Identifier.

Functions

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