Get Firewall Policy Result
data class GetFirewallPolicyResult(val description: String? = null, val firewallPolicy: FirewallPolicy? = null, val firewallPolicyArn: String? = null, val firewallPolicyId: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
A description of the firewall policy.
Link copied to clipboard
The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.
Link copied to clipboard
The Amazon Resource Name (ARN) of the FirewallPolicy
.
Link copied to clipboard
The unique ID of the FirewallPolicy
resource.