Interface ICfnRouteServerPropagationProps
Properties for defining a CfnRouteServerPropagation
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnRouteServerPropagationProps
Syntax (vb)
Public Interface ICfnRouteServerPropagationProps
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 cfnRouteServerPropagationProps = new CfnRouteServerPropagationProps {
RouteServerId = "routeServerId",
RouteTableId = "routeTableId"
};
Synopsis
Properties
RouteServerId | The ID of the route server configured for route propagation. |
RouteTableId | The ID of the route table configured for route server propagation. |
Properties
RouteServerId
The ID of the route server configured for route propagation.
string RouteServerId { get; }
Property Value
Remarks
RouteTableId
The ID of the route table configured for route server propagation.
string RouteTableId { get; }