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