Rule Rule Action Fixed Response Config Args
data class RuleRuleActionFixedResponseConfigArgs(val content: Output<String>, val contentType: Output<String>? = null, val httpCode: Output<String>? = null) : ConvertibleToJava<RuleRuleActionFixedResponseConfigArgs>
Constructors
Link copied to clipboard
fun RuleRuleActionFixedResponseConfigArgs(content: Output<String>, contentType: Output<String>? = null, httpCode: Output<String>? = null)