Class CommonGatewayRouteSpecOptions
Base options for all gateway route specs.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CommonGatewayRouteSpecOptions : ICommonGatewayRouteSpecOptions
Syntax (vb)
Public Class CommonGatewayRouteSpecOptions Implements ICommonGatewayRouteSpecOptions
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 commonGatewayRouteSpecOptions = new CommonGatewayRouteSpecOptions {
Priority = 123
};
Synopsis
Constructors
| CommonGatewayRouteSpecOptions() | Base options for all gateway route specs. |
Properties
| Priority | The priority for the gateway route. |
Constructors
CommonGatewayRouteSpecOptions()
Base options for all gateway route specs.
public CommonGatewayRouteSpecOptions()
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 commonGatewayRouteSpecOptions = new CommonGatewayRouteSpecOptions {
Priority = 123
};
Properties
Priority
The priority for the gateway route.
public double? Priority { get; set; }
Property Value
Remarks
When a Virtual Gateway has multiple gateway routes, gateway route match is performed in the order of specified value, where 0 is the highest priority, and first matched gateway route is selected.
Default: - no particular priority