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