Class RouteServerPropagationReference
A reference to a RouteServerPropagation resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RouteServerPropagationReference : IRouteServerPropagationReference
Syntax (vb)
Public Class RouteServerPropagationReference Implements IRouteServerPropagationReference
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 routeServerPropagationReference = new RouteServerPropagationReference {
RouteServerId = "routeServerId",
RouteTableId = "routeTableId"
};
Synopsis
Constructors
RouteServerPropagationReference() | A reference to a RouteServerPropagation resource. |
Properties
RouteServerId | The RouteServerId of the RouteServerPropagation resource. |
RouteTableId | The RouteTableId of the RouteServerPropagation resource. |
Constructors
RouteServerPropagationReference()
A reference to a RouteServerPropagation resource.
public RouteServerPropagationReference()
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 routeServerPropagationReference = new RouteServerPropagationReference {
RouteServerId = "routeServerId",
RouteTableId = "routeTableId"
};
Properties
RouteServerId
The RouteServerId of the RouteServerPropagation resource.
public string RouteServerId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
RouteTableId
The RouteTableId of the RouteServerPropagation resource.
public string RouteTableId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated