AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::RouteServerPropagation

CfnRouteServerPropagation

Specifies route propagation from a route server to a route table. For more information see [Dynamic routing in your VPC with VPC Route Server](https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html) in the *Amazon VPC User Guide* .

Import

import { CfnRouteServerPropagation } from 'aws-cdk-lib/aws-ec2';

Or use the module namespace:

import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnRouteServerPropagation

Properties

Configuration passed to the constructor as CfnRouteServerPropagationProps.

routeServerIdRequired
string

The ID of the route server configured for route propagation.

routeTableIdRequired
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon EC2 Cheat Sheet

Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.

Download Free Infographic