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