Show / Hide Table of Contents

Class CfnGatewayRoute.GatewayRouteVirtualServiceProperty

An object that represents the virtual service that traffic is routed to.

Inheritance
object
CfnGatewayRoute.GatewayRouteVirtualServiceProperty
Implements
CfnGatewayRoute.IGatewayRouteVirtualServiceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutevirtualservice.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutevirtualservice.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutevirtualservice.html#cfn-appmesh-gatewayroute-gatewayroutevirtualservice-virtualservicename

Implements

CfnGatewayRoute.IGatewayRouteVirtualServiceProperty
Back to top Generated by DocFX