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