GetFirewallPolicyResult

data class GetFirewallPolicyResult(val description: String? = null, val firewallPolicy: FirewallPolicy? = null, val firewallPolicyArn: String? = null, val firewallPolicyId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, firewallPolicy: FirewallPolicy? = null, firewallPolicyArn: String? = null, firewallPolicyId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .