You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "- If `action` is `forward`, the response is a `LoadBalancerPoolReference`- If `action` is `redirect`, the response is a `LoadBalancerListenerPolicyRedirectURL`- If `action` is `https_redirect`, the response is a `LoadBalancerListenerHTTPSRedirect`.",
104
+
Description: "- If `action` is `forward` or `forward_to_pool`, the response is a `LoadBalancerPoolReference`- If `action` is `forward_to_listener`, specify a `LoadBalancerListenerIdentity` in this load balancer to forward to. - If `action` is `redirect`, the response is a `LoadBalancerListenerPolicyRedirectURL`- If `action` is `https_redirect`, the response is a `LoadBalancerListenerHTTPSRedirect`.",
Copy file name to clipboardExpand all lines: website/docs/d/is_lb_listener_policy.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Nested scheme for `rules`:
52
52
- `href` - (String) The rule's canonical URL.
53
53
- `id` - (String) The rule's unique identifier.
54
54
55
-
-`target` - (List) - If `action` is `forward`, the response is a `LoadBalancerPoolReference`- If `action` is `redirect`, the response is a `LoadBalancerListenerPolicyRedirectURL`- If `action` is `https_redirect`, the response is a `LoadBalancerListenerHTTPSRedirect`.
55
+
-`target` - (List) - If `action` is `forward`, the response is a `LoadBalancerPoolReference`-If `action` is `forward_to_pool`, the response is a `LoadBalancerPoolReference`-If `action` is `forward_to_listener`, specify a `LoadBalancerListenerIdentity` in this load balancer to forward to.`- If `action` is `redirect`, the response is a `LoadBalancerListenerPolicyRedirectURL`- If `action` is `https_redirect`, the response is a `LoadBalancerListenerHTTPSRedirect`.
56
56
Nested scheme for `target`:
57
57
- `deleted` - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
Copy file name to clipboardExpand all lines: website/docs/d/is_lb_listener_policy_rule.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ In addition to all argument references listed, you can access the following attr
38
38
39
39
-`created_at` - (String) The date and time that this rule was created.
40
40
41
-
-`field` - (String) The field. This is applicable to `header`, `query`, and `body` rule types.If the rule type is `header`, this property is required.If the rule type is `query`, this is optional. If specified and the rule condition is not`matches_regex`, the value must be percent-encoded.If the rule type is `body`, this is optional.
41
+
-`field` - (String) The field. This is applicable to `header`, `query`,`body` and `sni_hostname` rule types.If the rule type is `header`, this property is required.If the rule type is `query`, this is optional. If specified and the rule condition is not`matches_regex`, the value must be percent-encoded.If the rule type is `body`, this is optional.
Copy file name to clipboardExpand all lines: website/docs/r/is_lb_listener_policy.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ The `ibm_is_lb_listener_policy` resource provides the following [Timeouts](https
167
167
## Argument reference
168
168
Review the argument references that you can specify for your resource.
169
169
170
-
-`action` - (Required, Forces new resource, String) The action that you want to specify for your policy. Supported values are `forward`, `redirect`, `reject`, and `https_redirect`.
170
+
-`action` - (Required, Forces new resource, String) The action that you want to specify for your policy. Supported values are `forward_to_pool`,`forward_to_listener`, `redirect`, `reject`, and `https_redirect`.
171
171
-`lb` - (Required, Forces new resource, String) The ID of the load balancer for which you want to create a load balancer listener policy.
172
172
-`listener` - (Required, Forces new resource, String) The ID of the load balancer listener.
173
173
-`name` - (Optional, String) The name for the load balancer policy. Names must be unique within a load balancer listener.
0 commit comments