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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.CfnRoutingRuleProps
CfnRoutingRuleProps.Builder, CfnRoutingRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRoutingRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoutingRuleProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe resulting action based on matching a routing rules condition.final ObjectThe conditions of the routing rule.final StringThe ARN of the domain name.final NumberThe order in which API Gateway evaluates a rule.final inthashCode()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:CfnRoutingRulePropsThe resulting action based on matching a routing rules condition.Only InvokeApi is supported.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingRule.ActionProperty>- Specified by:
getActionsin interfaceCfnRoutingRuleProps- See Also:
-
getConditions
Description copied from interface:CfnRoutingRulePropsThe conditions of the routing rule.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingRule.ConditionProperty>- Specified by:
getConditionsin interfaceCfnRoutingRuleProps- See Also:
-
getDomainNameArn
Description copied from interface:CfnRoutingRulePropsThe ARN of the domain name.- Specified by:
getDomainNameArnin interfaceCfnRoutingRuleProps- See Also:
-
getPriority
Description copied from interface:CfnRoutingRulePropsThe 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:
getPriorityin interfaceCfnRoutingRuleProps- 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()
-