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