@Stability(value=Deprecated) @Deprecated @Internal public static final class AddRedirectResponseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddRedirectResponseProps
AddRedirectResponsePropssoftware.amazon.jsii.JsiiObject.InitializationModeAddRedirectResponseProps.Builder, AddRedirectResponseProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AddRedirectResponseProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
AddRedirectResponseProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
List<ListenerCondition> |
getConditions()
Deprecated.
(experimental) Rule applies if matches the conditions.
|
String |
getHost()
Deprecated.
(deprecated) The hostname.
|
String |
getHostHeader()
Deprecated.
(deprecated) Rule applies if the requested host matches the indicated host.
|
String |
getPath()
Deprecated.
(deprecated) The absolute path, starting with the leading "/".
|
String |
getPathPattern()
Deprecated.
(deprecated) Rule applies if the requested path matches the given path pattern.
|
List<String> |
getPathPatterns()
Deprecated.
(deprecated) Rule applies if the requested path matches any of the given patterns.
|
String |
getPort()
Deprecated.
(deprecated) The port.
|
Number |
getPriority()
Deprecated.
(experimental) Priority of this target group.
|
String |
getProtocol()
Deprecated.
(deprecated) The protocol.
|
String |
getQuery()
Deprecated.
(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.
|
String |
getStatusCode()
Deprecated.
(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AddRedirectResponseProps.Builder builder)
AddRedirectResponseProps.Builder.public final List<ListenerCondition> getConditions()
AddRulePropsDefault: - No conditions.
getConditions in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.htmlpublic final String getHostHeader()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#host-conditionspublic final String getPathPattern()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditionspublic final List<String> getPathPatterns()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditionspublic final Number getPriority()
AddRulePropsThe rule with the lowest priority will be used for every request. If priority is not given, these target groups will be added as defaults, and must not have conditions.
Priorities must be unique.
Default: Target groups are used as defaults
getPriority in interface AddRulePropspublic final String getStatusCode()
RedirectResponsegetStatusCode in interface RedirectResponsepublic final String getHost()
RedirectResponseThis component is not percent-encoded. The hostname can contain #{host}.
Default: origin host of request
getHost in interface RedirectResponsepublic final String getPath()
RedirectResponseThis component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.
Default: origin path of request
getPath in interface RedirectResponsepublic final String getPort()
RedirectResponseYou can specify a value from 1 to 65535 or #{port}.
Default: origin port of request
getPort in interface RedirectResponsepublic final String getProtocol()
RedirectResponseYou can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.
Default: origin protocol of request
getProtocol in interface RedirectResponsepublic final String getQuery()
RedirectResponseDo not include the leading "?", as it is automatically added. You can specify any of the reserved keywords.
Default: origin query string of request
getQuery in interface RedirectResponse@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.