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