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