Class CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty
CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty-
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.appmesh.CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty
CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty.Builder, CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty.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 client request headers to match on.final ObjectThe host name to match on.final StringThe method to match on.final ObjectgetPath()The path to match on.final NumbergetPort()The port number to match on.final StringSpecifies the path to match requests with.final ObjectThe query parameter to match on.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 theCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty.Builder.
-
-
Method Details
-
getHeaders
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertyThe client request headers to match on.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty>- Specified by:
getHeadersin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- See Also:
-
getHostname
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertyThe host name to match on.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty- Specified by:
getHostnamein interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- See Also:
-
getMethod
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertyThe method to match on.- Specified by:
getMethodin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- See Also:
-
getPath
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertyThe path to match on.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.HttpPathMatchProperty- Specified by:
getPathin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- See Also:
-
getPort
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertyThe port number to match on.- Specified by:
getPortin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- See Also:
-
getPrefix
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertySpecifies the path to match requests with.This parameter must always start with
/, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name ismy-service.localand you want the route to match requests tomy-service.local/metrics, your prefix should be/metrics.- Specified by:
getPrefixin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- See Also:
-
getQueryParameters
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteMatchPropertyThe query parameter to match on.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRoutePropsMixin.QueryParameterProperty>- Specified by:
getQueryParametersin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteMatchProperty- 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()
-