@Deprecated public static final class AddRedirectResponseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddRedirectResponseProps
AddRedirectResponseProps
AddRedirectResponseProps.Builder, AddRedirectResponseProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o)
Deprecated.
|
java.util.List<ListenerCondition> |
getConditions()
Deprecated.
Rule applies if matches the conditions.
|
java.lang.String |
getHost()
Deprecated.
(deprecated) The hostname.
|
java.lang.String |
getHostHeader()
Deprecated.
(deprecated) Rule applies if the requested host matches the indicated host.
|
java.lang.String |
getPath()
Deprecated.
(deprecated) The absolute path, starting with the leading "/".
|
java.lang.String |
getPathPattern()
Deprecated.
(deprecated) Rule applies if the requested path matches the given path pattern.
|
java.util.List<java.lang.String> |
getPathPatterns()
Deprecated.
(deprecated) Rule applies if the requested path matches any of the given patterns.
|
java.lang.String |
getPort()
Deprecated.
(deprecated) The port.
|
java.lang.Number |
getPriority()
Deprecated.
Priority of this target group.
|
java.lang.String |
getProtocol()
Deprecated.
(deprecated) The protocol.
|
java.lang.String |
getQuery()
Deprecated.
(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.
|
java.lang.String |
getStatusCode()
Deprecated.
(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<ListenerCondition> getConditions()
AddRuleProps
Default: - No conditions.
getConditions
in interface AddRuleProps
public final java.lang.String getHostHeader()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader
in interface AddRuleProps
public final java.lang.String getPathPattern()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern
in interface AddRuleProps
public final java.util.List<java.lang.String> getPathPatterns()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns
in interface AddRuleProps
public final java.lang.Number getPriority()
AddRuleProps
The 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 AddRuleProps
public final java.lang.String getStatusCode()
RedirectResponse
getStatusCode
in interface RedirectResponse
public final java.lang.String getHost()
RedirectResponse
This component is not percent-encoded. The hostname can contain #{host}.
Default: origin host of request
getHost
in interface RedirectResponse
public final java.lang.String getPath()
RedirectResponse
This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.
Default: origin path of request
getPath
in interface RedirectResponse
public final java.lang.String getPort()
RedirectResponse
You can specify a value from 1 to 65535 or #{port}.
Default: origin port of request
getPort
in interface RedirectResponse
public final java.lang.String getProtocol()
RedirectResponse
You 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 RedirectResponse
public final java.lang.String getQuery()
RedirectResponse
Do 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()