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