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