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