aws-cdk-lib.aws_appmesh.CfnGatewayRoute.GatewayRouteVirtualServiceProperty

interface GatewayRouteVirtualServiceProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnGatewayRoute.GatewayRouteVirtualServiceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnGatewayRoute_GatewayRouteVirtualServiceProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute.GatewayRouteVirtualServiceProperty
Pythonaws_cdk.aws_appmesh.CfnGatewayRoute.GatewayRouteVirtualServiceProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnGatewayRoute » 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-lib';
const gatewayRouteVirtualServiceProperty: appmesh.CfnGatewayRoute.GatewayRouteVirtualServiceProperty = {
  virtualServiceName: 'virtualServiceName',
};

Properties

NameTypeDescription
virtualServiceNamestringThe name of the virtual service that traffic is routed to.

virtualServiceName

Type: string

The name of the virtual service that traffic is routed to.