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