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