AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that represents a gateway route specification. Specify one gateway route type.

Inheritance Hierarchy

System.Object
  Amazon.AppMesh.Model.GatewayRouteSpec

Namespace: Amazon.AppMesh.Model
Assembly: AWSSDK.AppMesh.dll
Version: 3.x.y.z

Syntax

C#
public class GatewayRouteSpec

The GatewayRouteSpec type exposes the following members

Constructors

NameDescription
Public Method GatewayRouteSpec()

Properties

NameTypeDescription
Public Property GrpcRoute Amazon.AppMesh.Model.GrpcGatewayRoute

Gets and sets the property GrpcRoute.

An object that represents the specification of a gRPC gateway route.

Public Property Http2Route Amazon.AppMesh.Model.HttpGatewayRoute

Gets and sets the property Http2Route.

An object that represents the specification of an HTTP/2 gateway route.

Public Property HttpRoute Amazon.AppMesh.Model.HttpGatewayRoute

Gets and sets the property HttpRoute.

An object that represents the specification of an HTTP gateway route.

Public Property Priority System.Int32

Gets and sets the property Priority.

The ordering of the gateway routes spec.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5