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