Uses of Interface
com.hashicorp.cdktf.providers.aws.route_table.RouteTableConfig
-
Packages that use RouteTableConfig Package Description com.hashicorp.cdktf.providers.aws.route_table aws_route_table -
-
Uses of RouteTableConfig in com.hashicorp.cdktf.providers.aws.route_table
Classes in com.hashicorp.cdktf.providers.aws.route_table that implement RouteTableConfig Modifier and Type Class Description static classRouteTableConfig.Jsii$ProxyAn implementation forRouteTableConfigMethods in com.hashicorp.cdktf.providers.aws.route_table that return RouteTableConfig Modifier and Type Method Description RouteTableConfigRouteTableConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.route_table with parameters of type RouteTableConfig Constructor Description RouteTable(software.constructs.Construct scope, String id, RouteTableConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route_table aws_route_table} Resource.
-