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