@Stability(value=Stable) @Internal public static final class CfnListenerRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRuleProps
CfnListenerRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnListenerRuleProps.Builder, CfnListenerRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnListenerRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnListenerRuleProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getActions()
The actions.
|
Object |
getConditions()
The conditions.
|
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
Number |
getPriority()
The rule priority.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnListenerRuleProps.Builder builder)
CfnListenerRuleProps.Builder.public final Object getActions()
CfnListenerRuleProps
The rule must include exactly one of the following types of actions: forward , fixed-response , or redirect , 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.
getActions in interface CfnListenerRulePropspublic final Object getConditions()
CfnListenerRuleProps
The rule can optionally include up to one of each of the following conditions: http-request-method , host-header , path-pattern , and source-ip . A rule can also optionally include one or more of each of the following conditions: http-header and query-string .
getConditions in interface CfnListenerRulePropspublic final String getListenerArn()
CfnListenerRulePropsgetListenerArn in interface CfnListenerRulePropspublic final Number getPriority()
CfnListenerRulePropsIf 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.
getPriority in interface CfnListenerRuleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.