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