Interface ICfnRouteServerEndpointProps
Properties for defining a CfnRouteServerEndpoint.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnRouteServerEndpointProps
Syntax (vb)
Public Interface ICfnRouteServerEndpointProps
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.EC2;
var cfnRouteServerEndpointProps = new CfnRouteServerEndpointProps {
RouteServerId = "routeServerId",
SubnetId = "subnetId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| RouteServerId | The ID of the route server associated with this endpoint. |
| SubnetId | The ID of the subnet to place the route server endpoint into. |
| Tags | Any tags assigned to the route server endpoint. |
Properties
RouteServerId
The ID of the route server associated with this endpoint.
string RouteServerId { get; }
Property Value
Remarks
SubnetId
The ID of the subnet to place the route server endpoint into.
string SubnetId { get; }
Property Value
Remarks
Tags
Any tags assigned to the route server endpoint.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]