Class CfnListenerRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnListenerRuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnListenerRuleProps
CfnListenerRuleProps
-
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.CfnListenerRuleProps
CfnListenerRuleProps.Builder, CfnListenerRuleProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnListenerRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnListenerRuleProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnListenerRuleProps.Builder
.
-
-
Method Details
-
getActions
Description copied from interface:CfnListenerRuleProps
The actions.The rule must include exactly one of the following types of actions:
forward
,fixed-response
, orredirect
, and it must be the last action to be performed. If the rule is for an HTTPS listener, it can also optionally include an authentication action.- Specified by:
getActions
in interfaceCfnListenerRuleProps
- See Also:
-
getConditions
Description copied from interface:CfnListenerRuleProps
The conditions.The rule can optionally include up to one of each of the following conditions:
http-request-method
,host-header
,path-pattern
, andsource-ip
. A rule can also optionally include one or more of each of the following conditions:http-header
andquery-string
.- Specified by:
getConditions
in interfaceCfnListenerRuleProps
- See Also:
-
getPriority
Description copied from interface:CfnListenerRuleProps
The rule priority. A listener can't have multiple rules with the same priority.If you try to reorder rules by updating their priorities, do not specify a new priority if an existing rule already uses this priority, as this can cause an error. If you need to reuse a priority with a different rule, you must remove it as a priority first, and then specify it in a subsequent update.
- Specified by:
getPriority
in interfaceCfnListenerRuleProps
- See Also:
-
getListenerArn
Description copied from interface:CfnListenerRuleProps
The Amazon Resource Name (ARN) of the listener.- Specified by:
getListenerArn
in interfaceCfnListenerRuleProps
- See Also:
-
$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()
-