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