interface GatewayRouteVirtualServiceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnGatewayRoutePropsMixin_GatewayRouteVirtualServiceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnGatewayRoutePropsMixin.GatewayRouteVirtualServiceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » 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 { aws_appmesh as appmesh } from '@aws-cdk/cfn-property-mixins';
const gatewayRouteVirtualServiceProperty: appmesh.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