Firewall Rule Group Firewall Rule Args
data class FirewallRuleGroupFirewallRuleArgs(val action: Output<FirewallRuleGroupFirewallRuleAction>, val blockOverrideDnsType: Output<FirewallRuleGroupFirewallRuleBlockOverrideDnsType>? = null, val blockOverrideDomain: Output<String>? = null, val blockOverrideTtl: Output<Int>? = null, val blockResponse: Output<FirewallRuleGroupFirewallRuleBlockResponse>? = null, val firewallDomainListId: Output<String>, val priority: Output<Int>) : ConvertibleToJava<FirewallRuleGroupFirewallRuleArgs>
Firewall Rule associating the Rule Group to a Domain List
Constructors
Link copied to clipboard
fun FirewallRuleGroupFirewallRuleArgs(action: Output<FirewallRuleGroupFirewallRuleAction>, blockOverrideDnsType: Output<FirewallRuleGroupFirewallRuleBlockOverrideDnsType>? = null, blockOverrideDomain: Output<String>? = null, blockOverrideTtl: Output<Int>? = null, blockResponse: Output<FirewallRuleGroupFirewallRuleBlockResponse>? = null, firewallDomainListId: Output<String>, priority: Output<Int>)