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