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