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