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