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