Uses of Interface
com.hashicorp.cdktf.providers.google.compute_target_http_proxy.ComputeTargetHttpProxyConfig
-
Packages that use ComputeTargetHttpProxyConfig Package Description com.hashicorp.cdktf.providers.google.compute_target_http_proxy google_compute_target_http_proxy -
-
Uses of ComputeTargetHttpProxyConfig in com.hashicorp.cdktf.providers.google.compute_target_http_proxy
Classes in com.hashicorp.cdktf.providers.google.compute_target_http_proxy that implement ComputeTargetHttpProxyConfig Modifier and Type Class Description static classComputeTargetHttpProxyConfig.Jsii$ProxyAn implementation forComputeTargetHttpProxyConfigMethods in com.hashicorp.cdktf.providers.google.compute_target_http_proxy that return ComputeTargetHttpProxyConfig Modifier and Type Method Description ComputeTargetHttpProxyConfigComputeTargetHttpProxyConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.compute_target_http_proxy with parameters of type ComputeTargetHttpProxyConfig Constructor Description ComputeTargetHttpProxy(software.constructs.Construct scope, String id, ComputeTargetHttpProxyConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy google_compute_target_http_proxy} Resource.
-