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