Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_compute_subnetwork.DataGoogleComputeSubnetworkConfig
-
Packages that use DataGoogleComputeSubnetworkConfig Package Description com.hashicorp.cdktf.providers.google.data_google_compute_subnetwork data_google_compute_subnetwork -
-
Uses of DataGoogleComputeSubnetworkConfig in com.hashicorp.cdktf.providers.google.data_google_compute_subnetwork
Classes in com.hashicorp.cdktf.providers.google.data_google_compute_subnetwork that implement DataGoogleComputeSubnetworkConfig Modifier and Type Class Description static classDataGoogleComputeSubnetworkConfig.Jsii$ProxyAn implementation forDataGoogleComputeSubnetworkConfigMethods in com.hashicorp.cdktf.providers.google.data_google_compute_subnetwork that return DataGoogleComputeSubnetworkConfig Modifier and Type Method Description DataGoogleComputeSubnetworkConfigDataGoogleComputeSubnetworkConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_compute_subnetwork with parameters of type DataGoogleComputeSubnetworkConfig Constructor Description DataGoogleComputeSubnetwork(software.constructs.Construct scope, String id, DataGoogleComputeSubnetworkConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/compute_subnetwork google_compute_subnetwork} Data Source.
-