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