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