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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRuleProps
CfnListenerRuleProps.Builder, CfnListenerRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnListenerRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnListenerRuleProps.Builder.protectedJsii$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:CfnListenerRulePropsThe 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:
getActionsin interfaceCfnListenerRuleProps- See Also:
-
getConditions
Description copied from interface:CfnListenerRulePropsThe 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-headerandquery-string.- Specified by:
getConditionsin interfaceCfnListenerRuleProps- See Also:
-
getPriority
Description copied from interface:CfnListenerRulePropsThe 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:
getPriorityin interfaceCfnListenerRuleProps- See Also:
-
getListenerArn
Description copied from interface:CfnListenerRulePropsThe Amazon Resource Name (ARN) of the listener.- Specified by:
getListenerArnin interfaceCfnListenerRuleProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-