Uses of Interface
com.hashicorp.cdktf.providers.google.service_account.ServiceAccountConfig
-
Packages that use ServiceAccountConfig Package Description com.hashicorp.cdktf.providers.google.service_account google_service_account -
-
Uses of ServiceAccountConfig in com.hashicorp.cdktf.providers.google.service_account
Classes in com.hashicorp.cdktf.providers.google.service_account that implement ServiceAccountConfig Modifier and Type Class Description static classServiceAccountConfig.Jsii$ProxyAn implementation forServiceAccountConfigMethods in com.hashicorp.cdktf.providers.google.service_account that return ServiceAccountConfig Modifier and Type Method Description ServiceAccountConfigServiceAccountConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.service_account with parameters of type ServiceAccountConfig Constructor Description ServiceAccount(software.constructs.Construct scope, String id, ServiceAccountConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account google_service_account} Resource.
-