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