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