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