Skip to content

Resource: awsVpnGatewayRoutePropagation

Requests automatic route propagation between a VPN gateway and a route table.

\~> Note: This resource should not be used with a route table that has the propagatingVgws argument set. If that argument is set, any route propagation not explicitly listed in its value will be removed.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.vpnGatewayRoutePropagation.VpnGatewayRoutePropagation(this, "example", {
  routeTableId: "${aws_route_table.example.id}",
  vpnGatewayId: "${aws_vpn_gateway.example.id}",
});

Argument Reference

The following arguments are required:

  • vpnGatewayId - The id of the awsVpnGateway to propagate routes from.
  • routeTableId - The id of the awsRouteTable to propagate routes into.

Attributes Reference

No additional attributes are exported.

Timeouts

Configuration options:

  • create - (Default 2M)
  • delete - (Default 2M)