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