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