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