Compliance Pack Config Rule Args Builder
Builder for CompliancePackConfigRuleArgs.
Functions
Link copied to clipboard
suspend fun configRuleParameters(value: Output<List<CompliancePackConfigRuleConfigRuleParameterArgs>>)
suspend fun configRuleParameters(vararg values: Output<CompliancePackConfigRuleConfigRuleParameterArgs>)
suspend fun configRuleParameters(vararg argument: suspend CompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit)
suspend fun configRuleParameters(values: List<Output<CompliancePackConfigRuleConfigRuleParameterArgs>>)
suspend fun configRuleParameters(argument: List<suspend CompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit>)
suspend fun configRuleParameters(argument: suspend CompliancePackConfigRuleConfigRuleParameterArgsBuilder.() -> Unit)
Link copied to clipboard