Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpropagation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpropagation.html#cfn-ec2-routeserverpropagation-routeserverid

RouteTableId

The ID of the route table configured for route server propagation.

string RouteTableId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpropagation.html#cfn-ec2-routeserverpropagation-routetableid

Back to top Generated by DocFX