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