Interface CfnGatewayRoutePropsMixin.GatewayRouteTargetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoutePropsMixin.GatewayRouteTargetProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRoutePropsMixin
@Stability(Stable)
public static interface CfnGatewayRoutePropsMixin.GatewayRouteTargetProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents a gateway route target.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appmesh.*;
GatewayRouteTargetProperty gatewayRouteTargetProperty = GatewayRouteTargetProperty.builder()
.port(123)
.virtualService(GatewayRouteVirtualServiceProperty.builder()
.virtualServiceName("virtualServiceName")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRoutePropsMixin.GatewayRouteTargetPropertystatic final classAn implementation forCfnGatewayRoutePropsMixin.GatewayRouteTargetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPort
The port number of the gateway route target.- See Also:
-
getVirtualService
An object that represents a virtual service gateway route target.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty- See Also:
-
builder
-