GetResolverFirewallRulesResult

data class GetResolverFirewallRulesResult(val action: String? = null, val firewallRuleGroupId: String, val firewallRules: List<GetResolverFirewallRulesFirewallRule>, val id: String, val priority: Int? = null)

A collection of values returned by getResolverFirewallRules.

Constructors

Link copied to clipboard
constructor(action: String? = null, firewallRuleGroupId: String, firewallRules: List<GetResolverFirewallRulesFirewallRule>, id: String, priority: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null
Link copied to clipboard
Link copied to clipboard

List with information about the firewall rules. See details below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val priority: Int? = null