FirewallRuleGroupAssociation

An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the firewall rule group association.

Link copied to clipboard

The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

Link copied to clipboard

The unique identifier of the firewall rule group.

Link copied to clipboard
val id: String?

The identifier for the association.

Link copied to clipboard

The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.

Link copied to clipboard

The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.

Link copied to clipboard
val name: String?

The name of the association.

Link copied to clipboard

The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.

Link copied to clipboard

The current status of the association.

Link copied to clipboard

Additional information about the status of the response, if available.

Link copied to clipboard

The unique identifier of the VPC that is associated with the rule group.

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