Class CfnListener.RedirectConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.RedirectConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnListener.RedirectConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnListener.RedirectConfigProperty
@Stability(Stable)
@Internal
public static final class CfnListener.RedirectConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnListener.RedirectConfigProperty
An implementation for
CfnListener.RedirectConfigProperty
-
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.CfnListener.RedirectConfigProperty
CfnListener.RedirectConfigProperty.Builder, CfnListener.RedirectConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListener.RedirectConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getHost()
The hostname.final String
getPath()
The absolute path, starting with the leading "/".final String
getPort()
The port.final String
The protocol.final String
getQuery()
The query parameters, URL-encoded when necessary, but not percent-encoded.final String
The HTTP redirect code.final int
hashCode()
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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnListener.RedirectConfigProperty.Builder
.
-
-
Method Details
-
getStatusCode
Description copied from interface:CfnListener.RedirectConfigProperty
The HTTP redirect code.The redirect is either permanent (HTTP 301) or temporary (HTTP 302).
- Specified by:
getStatusCode
in interfaceCfnListener.RedirectConfigProperty
-
getHost
Description copied from interface:CfnListener.RedirectConfigProperty
The hostname.This component is not percent-encoded. The hostname can contain #{host}.
- Specified by:
getHost
in interfaceCfnListener.RedirectConfigProperty
-
getPath
Description copied from interface:CfnListener.RedirectConfigProperty
The absolute path, starting with the leading "/".This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.
- Specified by:
getPath
in interfaceCfnListener.RedirectConfigProperty
-
getPort
Description copied from interface:CfnListener.RedirectConfigProperty
The port.You can specify a value from 1 to 65535 or #{port}.
- Specified by:
getPort
in interfaceCfnListener.RedirectConfigProperty
-
getProtocol
Description copied from interface:CfnListener.RedirectConfigProperty
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.
- Specified by:
getProtocol
in interfaceCfnListener.RedirectConfigProperty
-
getQuery
Description copied from interface:CfnListener.RedirectConfigProperty
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.
- Specified by:
getQuery
in interfaceCfnListener.RedirectConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-