Interface IRouteServerEndpointReference
A reference to a RouteServerEndpoint resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRouteServerEndpointReference
Syntax (vb)
Public Interface IRouteServerEndpointReference
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.EC2;
var routeServerEndpointReference = new RouteServerEndpointReference {
RouteServerEndpointArn = "routeServerEndpointArn",
RouteServerEndpointId = "routeServerEndpointId"
};
Synopsis
Properties
| RouteServerEndpointArn | The ARN of the RouteServerEndpoint resource. |
| RouteServerEndpointId | The Id of the RouteServerEndpoint resource. |
Properties
RouteServerEndpointArn
The ARN of the RouteServerEndpoint resource.
string RouteServerEndpointArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
RouteServerEndpointId
The Id of the RouteServerEndpoint resource.
string RouteServerEndpointId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated