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