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