Class CfnRoutingRuleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnRoutingRuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingRuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingRuleMixinProps
@Stability(Stable)
@Internal
public static final class CfnRoutingRuleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingRuleMixinProps
An implementation for
CfnRoutingRuleMixinProps-
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.cfnpropertymixins.services.apigatewayv2.CfnRoutingRuleMixinProps
CfnRoutingRuleMixinProps.Builder, CfnRoutingRuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutingRuleMixinProps.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 theCfnRoutingRuleMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnRoutingRuleMixinPropsThe resulting action based on matching a routing rules condition.Only InvokeApi is supported.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingRulePropsMixin.ActionProperty>- Specified by:
getActionsin interfaceCfnRoutingRuleMixinProps- See Also:
-
getConditions
Description copied from interface:CfnRoutingRuleMixinPropsThe conditions of the routing rule.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutingRulePropsMixin.ConditionProperty>- Specified by:
getConditionsin interfaceCfnRoutingRuleMixinProps- See Also:
-
getDomainNameArn
Description copied from interface:CfnRoutingRuleMixinPropsThe ARN of the domain name.- Specified by:
getDomainNameArnin interfaceCfnRoutingRuleMixinProps- See Also:
-
getPriority
Description copied from interface:CfnRoutingRuleMixinPropsThe 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 interfaceCfnRoutingRuleMixinProps- 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()
-