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