Aggregate Compliance Pack Config Rule Args
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
val configRuleParameters: Output<List<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>>? = null
A list of parameter rules. See config_rule_parameters
below.
Link copied to clipboard
The Managed Rule Identifier.