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