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