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