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