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