Aggregate Compliance Pack Config Rule Args Builder
Functions
Link copied to clipboard
suspend fun configRuleParameters(value: Output<List<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>>)
suspend fun configRuleParameters(vararg values: AggregateCompliancePackConfigRuleConfigRuleParameterArgs)
suspend fun configRuleParameters(vararg values: Output<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>)
suspend fun configRuleParameters(vararg argument: suspend AggregateCompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit)
suspend fun configRuleParameters(value: List<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>?)
suspend fun configRuleParameters(values: List<Output<AggregateCompliancePackConfigRuleConfigRuleParameterArgs>>)
suspend fun configRuleParameters(argument: List<suspend AggregateCompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit>)
suspend fun configRuleParameters(argument: suspend AggregateCompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit)
Link copied to clipboard