Class CfnGatewayRoute.GatewayRouteVirtualServiceProperty
An object that represents the virtual service that traffic is routed to.
Inherited Members
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGatewayRoute.GatewayRouteVirtualServiceProperty : CfnGatewayRoute.IGatewayRouteVirtualServiceProperty
Syntax (vb)
Public Class CfnGatewayRoute.GatewayRouteVirtualServiceProperty Implements CfnGatewayRoute.IGatewayRouteVirtualServiceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var gatewayRouteVirtualServiceProperty = new GatewayRouteVirtualServiceProperty {
VirtualServiceName = "virtualServiceName"
};
Synopsis
Constructors
| GatewayRouteVirtualServiceProperty() | An object that represents the virtual service that traffic is routed to. |
Properties
| VirtualServiceName | The name of the virtual service that traffic is routed to. |
Constructors
GatewayRouteVirtualServiceProperty()
An object that represents the virtual service that traffic is routed to.
public GatewayRouteVirtualServiceProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var gatewayRouteVirtualServiceProperty = new GatewayRouteVirtualServiceProperty {
VirtualServiceName = "virtualServiceName"
};
Properties
VirtualServiceName
The name of the virtual service that traffic is routed to.
public string VirtualServiceName { get; set; }