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