Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table.DataAwsEc2LocalGatewayRouteTableConfig
-
Packages that use DataAwsEc2LocalGatewayRouteTableConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table data_aws_ec2_local_gateway_route_table -
-
Uses of DataAwsEc2LocalGatewayRouteTableConfig in com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table
Classes in com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table that implement DataAwsEc2LocalGatewayRouteTableConfig Modifier and Type Class Description static classDataAwsEc2LocalGatewayRouteTableConfig.Jsii$ProxyAn implementation forDataAwsEc2LocalGatewayRouteTableConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table that return DataAwsEc2LocalGatewayRouteTableConfig Modifier and Type Method Description DataAwsEc2LocalGatewayRouteTableConfigDataAwsEc2LocalGatewayRouteTableConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table with parameters of type DataAwsEc2LocalGatewayRouteTableConfig Constructor Description DataAwsEc2LocalGatewayRouteTable(software.constructs.Construct scope, String id, DataAwsEc2LocalGatewayRouteTableConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table aws_ec2_local_gateway_route_table} Data Source.
-