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