FirewallPolicyResponse

The high-level properties of a firewall policy. This, along with the FirewallPolicy, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of capacity units currently consumed by the policy's stateful rules.

Link copied to clipboard

The number of capacity units currently consumed by the policy's stateless rules.

Link copied to clipboard

A description of the firewall policy.

Link copied to clipboard

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy.

Link copied to clipboard

The Amazon Resource Name (ARN) of the firewall policy.

Link copied to clipboard

The unique identifier for the firewall policy.

Link copied to clipboard

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

Link copied to clipboard

The current status of the firewall policy. You can retrieve this for a firewall policy by calling DescribeFirewallPolicy and providing the firewall policy's name or ARN.

Link copied to clipboard

The last time that the firewall policy was changed.

Link copied to clipboard

The number of firewalls that are associated with this firewall policy.

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

The key:value pairs to associate with the resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String