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