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