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