Class ApplicationListenerRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerRuleProps.Jsii$Proxy
- All Implemented Interfaces:
ApplicationListenerRuleProps
,BaseApplicationListenerRuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApplicationListenerRuleProps
@Stability(Stable)
@Internal
public static final class ApplicationListenerRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApplicationListenerRuleProps
An implementation for
ApplicationListenerRuleProps
-
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.ApplicationListenerRuleProps
ApplicationListenerRuleProps.Builder, ApplicationListenerRuleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationListenerRuleProps.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 ListenerAction
Action to perform when requests are received.final List<ListenerCondition>
Rule applies if matches the conditions.final IApplicationListener
The listener to attach the rule to.final Number
Priority of the rule.final List<IApplicationTargetGroup>
Target groups to forward requests to.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 theApplicationListenerRuleProps.Builder
.
-
-
Method Details
-
getListener
Description copied from interface:ApplicationListenerRuleProps
The listener to attach the rule to.- Specified by:
getListener
in interfaceApplicationListenerRuleProps
-
getPriority
Description copied from interface:BaseApplicationListenerRuleProps
Priority of the rule.The rule with the lowest priority will be used for every request.
Priorities must be unique.
- Specified by:
getPriority
in interfaceBaseApplicationListenerRuleProps
-
getAction
Description copied from interface:BaseApplicationListenerRuleProps
Action to perform when requests are received.Only one of
action
,fixedResponse
,redirectResponse
ortargetGroups
can be specified.Default: - No action
- Specified by:
getAction
in interfaceBaseApplicationListenerRuleProps
-
getConditions
Description copied from interface:BaseApplicationListenerRuleProps
Rule applies if matches the conditions.Default: - No conditions.
- Specified by:
getConditions
in interfaceBaseApplicationListenerRuleProps
- See Also:
-
getTargetGroups
Description copied from interface:BaseApplicationListenerRuleProps
Target groups to forward requests to.Only one of
action
,fixedResponse
,redirectResponse
ortargetGroups
can be specified.Implies a
forward
action.Default: - No target groups.
- Specified by:
getTargetGroups
in interfaceBaseApplicationListenerRuleProps
-
$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()
-