Rule Rule Condition Args
data class RuleRuleConditionArgs(val cookieConfig: Output<RuleRuleConditionCookieConfigArgs>? = null, val headerConfig: Output<RuleRuleConditionHeaderConfigArgs>? = null, val hostConfig: Output<RuleRuleConditionHostConfigArgs>? = null, val methodConfig: Output<RuleRuleConditionMethodConfigArgs>? = null, val pathConfig: Output<RuleRuleConditionPathConfigArgs>? = null, val queryStringConfig: Output<RuleRuleConditionQueryStringConfigArgs>? = null, val responseHeaderConfig: Output<RuleRuleConditionResponseHeaderConfigArgs>? = null, val responseStatusCodeConfig: Output<RuleRuleConditionResponseStatusCodeConfigArgs>? = null, val sourceIpConfig: Output<RuleRuleConditionSourceIpConfigArgs>? = null, val type: Output<String>) : ConvertibleToJava<RuleRuleConditionArgs>
Constructors
Link copied to clipboard
constructor(cookieConfig: Output<RuleRuleConditionCookieConfigArgs>? = null, headerConfig: Output<RuleRuleConditionHeaderConfigArgs>? = null, hostConfig: Output<RuleRuleConditionHostConfigArgs>? = null, methodConfig: Output<RuleRuleConditionMethodConfigArgs>? = null, pathConfig: Output<RuleRuleConditionPathConfigArgs>? = null, queryStringConfig: Output<RuleRuleConditionQueryStringConfigArgs>? = null, responseHeaderConfig: Output<RuleRuleConditionResponseHeaderConfigArgs>? = null, responseStatusCodeConfig: Output<RuleRuleConditionResponseStatusCodeConfigArgs>? = null, sourceIpConfig: Output<RuleRuleConditionSourceIpConfigArgs>? = null, type: Output<String>)
Properties
Link copied to clipboard
The configuration of the cookie. See See cookie_config
below.
Link copied to clipboard
The configuration of the header field. See header_config
below.
Link copied to clipboard
The configuration of the host field. See host_config
below.
Link copied to clipboard
The configuration of the request method. See method_config
below.
Link copied to clipboard
The configuration of the path for the request to be forwarded. See path_config
below.
Link copied to clipboard
The configuration of the query string. See query_string_config
below.
Link copied to clipboard
The configuration of the header field. See response_header_config
below.
Link copied to clipboard
The configuration of the header field. See response_status_code_config
below.
Link copied to clipboard
The Based on source IP traffic matching. Required and valid when Type is SourceIP. See source_ip_config
below.