Class AddRedirectResponseProps.Jsii$Proxy
- All Implemented Interfaces:
AddRedirectResponseProps
,AddRuleProps
,RedirectResponse
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddRedirectResponseProps
AddRedirectResponseProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.AddRedirectResponseProps
AddRedirectResponseProps.Builder, AddRedirectResponseProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by theAddRedirectResponseProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final List<ListenerCondition>
Deprecated.Rule applies if matches the conditions.final String
getHost()
Deprecated.(deprecated) The hostname.final String
Deprecated.(deprecated) Rule applies if the requested host matches the indicated host.final String
getPath()
Deprecated.(deprecated) The absolute path, starting with the leading "/".final String
Deprecated.(deprecated) Rule applies if the requested path matches the given path pattern.Deprecated.(deprecated) Rule applies if the requested path matches any of the given patterns.final String
getPort()
Deprecated.(deprecated) The port.final Number
Deprecated.Priority of this target group.final String
Deprecated.(deprecated) The protocol.final String
getQuery()
Deprecated.(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.final String
Deprecated.(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theAddRedirectResponseProps.Builder
.
-
-
Method Details
-
getConditions
Deprecated.Description copied from interface:AddRuleProps
Rule applies if matches the conditions.Default: - No conditions.
- Specified by:
getConditions
in interfaceAddRuleProps
- See Also:
-
getHostHeader
Deprecated.Description copied from interface:AddRuleProps
(deprecated) Rule applies if the requested host matches the indicated host.May contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
- Specified by:
getHostHeader
in interfaceAddRuleProps
- See Also:
-
getPathPattern
Deprecated.Description copied from interface:AddRuleProps
(deprecated) Rule applies if the requested path matches the given path pattern.May contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
- Specified by:
getPathPattern
in interfaceAddRuleProps
- See Also:
-
getPathPatterns
Deprecated.Description copied from interface:AddRuleProps
(deprecated) Rule applies if the requested path matches any of the given patterns.May contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
- Specified by:
getPathPatterns
in interfaceAddRuleProps
- See Also:
-
getPriority
Deprecated.Description copied from interface:AddRuleProps
Priority of this target group.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
- Specified by:
getPriority
in interfaceAddRuleProps
-
getStatusCode
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).- Specified by:
getStatusCode
in interfaceRedirectResponse
-
getHost
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The hostname.This component is not percent-encoded. The hostname can contain #{host}.
Default: origin host of request
- Specified by:
getHost
in interfaceRedirectResponse
-
getPath
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The absolute path, starting with the leading "/".This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.
Default: origin path of request
- Specified by:
getPath
in interfaceRedirectResponse
-
getPort
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The port.You can specify a value from 1 to 65535 or #{port}.
Default: origin port of request
- Specified by:
getPort
in interfaceRedirectResponse
-
getProtocol
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The protocol.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
- Specified by:
getProtocol
in interfaceRedirectResponse
-
getQuery
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.Do not include the leading "?", as it is automatically added. You can specify any of the reserved keywords.
Default: origin query string of request
- Specified by:
getQuery
in interfaceRedirectResponse
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-