interface GatewayRouteVirtualServiceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnGatewayRoutePropsMixin_GatewayRouteVirtualServiceProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnGatewayRoutePropsMixin » GatewayRouteVirtualServiceProperty |
An object that represents the virtual service that traffic is routed to.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const gatewayRouteVirtualServiceProperty: appmesh_mixins.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty = {
virtualServiceName: 'virtualServiceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| virtual | string | The name of the virtual service that traffic is routed to. |
virtualServiceName?
Type:
string
(optional)
The name of the virtual service that traffic is routed to.

.NET
Go
Java
Python
TypeScript