Interface IGatewayRouteReference
A reference to a GatewayRoute resource.
Namespace: Amazon.CDK.Interfaces.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGatewayRouteReference
Syntax (vb)
Public Interface IGatewayRouteReference
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.Interfaces.AppMesh;
var gatewayRouteReference = new GatewayRouteReference {
GatewayRouteArn = "gatewayRouteArn",
GatewayRouteId = "gatewayRouteId"
};
Synopsis
Properties
| GatewayRouteArn | The ARN of the GatewayRoute resource. |
| GatewayRouteId | The Id of the GatewayRoute resource. |
Properties
GatewayRouteArn
The ARN of the GatewayRoute resource.
string GatewayRouteArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
GatewayRouteId
The Id of the GatewayRoute resource.
string GatewayRouteId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated