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