Class CfnRoutingRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnRoutingRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingRuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingRuleProps
@Stability(Stable)
@Internal
public static final class CfnRoutingRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingRuleProps
An implementation for
CfnRoutingRuleProps
-
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.apigatewayv2.CfnRoutingRuleProps
CfnRoutingRuleProps.Builder, CfnRoutingRuleProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRoutingRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoutingRuleProps.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 Object
The resulting action based on matching a routing rules condition.final Object
The conditions of the routing rule.final String
The ARN of the domain name.final Number
The order in which API Gateway evaluates a rule.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 theCfnRoutingRuleProps.Builder
.
-
-
Method Details
-
getActions
Description copied from interface:CfnRoutingRuleProps
The resulting action based on matching a routing rules condition.Only InvokeApi is supported.
- Specified by:
getActions
in interfaceCfnRoutingRuleProps
- See Also:
-
getConditions
Description copied from interface:CfnRoutingRuleProps
The conditions of the routing rule.- Specified by:
getConditions
in interfaceCfnRoutingRuleProps
- See Also:
-
getDomainNameArn
Description copied from interface:CfnRoutingRuleProps
The ARN of the domain name.- Specified by:
getDomainNameArn
in interfaceCfnRoutingRuleProps
- See Also:
-
getPriority
Description copied from interface:CfnRoutingRuleProps
The order in which API Gateway evaluates a rule.Priority is evaluated from the lowest value to the highest value. Rules can't have the same priority. Priority values 1-1,000,000 are supported.
- Specified by:
getPriority
in interfaceCfnRoutingRuleProps
- 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()
-