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