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