config Rule Parameters
suspend fun configRuleParameters(value: Output<List<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>>)
suspend fun configRuleParameters(value: List<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>?)
Parameters
value
A list of parameter rules. See config_rule_parameters
below.
suspend fun configRuleParameters(vararg values: Output<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>)
suspend fun configRuleParameters(values: List<Output<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>>)
suspend fun configRuleParameters(vararg values: AggregateCompliancePackConfigRuleConfigRuleParameterArgs)
Parameters
values
A list of parameter rules. See config_rule_parameters
below.
suspend fun configRuleParameters(argument: List<suspend AggregateCompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit>)
suspend fun configRuleParameters(vararg argument: suspend AggregateCompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit)
suspend fun configRuleParameters(argument: suspend AggregateCompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit)
Parameters
argument
A list of parameter rules. See config_rule_parameters
below.