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