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