@Stability(value=Stable)
public static interface CfnGatewayRoute.GatewayRouteRangeMatchProperty
extends software.amazon.jsii.JsiiSerializable
The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; GatewayRouteRangeMatchProperty gatewayRouteRangeMatchProperty = GatewayRouteRangeMatchProperty.builder() .end(123) .start(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGatewayRoute.GatewayRouteRangeMatchProperty.Builder
A builder for
CfnGatewayRoute.GatewayRouteRangeMatchProperty |
static class |
CfnGatewayRoute.GatewayRouteRangeMatchProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.GatewayRouteRangeMatchProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGatewayRoute.GatewayRouteRangeMatchProperty.Builder |
builder() |
Number |
getEnd()
The end of the range.
|
Number |
getStart()
The start of the range.
|
@Stability(value=Stable) @NotNull Number getEnd()
@Stability(value=Stable) @NotNull Number getStart()
@Stability(value=Stable) static CfnGatewayRoute.GatewayRouteRangeMatchProperty.Builder builder()
Copyright © 2022. All rights reserved.