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