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