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